mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
add 'size' field to midi-sequences
This commit is contained in:
parent
c3c6f619c3
commit
6e38d3777e
3 changed files with 688 additions and 685 deletions
|
|
@ -40,6 +40,7 @@ class DummyAudioBackend;
|
|||
namespace DummyMidiData {
|
||||
typedef struct _MIDISequence {
|
||||
float beat_time;
|
||||
uint8_t size;
|
||||
uint8_t event[3];
|
||||
} MIDISequence;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue