From 8e1c3e4b8d0091ff34474ac5e5af14c7a94f836f Mon Sep 17 00:00:00 2001 From: kevin Date: Sun, 20 Mar 2022 10:15:28 -0400 Subject: [PATCH] cwMidi.h : Corrected comment. --- cwMidi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwMidi.h b/cwMidi.h index 3df8af4..5f46564 100644 --- a/cwMidi.h +++ b/cwMidi.h @@ -129,7 +129,7 @@ namespace cw // If label is NULL or labelCharCnt==0 then a pointer to an internal static // buffer is returned. If label[] is given the it - // should have at least 5 (kMidiPitchCharCnt) char's (including the terminating zero). + // should have at least 5 (kMidiSciPitchCharCnt) char's (including the terminating zero). // If 'pitch' is outside of the range 0-127 then a blank string is returned. const char* midiToSciPitch( uint8_t pitch, char* label, unsigned labelCharCnt );