Re: Parameter scope quandry
Re: Parameter scope quandry
- Subject: Re: Parameter scope quandry
- From: AJ <email@hidden>
- Date: Tue, 29 Jul 2003 17:30:04 -0700
Duh.... I meant all of these to be kAudioUnitScope_Global.... emm... ooops
--aj
// set three oscillators to A
AudioUnitSetParameter(au_osc_bank, kMyAU_Osc1Hz,
kAudioUnitScope_Input, 0, 220, 0);
AudioUnitSetParameter(au_osc_bank, kMyAU_Osc2Hz,
kAudioUnitScope_Input, 0, 440, 0);
AudioUnitSetParameter(au_osc_bank, kMyAU_Osc3Hz,
kAudioUnitScope_Input, 0, 880, 0);
_______________________________________________
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.