Demonstrate the new machwave effect
This commit is contained in:
parent
8277a6d608
commit
4cb01f0ee7
1 changed files with 55 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
<fx>
|
<fx>
|
||||||
|
|
||||||
|
<!--
|
||||||
<engine>
|
<engine>
|
||||||
<name>rumble</name>
|
<name>rumble</name>
|
||||||
<mode>looped</mode>
|
<mode>looped</mode>
|
||||||
|
@ -21,6 +22,60 @@
|
||||||
<offset>1.5</offset>
|
<offset>1.5</offset>
|
||||||
</pitch>
|
</pitch>
|
||||||
</engine>
|
</engine>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<machwave>
|
||||||
|
<name>Shock Wave</name>
|
||||||
|
<path>Sounds/exhaust_loop.wav</path>
|
||||||
|
<mode>looped</mode>
|
||||||
|
<property>/sim/sound/machwave/active</property>
|
||||||
|
<volume>
|
||||||
|
<expression>
|
||||||
|
<table>
|
||||||
|
<property>/sim/sound/machwave/offset-m</property>
|
||||||
|
<entry>
|
||||||
|
<ind>15</ind>
|
||||||
|
<dep>1.0</dep>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
<ind>20</ind>
|
||||||
|
<dep>1.0</dep>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
<ind>30</ind>
|
||||||
|
<dep>1.0</dep>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
<ind>75</ind>
|
||||||
|
<dep>0.0</dep>
|
||||||
|
</entry>
|
||||||
|
</table>
|
||||||
|
</expression>
|
||||||
|
</volume>
|
||||||
|
<pitch>
|
||||||
|
<expression>
|
||||||
|
<table>
|
||||||
|
<property>sim/sound/machwave/offset-m</property>
|
||||||
|
<entry>
|
||||||
|
<ind>15</ind>
|
||||||
|
<dep>2.5</dep>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
<ind>20</ind>
|
||||||
|
<dep>2.5</dep>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
<ind>30</ind>
|
||||||
|
<dep>2.5</dep>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
<ind>75</ind>
|
||||||
|
<dep>1.5</dep>
|
||||||
|
</entry>
|
||||||
|
</table>
|
||||||
|
</expression>
|
||||||
|
</pitch>
|
||||||
|
</machwave>
|
||||||
|
|
||||||
</fx>
|
</fx>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue