Skip to content

Commit

Permalink
bugfix in rtmidi bind-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
benswift committed Oct 11, 2019
1 parent 13030b1 commit 66fc7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/contrib/rtmidi.xtm
Expand Up @@ -242,7 +242,7 @@
;; * See RtMidiIn::getMessage().
;; */
;; RTMIDIAPI double rtmidi_in_get_message (RtMidiInPtr device, unsigned char *message, size_t *size);
(bind-lib librtmidi rtmidi_in_get_message [double,RtMidiInPtr,i8*,i64]*)
(bind-lib librtmidi rtmidi_in_get_message [double,RtMidiInPtr,i8*,i64*]*)

;; /* RtMidiOut API */

Expand Down

0 comments on commit 66fc7ba

Please sign in to comment.