OSDN Git Service

portmidiysn bug fix sysex was disabled. Re enable sysex.
authorKeishi Suenaga <s_keishi@mutt.freemail.ne.jp>
Thu, 30 Oct 2003 07:34:00 +0000 (07:34 +0000)
committerKeishi Suenaga <s_keishi@mutt.freemail.ne.jp>
Thu, 30 Oct 2003 07:34:00 +0000 (07:34 +0000)
interface/rtsyn.h interface/rtsyn_common.c

interface/rtsyn.h
interface/rtsyn_common.c

index 5cf558c..96930f4 100644 (file)
@@ -78,6 +78,7 @@
 #include "timer.h"
 
 
+#define  USE_PORTMIDI 1
 
 /******************************************************************************/
 /*                                                                            */
index c6128b7..6edbbb5 100644 (file)
@@ -510,7 +510,7 @@ int rtsyn_play_one_data (int port, int32 dwParam1){
 //             rtsyn_play_event(&ev);
                break;
        case 0xf0:
-#ifdef USE_PORTMIDI
+#ifdef IA_PORTMIDISYN
                if ( (dwParam1 & 0x000000ff) == 0xf0) {
                        //SysEx
                        return 1;