mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
honor LV2 units:midiNote: display Note name instead of integer
This commit is contained in:
parent
d92feec3f3
commit
0029ee40b6
4 changed files with 45 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue