mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
midi scroomer updates streamview during drags.
This commit is contained in:
parent
910cbc600c
commit
2ec2c1c017
2 changed files with 19 additions and 5 deletions
|
|
@ -123,6 +123,10 @@ private:
|
|||
void drop_instrument_ref ();
|
||||
PBD::ScopedConnectionList midnam_connection;
|
||||
|
||||
void start_scroomer_update ();
|
||||
void stop_scroomer_update ();
|
||||
sigc::connection _note_range_changed_connection;
|
||||
|
||||
void model_changed(const std::string& model);
|
||||
void custom_device_mode_changed(const std::string& mode);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue