https://forum.flightgear.org/viewtopic.php?f=4&t=30529
Code: Select all
<filter>
<name>Door L1</name>
<type>gain</type>
<gain>1</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<expression>
<table>
<property>/controls/doors/L1-i</property>
<entry><ind>0</ind><dep>-80</dep></entry>
<entry><ind>1</ind><dep> 80</dep></entry>
</table>
</expression>
</input>
<output>/controls/doors/L1-o</output>
</filter>
I've not seen this done before, so can someone point me to any documentation (not holding my breath) or explain this and any more like this I don't know about ?
Maybe we could create a library of these little gems ?
regards
Simon