mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
preparations for clip data display (MIDI) while recording (GUI edition)
This commit is contained in:
parent
7c944687c9
commit
35f16f1bb6
5 changed files with 103 additions and 5 deletions
|
|
@ -73,6 +73,7 @@ class MidiCueEditor : public CueEditor
|
|||
int32_t get_grid_music_divisions (Editing::GridType gt, uint32_t event_state) const { return 1; }
|
||||
|
||||
void set_region (std::shared_ptr<ARDOUR::MidiTrack>, uint32_t slot_index, std::shared_ptr<ARDOUR::MidiRegion>);
|
||||
void set_box (std::shared_ptr<ARDOUR::TriggerBox>);
|
||||
|
||||
ArdourCanvas::ScrollGroup* get_hscroll_group () const { return h_scroll_group; }
|
||||
ArdourCanvas::ScrollGroup* get_cursor_scroll_group () const { return cursor_scroll_group; }
|
||||
|
|
@ -203,6 +204,9 @@ class MidiCueEditor : public CueEditor
|
|||
|
||||
void visual_changer (const VisualChange&);
|
||||
void bindings_changed ();
|
||||
|
||||
void data_captured ();
|
||||
PBD::ScopedConnection capture_connection;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue