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:
parent
2d0600d594
commit
ebeaa40689
17 changed files with 1349 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue