• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
com.apple.iokit.IOAudioFamily OSBundleLibraries dependency for 10.2
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

com.apple.iokit.IOAudioFamily OSBundleLibraries dependency for 10.2


  • Subject: com.apple.iokit.IOAudioFamily OSBundleLibraries dependency for 10.2
  • From: Cameron Jones <email@hidden>
  • Date: Mon, 28 Oct 2002 11:10:09 -0500

On 10/27/02 12:00 AM, "email@hidden"
<email@hidden> wrote:

> Send coreaudio-api mailing list submissions to
> email@hidden
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://www.lists.apple.com/mailman/listinfo/coreaudio-api
> or, via email, send a message with subject or body 'help' to
> email@hidden
>
> You can reach the person managing the list at
> email@hidden
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of coreaudio-api digest..."
>
>
> Today's Topics:
>
> 1. Re: accessing mCarbonPane (Marc Poirier)
> 2. big bad AUMIDIEffectBase bug (Marc Poirier)
> 3. mCurrentPreset (Art Gillespie)
> 4. Re: mCurrentPreset (Marc Poirier)
> 5. pHATmatik AU (Art Gillespie)
> 6. Re: pHATmatik AU (Art Gillespie)
>
> --__--__--
>
> Message: 1
> Date: Sat, 26 Oct 2002 20:49:38 +0200 (CEST)
> From: Marc Poirier <email@hidden>
> To: Urs Heckmann <email@hidden>
> cc: <email@hidden>
> Subject: Re: accessing mCarbonPane
>
>> I simply have to remove/destroy the controls embedded in mCarbonPain
> ^^^^^^^^^^^
> Was that a Freudian typo? ;)
>
> --__--__--
>
> Message: 2
> Date: Sat, 26 Oct 2002 20:53:51 +0200 (CEST)
> From: Marc Poirier <email@hidden>
> To: <email@hidden>
> Subject: big bad AUMIDIEffectBase bug
>
> Yikes, am I the only one who has made any MusicEffects or something?
> Cuz there is a heinous bug in AUMIDIEffectBase. In AUMIDIEffectBase.cpp
> line 47 (the constructor):
>
> AUMIDIBase(*this)
>
> needs to be:
>
> AUMIDIBase(this)
>
> You can't get very far without fixing that...
>
> Marc
>
> --__--__--
>
> Message: 3
> Date: Sat, 26 Oct 2002 15:36:01 -0400
> Subject: mCurrentPreset
> From: Art Gillespie <email@hidden>
> To: email@hidden
>
> Is there any chance of making mCurrentPreset protected instead of
> private in AUBase?
>
> As it is now, I can't fully override the default behavior of
> AUBase::RestoreState() because I've no way to change the value in
> mCurrentPreset.
>
> :-(
>
> Best,
>
> Art
>>> 0xBA
>
> --__--__--
>
> Message: 4
> Date: Sat, 26 Oct 2002 23:16:35 +0200 (CEST)
> From: Marc Poirier <email@hidden>
> To: Art Gillespie <email@hidden>
> cc: <email@hidden>
> Subject: Re: mCurrentPreset
>
>> Is there any chance of making mCurrentPreset protected instead of
>> private in AUBase?
>
> Just do it, dude. You can mess around with the AUBase* sources to your
> heart's content. I mean, if you start changing things that break how an
> AU is required to behave, that's a problem, but things like what you're
> talking about, no problem. Or write an accessor if you prefer. Although
> that's not really necessary, okay, I just happen to have this code sitting
> around from a couple weeks back when I wasn't yet so bold as to change the
> base sources and I was encountering the same issue as you (overriding
> SaveState and RestoreState), so for what it's worth, if you want a copy of
> mCurrentPreset:
>
> AUPreset fake_mCurrentPreset;
> DispatchGetProperty(kAudioUnitProperty_CurrentPreset,
> kAudioUnitScope_Global, 0, &fake_mCurrentPreset);
>
>
> Marc
>
> --__--__--
>
> Message: 5
> Date: Sat, 26 Oct 2002 23:42:12 -0400
> Subject: pHATmatik AU
> From: Art Gillespie <email@hidden>
> To: email@hidden
>
> Well,
>
> I finished our first VSTi port. Um, it was, uh, fun. This is our REX1
> file player/loop extractor/fun thing. There are links to some Rex1
> files in the README if you need some for checking it out.
>
> http://ino.iserver.net/phatmatik_1_2_AU.sit
>
> Anxious to hear back from host developers with feedback. (other than
> Rax and SynthEdit... you guys aren't sending window events except when
> the client window first gets focus... why?)
>
> Best,
>
> Art
>>> 0xBA
>
> --__--__--
>
> Message: 6
> Date: Sat, 26 Oct 2002 23:51:28 -0400
> Subject: Re: pHATmatik AU
> Cc: email@hidden
> To: Art Gillespie <email@hidden>
> From: Art Gillespie <email@hidden>
>
> I should also point out that it only works in the latest Logic dev
> release... not so much in 5.4.0
>
> Art
>>> 0xBA
>
>
> On Saturday, October 26, 2002, at 11:42 PM, Art Gillespie wrote:
>
>> Well,
>>
>> I finished our first VSTi port. Um, it was, uh, fun. This is our
>> REX1 file player/loop extractor/fun thing. There are links to some
>> Rex1 files in the README if you need some for checking it out.
>>
What is the proper com.apple.iokit.IOAudioFamily OSBundleLibraries
dependenciy for a 10.2-only kernel extension audio driver?

Or, is there updated documentation somewhere of what IOAudioFamily is
included in the current flavors of 10.2?

Thanks!

Cameron Jones
Salem Technology Associates
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Re: CreateCustomControl crash (Urs...?)
  • Next by Date: Re: CreateCustomControl crash (Urs...?)
  • Previous by thread: [patch] IOAudioEngine performErase()
  • Next by thread: com.apple.iokit.IOAudioFamily OSBundleLibraries dependency for 10.2
  • Index(es):
    • Date
    • Thread