mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Made MidiMessageSequence::addEvent return the new event.
This commit is contained in:
parent
711d58e066
commit
dc76ef71e9
2 changed files with 5 additions and 4 deletions
|
|
@ -158,8 +158,8 @@ public:
|
|||
that will be inserted
|
||||
@see updateMatchedPairs
|
||||
*/
|
||||
void addEvent (const MidiMessage& newMessage,
|
||||
double timeAdjustment = 0);
|
||||
MidiEventHolder* addEvent (const MidiMessage& newMessage,
|
||||
double timeAdjustment = 0);
|
||||
|
||||
/** Deletes one of the events in the sequence.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue