Browse Source

Fixed another Mac compile error

pull/514/head
piegames 6 years ago
parent
commit
c4904f187b
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      macosx/coremidi/JackCoreMidiOutputPort.mm

+ 4
- 0
macosx/coremidi/JackCoreMidiOutputPort.mm View File

@@ -28,6 +28,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#include "JackTime.h"
#include "JackError.h"

/* Somehow the compiler doesn't accept my typedef in JackMidi.h */
typedef jack_event_data_t jack_midi_data_t;
typedef jack_event_t jack_midi_event_t;

using Jack::JackCoreMidiOutputPort;

JackCoreMidiOutputPort::JackCoreMidiOutputPort(double time_ratio,


Loading…
Cancel
Save