1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

MidiFile: Fix typo

This commit is contained in:
reuk 2022-02-08 13:21:58 +00:00
parent 28c5775958
commit 75981dd4b3
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11

View file

@ -133,7 +133,7 @@ public:
*/ */
void findAllTimeSigEvents (MidiMessageSequence& timeSigEvents) const; void findAllTimeSigEvents (MidiMessageSequence& timeSigEvents) const;
/** Makes a list of all the time-signature meta-events from all tracks in the midi file. /** Makes a list of all the key-signature meta-events from all tracks in the midi file.
@param keySigEvents a list to which all the events will be added @param keySigEvents a list to which all the events will be added
*/ */
void findAllKeySigEvents (MidiMessageSequence& keySigEvents) const; void findAllKeySigEvents (MidiMessageSequence& keySigEvents) const;