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