mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
patch from Johan Mattson to make -I/-O options in engine dialog actually work (fixes #2975
git-svn-id: svn://localhost/ardour2/branches/3.0@7795 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
bbb131d895
commit
4400489f15
2 changed files with 32 additions and 0 deletions
|
|
@ -55,7 +55,9 @@ class EngineControl : public Gtk::VBox {
|
|||
Gtk::SpinButton ports_spinner;
|
||||
Gtk::SpinButton input_channels;
|
||||
Gtk::SpinButton output_channels;
|
||||
Gtk::Adjustment input_latency_adjustment;
|
||||
Gtk::SpinButton input_latency;
|
||||
Gtk::Adjustment output_latency_adjustment;
|
||||
Gtk::SpinButton output_latency;
|
||||
Gtk::Label latency_label;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue