cwMidi.h : Corrected comment.
This commit is contained in:
parent
d59054bc7e
commit
8e1c3e4b8d
2
cwMidi.h
2
cwMidi.h
@ -129,7 +129,7 @@ namespace cw
|
|||||||
|
|
||||||
// If label is NULL or labelCharCnt==0 then a pointer to an internal static
|
// If label is NULL or labelCharCnt==0 then a pointer to an internal static
|
||||||
// buffer is returned. If label[] is given the it
|
// 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.
|
// 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 );
|
const char* midiToSciPitch( uint8_t pitch, char* label, unsigned labelCharCnt );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user