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:
Carl Hetherington 2010-12-26 16:19:32 +00:00
parent bc29adf054
commit fd0c45ec97
5 changed files with 39 additions and 45 deletions

View file

@ -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;
};