• 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
Bug in Daisy
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Bug in Daisy
      • From: Jeff Moore <email@hidden>
  • Prev by Date: Re: pitch bend range with DLSMusicDevice
  • Next by Date: MTCoreAudio.framework bugfix release
  • Previous by thread: Re: Sysex problems!
  • Next by thread: Re: Bug in Daisy
  • Index(es):
    • Date
    • Thread