mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
Use the channel selector to decide which channel to add program changes to.
git-svn-id: svn://localhost/ardour2/branches/3.0@8343 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
bc29adf054
commit
fd0c45ec97
5 changed files with 39 additions and 45 deletions
|
|
@ -26,10 +26,8 @@ class ProgramChangeDialog : public ArdourDialog
|
|||
public:
|
||||
ProgramChangeDialog ();
|
||||
|
||||
uint8_t channel () const;
|
||||
uint8_t program () const;
|
||||
|
||||
private:
|
||||
Gtk::SpinButton _channel;
|
||||
Gtk::SpinButton _program;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue