Skip to content

Commit

Permalink
FIX: enable MIDI for 32bit macOS target
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Feb 8, 2019
1 parent ae925a3 commit d247f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/os/posix/dev-midi-osx.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
**
***********************************************************************/
#ifdef USE_MIDI_DEVICE
#if defined(TO_OSX) || defined(TO_OSX_X64)
#if defined(TO_OSX) || defined(TO_OSX_X64) || defined(TO_OSXI) //!!! could be made better!

// NOTE: this will be useful for higher level launchpad schemes:
// https://github.com/FMMT666/launchpad.py/blob/master/launchpad_py/launchpad.py
Expand All @@ -50,7 +50,7 @@
#include <mach/mach_time.h>

#undef BYTE_SIZE // vm_param.h from above includes define BYTE_SIZE as number of bits
// sys-value.h use it detect if series is byte-sized
// sys-value.h use it to detect if series is byte-sized

#include "reb-host.h"
#include "host-lib.h"
Expand Down

0 comments on commit d247f8f

Please sign in to comment.