Support midnam controller value labels.

This commit is contained in:
David Robillard 2014-01-06 17:02:55 -05:00
parent 0fe968a140
commit 72d8ca89e2
8 changed files with 266 additions and 14 deletions

View file

@ -34,6 +34,8 @@ public:
MementoCommandBinder<ARDOUR::AutomationList>* memento_command_binder ();
virtual std::string get_verbose_cursor_string (double) const;
private:
boost::shared_ptr<ARDOUR::MidiRegion> _region;
Evoral::Parameter _parameter;