mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
add the concept of a length that is data-independent to MIDI files (GUI)
This commit is contained in:
parent
ebcc6b8250
commit
c7192b4cc0
6 changed files with 12 additions and 10 deletions
|
|
@ -217,10 +217,11 @@ class MidiCueEditor : public CueEditor
|
|||
void visual_changer (const VisualChange&);
|
||||
void bindings_changed ();
|
||||
|
||||
void data_captured (Temporal::timecnt_t);
|
||||
void data_captured (samplecnt_t);
|
||||
bool idle_data_captured ();
|
||||
std::atomic<int> idle_update_queued;
|
||||
Temporal::timecnt_t data_capture_duration;
|
||||
PBD::ScopedConnectionList capture_connections;
|
||||
samplecnt_t data_capture_duration;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue