Re: [MBS] CPU use on OS X and Windows

2015-10-02 Thread Michael Diehr
On Sep 22, 2015, at 9:17 AM, Christian Schmitz wrote: > > >> Am 22.09.2015 um 17:36 schrieb Michael Diehr : >> >>> I think DarwinResourceUsageMBS is for your app. >> >> Hmm - testing the "Darwin Resource Usage" sample project however, I get "0" >> for System Time used and UserTimeUsed, which

Re: [MBS] [ANN] MonkeyBread Software Releases the MBS Xojo / Real Studio plug-ins in version 15.3

2015-10-02 Thread Christian Schmitz
> OK, so I get playing the thing (all the send- start- things) but what about > it handling external MIDI inside the plug instead of me interpreting incoming > MIDI separately and passing to this? I'm envisioning a AuioUnitMIDIMBS node > and putting it first in the graph, sending MIDI to the sa

Re: [MBS] [ANN] MonkeyBread Software Releases the MBS Xojo / Real Studio plug-ins in version 15.3

2015-10-02 Thread Garth Hjelte
At 11:12 AM 10/2/2015, you wrote: >> What AudioUnitNode would I use? > >AVAudioUnitSamplerMBS, I think. > >> The docs are confusing in this regard, I assume you haven't updated them >> yet? Theres AVAudioUnitMIDIInstrumentMBS but that's not associated with >> AVAudioUnitSamplerMBS. I saw the Aud

Re: [MBS] [ANN] MonkeyBread Software Releases the MBS Xojo / Real Studio plug-ins in version 15.3

2015-10-02 Thread Christian Schmitz
> > What AudioUnitNode would I use? AVAudioUnitSamplerMBS, I think. > The docs are confusing in this regard, I assume you haven't updated them yet? > Theres AVAudioUnitMIDIInstrumentMBS but that's not associated with > AVAudioUnitSamplerMBS. I saw the AudioNodes: Sorry. You just found a bug.

Re: [MBS] [ANN] MonkeyBread Software Releases the MBS Xojo / Real Studio plug-ins in version 15.3

2015-10-02 Thread Garth Hjelte
At 10:07 AM 10/2/2015, you wrote: >>> The example does not do any MIDI. >> I thought the question is worth repeating (I _know_ the example doesn't >> include MIDI): Does and of your AV stuff support MIDI, and if so, how, and >> can it hook up to the AVAudioEngine classes? > >I implemented the a

Re: [MBS] [ANN] MonkeyBread Software Releases the MBS Xojo / Real Studio plug-ins in version 15.3

2015-10-02 Thread Christian Schmitz
>> The example does not do any MIDI. > > I thought the question is worth repeating (I _know_ the example doesn't > include MIDI): Does and of your AV stuff support MIDI, and if so, how, and > can it hook up to the AVAudioEngine classes? > I implemented the audio nodes for MIDI in use with AV

Re: [MBS] [ANN] MonkeyBread Software Releases the MBS Xojo / Real Studio plug-ins in version 15.3

2015-10-02 Thread Garth Hjelte
At 09:56 AM 10/2/2015, you wrote: >>I looked at your >>/AVFoundation/AVAudioEngine/Player >> example, I don't think that includes putting in external MIDI to play the >>player (assuming that I'd hook up the Samp

Re: [MBS] [ANN] MonkeyBread Software Releases the MBS Xojo / Real Studio plug-ins in version 15.3

2015-10-02 Thread Christian Schmitz
> Do you know - does AVAudioUnitSamplerMBS include the loading of EXS24 files? Sorry, no idea. Plugin wraps AVFoundation function and provides the functionality. > > I looked at your > /AVFoundation/AVAudioEn

Re: [MBS] [ANN] MonkeyBread Software Releases the MBS Xojo / Real Studio plug-ins in version 15.3

2015-10-02 Thread Garth Hjelte
At 04:30 PM 10/1/2015, you wrote: >For Mac OS X 10.10 or newer, we have a couple of new audio classes for >AVFoundation framework. This includes the AVAudioEngine class, some classes >for various audio nodes with subclasses for audio effects. Our audio unit >classes there allow to use any audio un