mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
OSC: port mode by default should be manual
This commit is contained in:
parent
a9d2955f83
commit
f3e0fcbb7e
2 changed files with 3 additions and 3 deletions
|
|
@ -94,7 +94,7 @@ OSC::OSC (Session& s, uint32_t port)
|
|||
, _osc_server (0)
|
||||
, _osc_unix_server (0)
|
||||
, _debugmode (Off)
|
||||
, address_only (false)
|
||||
, address_only (true)
|
||||
, remote_port ("8000")
|
||||
, default_banksize (0)
|
||||
, default_strip (159)
|
||||
|
|
|
|||
|
|
@ -622,8 +622,8 @@ OSC_GUI::factory_reset ()
|
|||
reshow_values ();
|
||||
cp.set_gainmode (0);
|
||||
gainmode_combo.set_active (0);
|
||||
cp.set_portmode (0);
|
||||
portmode_combo.set_active (0);
|
||||
cp.set_portmode (1);
|
||||
portmode_combo.set_active (1);
|
||||
cp.set_remote_port ("8000");
|
||||
port_entry.set_text ("8000");
|
||||
cp.clear_devices ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue