Browse Source

cmScoreMatchGraphic.c : Commented out _cmScoreMatchGraphicUpdateSostenuto() pending implementation.

master
kevin 7 years ago
parent
commit
4ee4a5bbe4
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      app/cmScoreMatchGraphic.c

+ 2
- 2
app/cmScoreMatchGraphic.c View File

@@ -635,7 +635,7 @@ cmSmgRC_t cmScoreMatchGraphicGenTimeLineBars( cmSmgH_t h, const cmChar_t* fn, un
635 635
   return rc;
636 636
   
637 637
 }
638
-
638
+/*
639 639
 cmSmRC_t _cmScoreMatchGraphicUpdateSostenuto( cmSmg_t* p, cmMidiFileH_t mfH, cmScH_t scH )
640 640
 {
641 641
   unsigned evtN = cmScoreEvtCount(scH);
@@ -654,7 +654,7 @@ cmSmRC_t _cmScoreMatchGraphicUpdateSostenuto( cmSmg_t* p, cmMidiFileH_t mfH, cmS
654 654
       
655 655
     }
656 656
 }
657
-
657
+*/
658 658
 cmSmgRC_t cmScoreMatchGraphicUpdateMidiFromScore( cmCtx_t* ctx, cmSmgH_t h, const cmChar_t* newMidiFn )
659 659
 {
660 660
   cmSmgRC_t     rc  = kOkSmgRC;

Loading…
Cancel
Save