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:
parent
28c5775958
commit
75981dd4b3
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ public:
|
|||
*/
|
||||
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
|
||||
*/
|
||||
void findAllKeySigEvents (MidiMessageSequence& keySigEvents) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue