Browse Source

Specify JUCE_ALSA_MIDI_NAME to skip creating a juce app

Related to #21 and #20
tags/2018-04-16
falkTX 7 years ago
parent
commit
73270d0830
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libs/juce/build-juce/AppConfig.h

+ 1
- 0
libs/juce/build-juce/AppConfig.h View File

@@ -65,6 +65,7 @@
*/
#if LINUX
#define JUCE_ALSA 1
#define JUCE_ALSA_MIDI_NAME "JuceMidi"
#else
#define JUCE_ALSA 0
#endif


Loading…
Cancel
Save