Browse Source

Merge origin with post take-seq-bldr updates to master.

master
Kevin Larke 9 years ago
parent
commit
7d55b16257
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/cmScore.c

+ 1
- 1
app/cmScore.c View File

1332
             bool     pedalDnFl = d1 >= 64;
1332
             bool     pedalDnFl = d1 >= 64;
1333
             unsigned pedalIdx  = d0 - pedalBaseMidiId;
1333
             unsigned pedalIdx  = d0 - pedalBaseMidiId;
1334
 
1334
 
1335
-            assert( pedalBaseMidiId <= pedalIdx && pedalIdx < pedalN );
1335
+            assert( pedalBaseMidiId <= d0 && pedalIdx < pedalN );
1336
 
1336
 
1337
             // store the pedal type identifer in the pitch field
1337
             // store the pedal type identifer in the pitch field
1338
             p->array[j].pitch = d0;
1338
             p->array[j].pitch = d0;

Loading…
Cancel
Save