honor LV2 units:midiNote: display Note name instead of integer

This commit is contained in:
Robin Gareus 2013-10-22 17:26:30 +02:00
parent d92feec3f3
commit 0029ee40b6
4 changed files with 45 additions and 1 deletions

View file

@ -277,6 +277,7 @@ class GenericPluginUI : public PlugUIBase, public Gtk::VBox
/* XXX: remove */
void print_parameter (char *buf, uint32_t len, uint32_t param);
bool integer_printer (char* buf, Gtk::Adjustment &, ControlUI *);
bool midinote_printer(char* buf, Gtk::Adjustment &, ControlUI *);
};
class PluginUIWindow : public ArdourWindow