File tree 2 files changed +21
-2
lines changed
2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 36
36
** 5. Test everything, then test it again.
37
37
**
38
38
***********************************************************************/
39
- #ifdef USE_MIDI_DEVICE
39
+
40
+ //* Options ************************************************************
41
+
42
+ #if !defined(REBOL_OPTIONS_FILE )
43
+ #include "opt-config.h"
44
+ #else
45
+ #include REBOL_OPTIONS_FILE
46
+ #endif
47
+
48
+ #ifdef INCLUDE_MIDI_DEVICE
49
+
40
50
#if defined(TO_OSX ) || defined(TO_OSX_X64 ) || defined(TO_OSXI ) //!!! could be made better!
41
51
42
52
// NOTE: this will be useful for higher level launchpad schemes:
Original file line number Diff line number Diff line change 36
36
** 5. Test everything, then test it again.
37
37
**
38
38
***********************************************************************/
39
- #ifdef USE_MIDI_DEVICE
39
+
40
+ //* Options ************************************************************
41
+
42
+ #if !defined(REBOL_OPTIONS_FILE )
43
+ #include "opt-config.h"
44
+ #else
45
+ #include REBOL_OPTIONS_FILE
46
+ #endif
47
+
48
+ #ifdef INCLUDE_MIDI_DEVICE
40
49
41
50
// NOTE: this will be useful for higher level launchpad schemes:
42
51
// https://github.com/FMMT666/launchpad.py/blob/master/launchpad_py/launchpad.py
You can’t perform that action at this time.
0 commit comments