1<?xml version="1.0"?>
2
3<PropertyList>
4
5 <fx>
6
7  <crank>
8   <name>crank</name>
9   <path>Sounds/cranking.wav</path>
10   <property>/engines/engine/cranking</property>
11   <volume>
12    <offset>0.5</offset>
13   </volume>
14  </crank>
15
16  <engine>
17   <name>engine</name>
18   <path>Sounds/wasp.wav</path>
19   <mode>looped</mode>
20   <property>/sim/asw20/engine_running</property>
21   <volume>
22    <property>/fdm/jsbsim/external_reactions/GenericEngine/magnitude</property>
23    <factor>0.005</factor>
24    <min>0.0</min>
25    <max>0.5</max>
26    <offset>0.0</offset>
27   </volume>
28   <pitch>
29    <property>/fdm/jsbsim/external_reactions/GenericEngine/magnitude</property>
30    <factor>0.0012</factor>
31    <min>.3</min>
32    <max>5.0</max>
33    <offset>0.3</offset>
34   </pitch>
35  </engine>
36
37
38  <wind>
39   <name>wind</name>
40   <mode>looped</mode>
41   <path>Sounds/wind.wav</path>
42   <property>/velocities/airspeed-kt</property>
43   <volume>
44    <property>/position/altitude-ft</property>
45    <factor>-0.000015</factor>
46    <offset>1.0</offset>
47    <min>0.1</min>
48    <max>1.0</max>
49   </volume>
50   <volume>
51     <property>/velocities/airspeed-kt</property>
52     <factor>0.004</factor>
53     <min>0.03</min>
54     <max>1.2</max>
55   </volume>
56   <pitch>
57    <property>/velocities/airspeed-kt</property>
58    <factor>0.006</factor>
59    <offset>2.65</offset>
60   </pitch>
61  </wind>
62
63 <variometer-up>
64   <name>variometer-up</name>
65   <mode>looped</mode>
66   <path>Aircraft/asw20/Sounds/vario.wav</path>
67   <condition>
68   <and>
69     <greater-than>
70      <property>instrumentation/ilec-sc7/audio</property>
71     <value>0</value>
72     </greater-than>
73     <greater-than>
74	 <property>instrumentation/ilec-sc7/te-reading-mps</property>
75     <value>0.01</value>
76     </greater-than>
77     </and>
78    </condition>
79    <pitch>
80     <property>instrumentation/ilec-sc7/te-reading-mps</property>
81     <factor>0.246</factor>
82     <offset>1.0</offset>
83    </pitch>
84    <volume>
85     <property>instrumentation/ilec-sc7/volume</property>
86     <max>1</max>
87    </volume>
88  </variometer-up>
89
90 <variometer-down>
91   <name>variometer-down</name>
92   <mode>looped</mode>
93   <path>Aircraft/asw20/Sounds/vario2.wav</path>
94    <condition>
95    <and>
96     <equals>
97     <property>instrumentation/ilec-sc7/audio</property>
98     <value>2</value>
99     </equals>
100     <greater-than>
101      <property>instrumentation/ilec-sc7/te-reading-mps</property>
102      <value>-10.66</value>
103     </greater-than>
104    <less-than>
105      <property>instrumentation/ilec-sc7/te-reading-mps</property>
106      <value>-0.01</value>
107     </less-than>
108    </and>
109    </condition>
110    <pitch>
111     <property>instrumentation/ilec-sc7/te-reading-neg</property>
112     <factor>-0.05</factor>
113     <offset>1.0</offset>
114    </pitch>
115    <volume>
116     <property>instrumentation/ilec-sc7/volume</property>
117     <max>1</max>
118    </volume>
119 </variometer-down>
120
121
122<!-- _________________  ground reactions  _________________ -->
123
124 <main-wheel-rumble>
125   <name>main-wheel-rumble</name>
126   <mode>looped</mode>
127   <path>Aircraft/asw20/Sounds/ground_roll3.wav</path>
128   <condition>
129     <property>/gear/gear[0]/wow</property>  <!-- main wheel -->
130   </condition>
131   <volume>
132     <property>velocities/groundspeed-kt</property>
133     <factor>0.25</factor>
134   </volume>
135   <position>
136     <x>0.08</x>
137     <y>0.0</y>
138     <z>-0.94</z>
139   </position>
140 </main-wheel-rumble>
141
142 <touchdown-main-wheel>
143   <name>main-wheel-touchdown</name>
144   <mode>once</mode>
145   <path>Aircraft/asw20/Sounds/Roll_tail.wav</path>
146   <condition>
147     <property>/gear/gear[0]/wow</property>  <!-- main wheel -->
148   </condition>
149   <position>
150     <x>0.08</x>
151     <y>0.0</y>
152     <z>-0.94</z>
153   </position>
154<!--    <volume>
155      <property>fdm/JSBSim/gear/unit/compression-velocity-fps</property>
156    <property>/velocities/speed-down-fps</property>
157     <factor>100</factor>
158     <min>0.00</min>
159     <max>500</max>
160   </volume>
161-->
162 </touchdown-main-wheel>
163
164 <touchdown-tail-skid>
165   <name>tail-skid-touchdown</name>
166   <mode>once</mode>
167   <path>Aircraft/asw20/Sounds/Roll_tail.wav</path>
168   <condition>
169     <property>/gear/gear[4]/wow</property>
170   </condition>
171   <position>
172     <x>4.15</x>
173     <y>0.0</y>
174     <z>-0.24</z>
175   </position>
176 </touchdown-tail-skid>
177
178 <tail-skid>
179   <name>tail-skid</name>
180   <mode>looped</mode>
181   <path>Sounds/rattleroll.wav</path>
182   <condition>
183     <property>/gear/gear[4]/wow</property>
184   </condition>
185   <volume>
186     <property>/velocities/groundspeed-kt</property>
187     <factor>0.03</factor>
188   </volume>
189   <pitch>
190    <property>/velocities/groundspeed-kt</property>
191    <factor>0.05</factor>
192    <offset>0.0</offset>
193   </pitch>
194   <position>
195     <x>0.11</x>
196     <y>7.92</y>
197     <z>0.52</z>
198   </position>
199 </tail-skid>
200
201 <left-wing-tip>
202   <name>left-wing-tip</name>
203   <mode>looped</mode>
204   <path>Sounds/rumble.wav</path>
205   <condition>
206     <property>/gear/gear[6]/wow</property>
207   </condition>
208   <volume>
209     <property>/velocities/groundspeed-kt</property>
210     <factor>0.05</factor>
211   </volume>
212   <pitch>
213    <property>/velocities/groundspeed-kt</property>
214    <factor>0.05</factor>
215    <offset>0.0</offset>
216   </pitch>
217   <position>
218     <x>0.11</x>
219     <y>7.92</y>
220     <z>0.52</z>
221   </position>
222 </left-wing-tip>
223
224 <right-wing-tip>
225   <name>right-wing-tip</name>
226   <mode>looped</mode>
227   <path>Sounds/rumble.wav</path>
228   <condition>
229     <property>/gear/gear[7]/wow</property>
230   </condition>
231   <volume>
232     <property>/velocities/groundspeed-kt</property>
233     <factor>0.05</factor>
234   </volume>
235   <pitch>
236    <property>/velocities/groundspeed-kt</property>
237    <factor>0.05</factor>
238    <offset>0.0</offset>
239   </pitch>
240   <position>
241     <x>0.</x>
242     <y>-7.5</y>
243     <z>0.</z>
244   </position>
245 </right-wing-tip>
246
247
248 <touchdown-left-wing-tip>
249   <name>touchdown-left-wing-tip</name>
250   <mode>once</mode>
251   <path>Aircraft/asw20/Sounds/Roll_tail.wav</path>
252   <!-- <path>Aircraft/asw20/Sounds/left-wing-tip.wav</path>  -->
253   <condition>
254     <property>/gear/gear[6]/wow</property>
255   </condition>
256   <position>
257     <x>0.11</x>
258     <y>7.92</y>
259     <z>0.52</z>
260   </position>
261 </touchdown-left-wing-tip>
262
263 <touchdown-right-wing-tip>
264   <name>touchdown-right-wing-tip</name>
265   <mode>once</mode>
266   <path>Aircraft/asw20/Sounds/Roll_tail.wav</path>
267   <!-- <path>Aircraft/asw20/Sounds/right-wing-tip.wav</path> -->
268   <condition>
269     <property>/gear/gear[7]/wow</property>
270   </condition>
271   <position>
272     <x>0.</x>
273     <y>-7.5</y>
274     <z>0.</z>
275   </position>
276 </touchdown-right-wing-tip>
277
278
279<!-- _________________  handling sounds  _________________ -->
280
281 <airbrakes_lock>
282   <name>airbrakes_lock</name>
283   <mode>once</mode>
284   <path>Aircraft/asw20/Sounds/airbrakes-lock.wav</path>
285   <condition>
286     <equals>
287       <property>surface-positions/speedbrake-pos-norm</property>
288       <value>0</value>
289     </equals>
290   </condition>
291 </airbrakes_lock>
292
293 <airbrakes>
294  <name>airbrakes</name>
295  <mode>looped</mode>
296  <path>Aircraft/asw20/Sounds/airbrakes.wav</path>
297  <property>velocities/airspeed-kt</property>
298  <volume>
299    <property>/surface-positions/speedbrake-pos-norm</property>
300    <factor>0.6</factor>
301    <offset>0.0</offset>
302    <min>0.0</min>
303    <max>2</max>
304  </volume>
305  <volume>
306    <property>velocities/airspeed-kt</property>
307    <factor>0.015</factor>
308    <min>0.00</min>
309    <max>5</max>
310  </volume>
311  <pitch>
312    <property>velocities/airspeed-kt</property>
313    <factor>0.002</factor>
314    <offset>1</offset>
315  </pitch>
316 </airbrakes>
317
318
319 <flap1>
320  <name>flap1</name>
321  <mode>once</mode>
322  <path>Aircraft/asw20/Sounds/flaps.wav</path>
323  <condition>
324    <equals>
325     <property>controls/flight/flaps</property>
326     <value>0.</value>
327    </equals>
328  </condition>
329  <volume>
330   <factor>1</factor>
331   <offset>1.0</offset>
332   <min>0.0</min>
333   <max>5.0</max>
334  </volume>
335 </flap1>
336
337 <flap2>
338  <name>flap2</name>
339  <mode>once</mode>
340  <path>Aircraft/asw20/Sounds/flaps.wav</path>
341  <condition>
342    <equals>
343     <property>controls/flight/flaps</property>
344     <value>0.075</value>
345    </equals>
346  </condition>
347  <volume>
348   <factor>1</factor>
349   <offset>1.0</offset>
350   <min>0.0</min>
351   <max>5.0</max>
352  </volume>
353 </flap2>
354
355 <flap3>
356  <name>flap3</name>
357  <mode>once</mode>
358  <path>Aircraft/asw20/Sounds/flaps.wav</path>
359  <condition>
360    <equals>
361     <property>controls/flight/flaps</property>
362     <value>0.167</value>
363    </equals>
364  </condition>
365  <volume>
366   <factor>1</factor>
367   <offset>1.0</offset>
368   <min>0.0</min>
369   <max>5.0</max>
370  </volume>
371 </flap3>
372
373 <flap4>
374  <name>flap4</name>
375  <mode>once</mode>
376  <path>Aircraft/asw20/Sounds/flaps.wav</path>
377  <condition>
378    <equals>
379     <property>controls/flight/flaps</property>
380     <value>0.303</value>
381    </equals>
382  </condition>
383  <volume>
384   <factor>1</factor>
385   <offset>1.0</offset>
386   <min>0.0</min>
387   <max>5.0</max>
388  </volume>
389 </flap4>
390
391 <flap5>
392  <name>flap5</name>
393  <mode>once</mode>
394  <path>Aircraft/asw20/Sounds/flaps.wav</path>
395  <condition>
396    <equals>
397     <property>controls/flight/flaps</property>
398     <value>1.</value>
399    </equals>
400  </condition>
401  <volume>
402   <factor>1</factor>
403   <offset>1.0</offset>
404   <min>0.0</min>
405   <max>5.0</max>
406  </volume>
407 </flap5>
408
409
410 <gear_down>
411  <name>gear_down</name>
412  <mode>once</mode>
413  <path>Aircraft/asw20/Sounds/geardown.wav</path>
414  <condition>
415   <property>fdm/jsbsim/gear/gear-cmd-norm</property>
416  </condition>
417  <volume>
418   <factor>1</factor>
419   <offset>1.0</offset>
420   <min>0.0</min>
421   <max>5.0</max>
422  </volume>
423 </gear_down>
424
425 <gear_up>
426  <name>gear_up</name>
427  <mode>once</mode>
428  <path>Aircraft/asw20/Sounds/gearup.wav</path>
429  <condition>
430    <not>
431   <property>fdm/jsbsim/gear/gear-cmd-norm</property>
432    </not>
433  </condition>
434  <volume>
435   <factor>1</factor>
436   <offset>1.0</offset>
437   <min>0.0</min>
438   <max>5.0</max>
439  </volume>
440 </gear_up>
441
442 <gear_wind>
443  <name>gear_wind</name>
444  <mode>looped</mode>
445  <path>Aircraft/asw20/Sounds/airbrakes.wav</path>
446  <condition>
447   <property>fdm/jsbsim/gear/gear-pos-norm</property>
448  </condition>
449  <volume>
450    <property>fdm/jsbsim/gear/gear-pos-norm</property>
451    <factor>0.6</factor>
452    <offset>0.1</offset>
453    <min>0.0</min>
454    <max>2</max>
455  </volume>
456  <volume>
457    <property>velocities/airspeed-kt</property>
458    <factor>0.015</factor>
459    <min>0.00</min>
460    <max>5</max>
461  </volume>
462  <pitch>
463    <property>velocities/airspeed-kt</property>
464    <factor>0.02</factor>
465    <offset>0.3</offset>
466  </pitch>
467  <pitch>
468    <property>fdm/jsbsim/gear/gear-pos-norm</property>
469    <type>sqrt</type>
470    <factor>-4.</factor>
471    <offset>4.</offset>
472  </pitch>
473  <position>
474    <x>0.08</x>
475    <y>0.0</y>
476    <z>-0.94</z>
477  </position>
478 </gear_wind>
479
480
481 <winch_tow>
482   <name>winch_tow</name>
483   <mode>looped</mode>
484   <path>Aircraft/asw20/Sounds/winch_tow.wav</path>
485   <condition>
486     <equals>
487       <property>sim/glider/winch/flags/hooked</property>
488       <value>1</value>
489     </equals>
490   </condition>
491   <volume>
492     <property>velocities/airspeed-kt</property>
493     <factor>0.01</factor>
494     <max>1</max>
495   </volume>
496 </winch_tow>
497
498 <cable_release>
499   <name>cable_release</name>
500   <mode>once</mode>
501   <path>Aircraft/asw20/Sounds/winch_release.wav</path>
502   <condition>
503    <and>
504      <not>
505       <property>sim/glider/winch/flags/hooked</property>
506     </not>
507     <not>
508       <property>sim/glider/towing/hooked</property>
509     </not>
510    </and>
511   </condition>
512 </cable_release>
513
514
515 <wing_failure>
516  <name>wing_failure</name>
517  <mode>once</mode>
518  <path>Aircraft/asw20/Sounds/whack.wav</path>
519  <condition>
520   <property>sim/asw20/wing-failure</property>
521  </condition>
522  <volume>
523   <factor>1</factor>
524   <offset>1.0</offset>
525   <min>0.0</min>
526   <max>5.0</max>
527  </volume>
528 </wing_failure>
529
530</fx>
531
532</PropertyList>
533