Bug in Daisy
Bug in Daisy
- Subject: Bug in Daisy
- From: Jens Bauer <email@hidden>
- Date: Thu, 3 Jul 2003 05:39:24 +0200
Hi,
I noticed a minor bug in Daisy. I've filed it as radar#3314290.
In the file daisyEvents.c, in function makeWindowControlEventHandler(),
change the "ChangeSource" line below:
case kPopupOutputSources:
result = GetControlAndValue(globals->mainWindow, nil,
kControlKindPopupButton, kPopupOutputSourcesID);
deviceInfo->outputSourcesMenuSelection = result;
// ChangeSource(deviceInfo, result, true);
ChangeSource(deviceInfo, result, false); // it's output,
not input
break;
I'd like to ask, now that I'm here.. How do I change the data source to
"none" ?
-I'd like to be able to do this for either the input or the output data
source.
What I'm up to, is to make an app that adds an effect to a playing
sound, in short, it's something like this:
input src: IOProc: output src:
[Line In] -> effect -> [Line Out]
[None ] -> sine -> effect -> [Line Out]
[Line In] -> effect -> save file -> [None]
-Do I just ignore the data I receive, or is there a way of telling
CoreAudio that I'm just throwing the received data away, so that I can
save some cycles ?
Love,
Jens
_______________________________________________
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.