This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DISTRHO-Ports
mirror of
https://github.com/DISTRHO/DISTRHO-Ports
Watch
1
Star
0
Fork
0
Code
Releases
5
Activity
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
2be76131ec
commit
73270d0830
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save