OSC: select should have latch too.
This commit is contained in:
parent
c768aeabc4
commit
29975638c0
@ -907,6 +907,10 @@ OSCSelectObserver::gain_automation ()
|
||||
output = 3;
|
||||
auto_name = "Touch";
|
||||
break;
|
||||
case ARDOUR::Latch:
|
||||
output = 4;
|
||||
auto_name = "Latch";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user