mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Demorunner: Fixed device manager bug in BlocksSynthDemo.h
This commit is contained in:
parent
f574b9d962
commit
613f40d0c2
1 changed files with 4 additions and 0 deletions
|
|
@ -352,7 +352,11 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
#ifndef JUCE_DEMO_RUNNER
|
||||
AudioDeviceManager audioDeviceManager;
|
||||
#else
|
||||
AudioDeviceManager& audioDeviceManager { getSharedAudioDeviceManager (0, 2) };
|
||||
#endif
|
||||
Synthesiser synthesiser;
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue