Browse Source

cmSCoreMatchGraphic.c : Removed printf() from _cmScoreMatchGraphicInsertMidiMsg().

master
kevin 8 years ago
parent
commit
bea6d07568
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/cmScoreMatchGraphic.c

+ 1
- 1
app/cmScoreMatchGraphic.c View File

690
   cmMidiByte_t midi_vel     = pedalDnFl ? 64 :   0;
690
   cmMidiByte_t midi_vel     = pedalDnFl ? 64 :   0;
691
   cmMidiByte_t midi_ch      = 0;
691
   cmMidiByte_t midi_ch      = 0;
692
 
692
 
693
-  printf("pedal:%s\n",pedalDnFl?"down":"up");
693
+  //printf("pedal:%s\n",pedalDnFl?"down":"up");
694
   
694
   
695
   // insert a pedal msg relative to the reference event
695
   // insert a pedal msg relative to the reference event
696
   if( cmMidiFileInsertMsg(mfH, m->uid, dtick_offset, midi_ch, kCtlMdId, kSostenutoCtlMdId, midi_vel ) != kOkMfRC )
696
   if( cmMidiFileInsertMsg(mfH, m->uid, dtick_offset, midi_ch, kCtlMdId, kSostenutoCtlMdId, midi_vel ) != kOkMfRC )

Loading…
Cancel
Save