Browse Source

cmProc4.h : Corrected comment typo.

master
kpl 11 years ago
parent
commit
d091f769fc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cmProc4.h

+ 1
- 1
cmProc4.h View File

463
 // 1) midiBuf[] stores all MIDI notes for the duration of the performance
463
 // 1) midiBuf[] stores all MIDI notes for the duration of the performance
464
 // it is initialized to 2*score_event_count.
464
 // it is initialized to 2*score_event_count.
465
 //
465
 //
466
-// 2) dynRef][ is the gives the MIDI velocity range for each dynamics
466
+// 2) dynRef[] is the gives the MIDI velocity range for each dynamics
467
 // category: pppp-fff
467
 // category: pppp-fff
468
 // 
468
 // 
469
 // 3) See a cmDspKr.c _cmScFolMatcherCb() for an example of how 
469
 // 3) See a cmDspKr.c _cmScFolMatcherCb() for an example of how 

Loading…
Cancel
Save