DLS and reverb bug?
DLS and reverb bug?
- Subject: DLS and reverb bug?
- From: Jeremy Sagan <email@hidden>
- Date: Wed, 19 Nov 2003 20:42:37 -0500
Maybe I am missing something (probably something new to do with
bussing). I swear this used to work:
UInt32 onoff;
If I make this call twice first with onoff = 0 and then onoff = 1,
while rendering MIDI into audio on both buss 0 and buss 1 using the
Apple DLSMusicDevice I get buzzing in the output of buss 1.
AudioUnitSetProperty(m_audioUnit,
kMusicDeviceProperty_UsesInternalReverb,
kAudioUnitScope_Global, 0, &onoff, sizeof(onoff));
I think there may also be a bug that occurs if one only renders on buss
1 without rendering on buss 0 with DLS and internal reverb off.
Jeremy
_______________________________________________
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.