fixed the CTL-62 - morse ident wasn't enabled
This commit is contained in:
parent
a83b25e05e
commit
f507db7113
2 changed files with 506 additions and 349 deletions
|
@ -279,6 +279,61 @@ Syd Adams
|
||||||
<max>3</max>
|
<max>3</max>
|
||||||
<wrap>0</wrap>
|
<wrap>0</wrap>
|
||||||
</binding>
|
</binding>
|
||||||
|
<binding>
|
||||||
|
<condition>
|
||||||
|
<greater-than>
|
||||||
|
<property>instrumentation/adf/func-knob</property>
|
||||||
|
<value>0</value>
|
||||||
|
</greater-than>
|
||||||
|
</condition>
|
||||||
|
<command>property-assign</command>
|
||||||
|
<property>instrumentation/adf/ident-audible</property>
|
||||||
|
<value>1</value>
|
||||||
|
</binding>
|
||||||
|
<binding>
|
||||||
|
<condition>
|
||||||
|
<equals>
|
||||||
|
<property>instrumentation/adf/func-knob</property>
|
||||||
|
<value>0</value>
|
||||||
|
</equals>
|
||||||
|
</condition>
|
||||||
|
<command>property-assign</command>
|
||||||
|
<property>instrumentation/adf/mode</property>
|
||||||
|
<value>off</value>
|
||||||
|
</binding>
|
||||||
|
<binding>
|
||||||
|
<condition>
|
||||||
|
<equals>
|
||||||
|
<property>instrumentation/adf/func-knob</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</condition>
|
||||||
|
<command>property-assign</command>
|
||||||
|
<property>instrumentation/adf/mode</property>
|
||||||
|
<value>ant</value>
|
||||||
|
</binding>
|
||||||
|
<binding>
|
||||||
|
<condition>
|
||||||
|
<equals>
|
||||||
|
<property>instrumentation/adf/func-knob</property>
|
||||||
|
<value>2</value>
|
||||||
|
</equals>
|
||||||
|
</condition>
|
||||||
|
<command>property-assign</command>
|
||||||
|
<property>instrumentation/adf/mode</property>
|
||||||
|
<value>adf</value>
|
||||||
|
</binding>
|
||||||
|
<binding>
|
||||||
|
<condition>
|
||||||
|
<equals>
|
||||||
|
<property>instrumentation/adf/func-knob</property>
|
||||||
|
<value>3</value>
|
||||||
|
</equals>
|
||||||
|
</condition>
|
||||||
|
<command>property-assign</command>
|
||||||
|
<property>instrumentation/adf/mode</property>
|
||||||
|
<value>tone</value>
|
||||||
|
</binding>
|
||||||
</action>
|
</action>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
|
@ -296,6 +351,61 @@ Syd Adams
|
||||||
<max>3</max>
|
<max>3</max>
|
||||||
<wrap>0</wrap>
|
<wrap>0</wrap>
|
||||||
</binding>
|
</binding>
|
||||||
|
<binding>
|
||||||
|
<condition>
|
||||||
|
<greater-than>
|
||||||
|
<property>instrumentation/adf/func-knob</property>
|
||||||
|
<value>0</value>
|
||||||
|
</greater-than>
|
||||||
|
</condition>
|
||||||
|
<command>property-assign</command>
|
||||||
|
<property>instrumentation/adf/ident-audible</property>
|
||||||
|
<value>1</value>
|
||||||
|
</binding>
|
||||||
|
<binding>
|
||||||
|
<condition>
|
||||||
|
<equals>
|
||||||
|
<property>instrumentation/adf/func-knob</property>
|
||||||
|
<value>0</value>
|
||||||
|
</equals>
|
||||||
|
</condition>
|
||||||
|
<command>property-assign</command>
|
||||||
|
<property>instrumentation/adf/mode</property>
|
||||||
|
<value>off</value>
|
||||||
|
</binding>
|
||||||
|
<binding>
|
||||||
|
<condition>
|
||||||
|
<equals>
|
||||||
|
<property>instrumentation/adf/func-knob</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</condition>
|
||||||
|
<command>property-assign</command>
|
||||||
|
<property>instrumentation/adf/mode</property>
|
||||||
|
<value>ant</value>
|
||||||
|
</binding>
|
||||||
|
<binding>
|
||||||
|
<condition>
|
||||||
|
<equals>
|
||||||
|
<property>instrumentation/adf/func-knob</property>
|
||||||
|
<value>2</value>
|
||||||
|
</equals>
|
||||||
|
</condition>
|
||||||
|
<command>property-assign</command>
|
||||||
|
<property>instrumentation/adf/mode</property>
|
||||||
|
<value>adf</value>
|
||||||
|
</binding>
|
||||||
|
<binding>
|
||||||
|
<condition>
|
||||||
|
<equals>
|
||||||
|
<property>instrumentation/adf/func-knob</property>
|
||||||
|
<value>3</value>
|
||||||
|
</equals>
|
||||||
|
</condition>
|
||||||
|
<command>property-assign</command>
|
||||||
|
<property>instrumentation/adf/mode</property>
|
||||||
|
<value>tone</value>
|
||||||
|
</binding>
|
||||||
</action>
|
</action>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue