mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
lots more work trying to create a common structure for accessing plugin and MIDNAME patch/preset/program names. still not done
git-svn-id: svn://localhost/ardour2/branches/3.0@12665 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c816917411
commit
d97312d438
17 changed files with 389 additions and 128 deletions
|
|
@ -28,6 +28,7 @@
|
|||
namespace ARDOUR {
|
||||
class BeatsFramesConverter;
|
||||
class Session;
|
||||
class InstrumentInfo;
|
||||
}
|
||||
|
||||
namespace MIDI {
|
||||
|
|
@ -43,8 +44,7 @@ public:
|
|||
const ARDOUR::BeatsFramesConverter *,
|
||||
ARDOUR::Session *,
|
||||
Evoral::PatchChange<Evoral::MusicalTime> const &,
|
||||
std::string const &,
|
||||
std::string const &,
|
||||
ARDOUR::InstrumentInfo&,
|
||||
const Gtk::BuiltinStockID &
|
||||
);
|
||||
|
||||
|
|
@ -61,11 +61,8 @@ private:
|
|||
void bank_changed ();
|
||||
void program_changed ();
|
||||
|
||||
MIDI::Name::ChannelNameSet::PatchBanks const * get_banks ();
|
||||
|
||||
const ARDOUR::BeatsFramesConverter* _time_converter;
|
||||
std::string _model_name;
|
||||
std::string _custom_device_mode;
|
||||
ARDOUR::InstrumentInfo& _info;
|
||||
AudioClock _time;
|
||||
Gtk::SpinButton _channel;
|
||||
Gtk::SpinButton _program;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue