when a parent (audio/MIDI) regionview is selected, raise matching AutomationRegionView

Currently, we only use AutomationRegionView to show MIDI CC data
This commit is contained in:
Paul Davis 2023-06-28 13:40:49 -06:00
parent 78037a532c
commit 64b08a1c70
3 changed files with 14 additions and 1 deletions

View file

@ -50,6 +50,8 @@ public:
void init (bool wfd);
void set_selected (bool yn);
bool paste (Temporal::timepos_t const & pos,
unsigned paste_count,
float times,