1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +00:00

Initial version of a CoreGraphics-based rendering context for the mac. Also an intial version of JACK support for linux.

This commit is contained in:
Julian Storer 2009-10-31 11:15:12 +00:00
parent 2d0600d594
commit ebeaa40689
17 changed files with 1349 additions and 15 deletions

View file

@ -482,7 +482,6 @@ private:
AudioUnitSetProperty (audioUnit, kAudioUnitProperty_AudioChannelLayout, kAudioUnitScope_Input, 0, &layout, sizeof (layout));
AudioUnitSetProperty (audioUnit, kAudioUnitProperty_AudioChannelLayout, kAudioUnitScope_Output, 0, &layout, sizeof (layout));
AURenderCallbackStruct inputProc;
inputProc.inputProc = processStatic;
inputProc.inputProcRefCon = this;