1
0
Fork 0
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:
Noah Dayan 2018-05-25 11:42:00 +01:00
parent f574b9d962
commit 613f40d0c2

View file

@ -352,7 +352,11 @@ public:
}
private:
#ifndef JUCE_DEMO_RUNNER
AudioDeviceManager audioDeviceManager;
#else
AudioDeviceManager& audioDeviceManager { getSharedAudioDeviceManager (0, 2) };
#endif
Synthesiser synthesiser;
//==============================================================================