From d091f769fc0b651d19baa6dbe9279981e9c3683a Mon Sep 17 00:00:00 2001 From: kpl Date: Wed, 16 Oct 2013 16:28:56 -0700 Subject: [PATCH] cmProc4.h : Corrected comment typo. --- cmProc4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmProc4.h b/cmProc4.h index 00508b2..b99c907 100644 --- a/cmProc4.h +++ b/cmProc4.h @@ -463,7 +463,7 @@ typedef struct // 1) midiBuf[] stores all MIDI notes for the duration of the performance // it is initialized to 2*score_event_count. // -// 2) dynRef][ is the gives the MIDI velocity range for each dynamics +// 2) dynRef[] is the gives the MIDI velocity range for each dynamics // category: pppp-fff // // 3) See a cmDspKr.c _cmScFolMatcherCb() for an example of how