Browse Source

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

master
kevin 7 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,7 +690,7 @@ cmSmgRC_t _cmScoreMatchGraphicInsertMidiMsg( cmSmg_t* p, cmMidiFileH_t mfH, bool
690 690
   cmMidiByte_t midi_vel     = pedalDnFl ? 64 :   0;
691 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 695
   // insert a pedal msg relative to the reference event
696 696
   if( cmMidiFileInsertMsg(mfH, m->uid, dtick_offset, midi_ch, kCtlMdId, kSostenutoCtlMdId, midi_vel ) != kOkMfRC )

Loading…
Cancel
Save