On Friday 16 April 2004 23:38, Andy Ross wrote:
What are your requirements?
Very simple. I just want to make a beeping sound or a number of beeps to use when the autopilot is disengaged (or any other audible annunciators).
If the actions are available as property changes (or detectable using a certain combination of property settings) then this should all be possible without Nasal's interference[1].
Normally a sound is triggered by a property changing from 0 to != 0. But with the inclusion of conditions[2] it is also possible to set:
if ((prop1 < 0.5) AND ((prop2 == 0) OR (prop3 > 0))) ...
Erik
[1] FlightGear/docs-mini/README.xmlsound [2] FlightGear/docs-mini/README.conditions
_______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
