http://wiki.flightgear.org/Changelog_2016.3#Core
In this article about 2016.3 it is stated that support for new XML sound expression has been added. What does this mean?
New Sound Expression Support?
New Sound Expression Support?
Soundpack requests are currently: PERMANENTLY CLOSED
Current WIP: None
See and download all my work: HERE
Current WIP: None
See and download all my work: HERE
Re: New Sound Expression Support?
FL2070 wrote:http://wiki.flightgear.org/Changelog_2016.3#Core
In this article about 2016.3 it is stated that support for new XML sound expression has been added. What does this mean?
I think it's this commit: ce0cdcdcb0f6185af49e6ac339ca3f3fc59846dd
"Add the option to define volume and pitch using an expression"
Re: New Sound Expression Support?
Expressions quite usefull.
I use them here with the table function to convert wrong YASIM EGT to better EGT.
You could use them to take N1, and put them into a pitch value.
I use them here with the table function to convert wrong YASIM EGT to better EGT.
You could use them to take N1, and put them into a pitch value.
Code: Select all
<filter>
<name>EGT L</name>
<type>gain</type>
<gain>1</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<expression>
<table>
<property>/engines/engine[0]/egt-degf</property>
<entry><ind>55</ind><dep>302</dep></entry>
<entry><ind>725</ind><dep>665</dep></entry>
</table>
</expression>
</input>
<output>/engines/engine[0]/egt-actual</output>
</filter>
Who is online
Users browsing this forum: No registered users and 21 guests