mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
GUI support for plugin provided midnam
This commit is contained in:
parent
3f73973806
commit
cfafb01b32
2 changed files with 89 additions and 34 deletions
|
|
@ -113,10 +113,15 @@ public:
|
|||
protected:
|
||||
void start_step_editing ();
|
||||
void stop_step_editing ();
|
||||
void processors_changed (ARDOUR::RouteProcessorChange);
|
||||
|
||||
private:
|
||||
sigc::signal<void, std::string, std::string> _midi_patch_settings_changed;
|
||||
|
||||
void setup_midnam_patches ();
|
||||
void update_patch_selector ();
|
||||
PBD::ScopedConnection midnam_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