sound.xml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <fx>
  4. <avionics>
  5. <name>avionics1</name>
  6. <mode>looped</mode>
  7. <path>Aircraft/Robinson-R66/Sounds/avionics_1.wav</path>
  8. <condition>
  9. <property>sim/current-view/internal</property>
  10. </condition>
  11. <volume>
  12. <factor>0.01</factor>
  13. </volume>
  14. <position>
  15. <x>-1</x>
  16. <y>0.40</y>
  17. <z>0.5</z>
  18. </position>
  19. <reference-dist>1</reference-dist>
  20. <max-dist>3</max-dist>
  21. </avionics>
  22. <avionics>
  23. <name>avionics2</name>
  24. <mode>looped</mode>
  25. <path>Aircraft/Robinson-R66/Sounds/avionics_2.wav</path>
  26. <condition>
  27. <property>sim/current-view/internal</property>
  28. </condition>
  29. <volume>
  30. <factor>0.014</factor>
  31. </volume>
  32. <position>
  33. <x>-1</x>
  34. <y>-0.40</y>
  35. <z>0.5</z>
  36. </position>
  37. <reference-dist>1</reference-dist>
  38. <max-dist>3</max-dist>
  39. </avionics>
  40. <avionics>
  41. <name>avionics3</name>
  42. <mode>looped</mode>
  43. <path>Aircraft/Robinson-R66/Sounds/avionics_3.wav</path>
  44. <condition>
  45. <property>sim/current-view/internal</property>
  46. </condition>
  47. <volume>
  48. <factor>0.013</factor>
  49. </volume>
  50. <position>
  51. <x>0</x>
  52. <y>0</y>
  53. <z>0</z>
  54. </position>
  55. <reference-dist>1</reference-dist>
  56. <max-dist>3</max-dist>
  57. </avionics>
  58. <outside>
  59. <name>ambience_outside</name>
  60. <mode>looped</mode>
  61. <path>Aircraft/Robinson-R66/Sounds/ambience_outside.wav</path>
  62. <condition>
  63. <not>
  64. <property>sim/current-view/internal</property>
  65. </not>
  66. </condition>
  67. <volume>
  68. <factor>0.5</factor>
  69. </volume>
  70. <reference-dist>30</reference-dist>
  71. <max-dist>100</max-dist>
  72. </outside>
  73. <!--starter>
  74. <name>starter0_start</name>
  75. <mode>once</mode>
  76. <path>Aircraft/Robinson-R66/Sounds/starter_start.wav</path>
  77. <condition>
  78. <property>controls/engines/engine[0]/starter</property>
  79. </condition>
  80. <volume>
  81. <factor>0.3</factor>
  82. </volume>
  83. <position>
  84. <x>-0.88</x>
  85. <y>0.40</y>
  86. <z>0.5</z>
  87. </position>
  88. <reference-dist>5</reference-dist>
  89. <max-dist>10</max-dist>
  90. </starter>
  91. <starter>
  92. <name>starter0_loop</name>
  93. <mode>looped</mode>
  94. <path>Aircraft/Robinson-R66/Sounds/starter_loop.wav</path>
  95. <condition>
  96. <property>controls/engines/engine[0]/starter</property>
  97. </condition>
  98. <delay-sec>11.6</delay-sec>
  99. <volume>
  100. <factor>0.3</factor>
  101. </volume>
  102. <position>
  103. <x>-0.88</x>
  104. <y>0.40</y>
  105. <z>0.5</z>
  106. </position>
  107. <reference-dist>5</reference-dist>
  108. <max-dist>10</max-dist>
  109. </starter-->
  110. <!--starter>
  111. <name>starter0_stop</name>
  112. <mode>once</mode>
  113. <path>Aircraft/Robinson-R66/Sounds/starter_stop.wav</path>
  114. <condition>
  115. <not>
  116. <property>controls/engines/engine[0]/starter</property>
  117. </not>
  118. </condition>
  119. <volume>
  120. <factor>0.3</factor>
  121. </volume>
  122. <position>
  123. <x>-0.88</x>
  124. <y>0.40</y>
  125. <z>0.5</z>
  126. </position>
  127. <reference-dist>5</reference-dist>
  128. <max-dist>10</max-dist>
  129. </starter-->
  130. <engine>
  131. <name>turbine0-start</name>
  132. <mode>once</mode>
  133. <path>Aircraft/Robinson-R66/Sounds/startup_exterior_mono_raw_interior.wav</path>
  134. <condition>
  135. <property>engines/engine[0]/running</property>
  136. </condition>
  137. <volume>
  138. <factor>0.23</factor>
  139. </volume>
  140. <volume>
  141. <property>sim/model/Robinson-R66/sound/volume</property>
  142. <factor>5</factor>
  143. </volume>
  144. <reference-dist>50</reference-dist>
  145. <max-dist>200</max-dist>
  146. </engine>
  147. <!--engine>
  148. <name>turbine0-loop</name>
  149. <mode>looped</mode>
  150. <path>Sounds/turbine_loop.wav</path>
  151. <condition>
  152. <property>engines/engine[0]/running</property>
  153. </condition>
  154. <delay-sec>7.5</delay-sec>
  155. <volume>
  156. <factor>0.03</factor>
  157. </volume>
  158. <volume>
  159. <property>sim/model/Robinson-R66/sound/volume</property>
  160. <factor>5</factor>
  161. </volume>
  162. <reference-dist>50</reference-dist>
  163. <max-dist>200</max-dist>
  164. </engine-->
  165. <!--engine>
  166. <name>turbine0-shutdown</name>
  167. <mode>once</mode>
  168. <path>Sounds/turbine_shutdown.wav</path>
  169. <condition>
  170. <not>
  171. <property>engines/engine[0]/running</property>
  172. </not>
  173. </condition>
  174. <volume>
  175. <factor>0.03</factor>
  176. </volume>
  177. <volume>
  178. <property>sim/model/Robinson-R66/sound/volume</property>
  179. <factor>5</factor>
  180. </volume>
  181. <reference-dist>50</reference-dist>
  182. <max-dist>200</max-dist>
  183. </engine-->
  184. <engine>
  185. <name>exhaust0-start</name>
  186. <mode>once</mode>
  187. <path>Aircraft/Robinson-R66/Sounds/startup_exterior_mono_raw.wav</path>
  188. <condition>
  189. <property>engines/engine[0]/running</property>
  190. </condition>
  191. <volume>
  192. <factor>0.02</factor>
  193. </volume>
  194. <volume>
  195. <property>sim/model/Robinson-R66/sound/volume</property>
  196. <factor>10</factor>
  197. </volume>
  198. <reference-dist>50</reference-dist>
  199. <max-dist>200</max-dist>
  200. </engine>
  201. <engine>
  202. <name>exhaust0-loop</name>
  203. <mode>looped</mode>
  204. <path>Sounds/exhaust_loop.wav</path>
  205. <condition>
  206. <property>engines/engine[0]/running</property>
  207. </condition>
  208. <delay-sec>11.5</delay-sec>
  209. <volume>
  210. <factor>0.02</factor>
  211. </volume>
  212. <volume>
  213. <property>sim/model/Robinson-R66/sound/volume</property>
  214. <factor>10</factor>
  215. </volume>
  216. <reference-dist>50</reference-dist>
  217. <max-dist>200</max-dist>
  218. </engine>
  219. <!--engine>
  220. <name>exhaust0-shutdown</name>
  221. <mode>once</mode>
  222. <path>Sounds/exhaust_shutdown.wav</path>
  223. <condition>
  224. <not>
  225. <property>engines/engine[0]/running</property>
  226. </not>
  227. </condition>
  228. <volume>
  229. <factor>0.02</factor>
  230. </volume>
  231. <volume>
  232. <property>sim/model/Robinson-R66/sound/volume</property>
  233. <factor>10</factor>
  234. </volume>
  235. <reference-dist>50</reference-dist>
  236. <max-dist>200</max-dist>
  237. </engine-->
  238. <rotor>
  239. <name>rotor-outside</name>
  240. <mode>looped</mode>
  241. <path>Aircraft/Robinson-R66/Sounds/rotor_loop_idle_exterior.wav</path>
  242. <condition>
  243. <and>
  244. <not>
  245. <property>sim/current-view/internal</property>
  246. </not>
  247. <greater-than>
  248. <property>rotors/main/rpm</property>
  249. <value>50</value>
  250. </greater-than>
  251. <not>
  252. <property>sim/crashed</property>
  253. </not>
  254. </and>
  255. </condition>
  256. <volume>
  257. <property>rotors/main/rpm</property>
  258. <factor>0.002</factor>
  259. </volume>
  260. <pitch>
  261. <property>rotors/main/rpm</property>
  262. <factor>0.002262</factor>
  263. <offset>0</offset>
  264. <min>0</min>
  265. <max>1.5</max>
  266. </pitch>
  267. <reference-dist>100</reference-dist>
  268. <max-dist>1000</max-dist>
  269. </rotor>
  270. <rotor>
  271. <name>rotor-inside-L</name>
  272. <mode>looped</mode>
  273. <path>Aircraft/Robinson-R66/Sounds/inside_L.wav</path>
  274. <condition>
  275. <and>
  276. <property>sim/current-view/internal</property>
  277. <greater-than>
  278. <property>rotors/main/rpm</property>
  279. <value>50</value>
  280. </greater-than>
  281. <not>
  282. <property>sim/crashed</property>
  283. </not>
  284. </and>
  285. </condition>
  286. <volume>
  287. <factor>0.4</factor>
  288. </volume>
  289. <volume>
  290. <property>rotors/main/rpm</property>
  291. <factor>0.002</factor>
  292. </volume>
  293. <pitch>
  294. <property>rotors/main/rpm</property>
  295. <factor>0.002262</factor>
  296. <offset>0</offset>
  297. <min>0</min>
  298. <max>1.5</max>
  299. </pitch>
  300. <position>
  301. <x>0.0</x>
  302. <y>0.0</y>
  303. <z>-1.0</z>
  304. </position>
  305. </rotor>
  306. <rotor>
  307. <name>rotor-inside-R</name>
  308. <mode>looped</mode>
  309. <path>Aircraft/Robinson-R66/Sounds/inside_R.wav</path>
  310. <condition>
  311. <and>
  312. <property>sim/current-view/internal</property>
  313. <greater-than>
  314. <property>rotors/main/rpm</property>
  315. <value>50</value>
  316. </greater-than>
  317. <not>
  318. <property>sim/crashed</property>
  319. </not>
  320. </and>
  321. </condition>
  322. <volume>
  323. <factor>0.4</factor>
  324. </volume>
  325. <volume>
  326. <property>rotors/main/rpm</property>
  327. <factor>0.002</factor>
  328. </volume>
  329. <pitch>
  330. <property>rotors/main/rpm</property>
  331. <factor>0.002262</factor>
  332. <offset>0</offset>
  333. <min>0</min>
  334. <max>1.5</max>
  335. </pitch>
  336. <position>
  337. <x>0.0</x>
  338. <y>0.0</y>
  339. <z>1.0</z>
  340. </position>
  341. </rotor>
  342. <rotor>
  343. <name>stall</name>
  344. <mode>looped</mode>
  345. <path>Aircraft/Robinson-R66/Sounds/rotor_stall.wav</path>
  346. <condition>
  347. <and>
  348. <greater-than>
  349. <property>rotors/main/rpm</property>
  350. <value>50</value>
  351. </greater-than>
  352. <not>
  353. <property>sim/crashed</property>
  354. </not>
  355. </and>
  356. </condition>
  357. <volume>
  358. <property>sim/model/Robinson-R66/sound/volume</property>
  359. <factor>0.8</factor>
  360. </volume>
  361. <volume>
  362. <property>rotors/main/stall-filtered</property>
  363. <factor>75</factor>
  364. <max>1.0</max>
  365. </volume>
  366. <pitch>
  367. <property>rotors/main/rpm</property>
  368. <factor>0.002262</factor>
  369. <offset>0</offset>
  370. <max>1.75</max>
  371. </pitch>
  372. <reference-dist>1000</reference-dist>
  373. <max-dist>3000</max-dist>
  374. </rotor>
  375. <rotor>
  376. <name>blade-vortex-interaction</name>
  377. <mode>looped</mode>
  378. <path>Aircraft/Robinson-R66/Sounds/blade_vortex.wav</path>
  379. <condition>
  380. <greater-than>
  381. <property>sim/sound/vibration</property>
  382. <value>0.01</value>
  383. </greater-than>
  384. </condition>
  385. <volume>
  386. <property>sim/sound/vibration</property>
  387. </volume>
  388. <pitch>
  389. <property>rotors/main/rpm</property>
  390. <factor>0.003262</factor>
  391. <offset>0</offset>
  392. <min>0</min>
  393. <max>1.5</max>
  394. </pitch>
  395. <reference-dist>1000</reference-dist>
  396. <max-dist>3000</max-dist>
  397. </rotor>
  398. <overspeed>
  399. <name>overspeed</name>
  400. <mode>looped</mode>
  401. <path>Sounds/overspeed.wav</path>
  402. <condition>
  403. <greater-than>
  404. <property>velocities/airspeed-kt</property>
  405. <value>146</value>
  406. </greater-than>
  407. <equals>
  408. <property>sim/current-view/view-number</property>
  409. <value>0</value>
  410. </equals>
  411. </condition>
  412. <volume>
  413. <factor>1.0</factor>
  414. </volume>
  415. <pitch>
  416. <factor>0.1</factor>
  417. </pitch>
  418. <reference-dist>1.0</reference-dist>
  419. <max-dist>2.0</max-dist>
  420. </overspeed>
  421. <warning>
  422. <name>650 Hz</name>
  423. <mode>looped</mode>
  424. <path>Aircraft/Robinson-R66/Sounds/warn650.wav</path>
  425. <condition>
  426. <property>sim/sound/warn650</property>
  427. </condition>
  428. <reference-dist>0.5</reference-dist>
  429. <max-dist>1.0</max-dist>
  430. </warning>
  431. <warning>
  432. <name>2600 Hz</name>
  433. <mode>looped</mode>
  434. <path>Aircraft/Robinson-R66/Sounds/warn2600.wav</path>
  435. <condition>
  436. <property>sim/sound/warn2600</property>
  437. </condition>
  438. <reference-dist>0.5</reference-dist>
  439. <max-dist>1.0</max-dist>
  440. </warning>
  441. <contact>
  442. <name>ground contact</name>
  443. <mode>once</mode>
  444. <path>Sounds/helicopter-skid.wav</path>
  445. <condition>
  446. <property>gear/gear[0]/wow</property>
  447. </condition>
  448. <volume>
  449. <factor>0.8</factor>
  450. </volume>
  451. <pitch>
  452. <factor>0.01</factor>
  453. </pitch>
  454. <reference-dist>5.0</reference-dist>
  455. <max-dist>10.0</max-dist>
  456. </contact>
  457. <contact>
  458. <name>ground contact</name>
  459. <mode>once</mode>
  460. <path>Sounds/helicopter-skid.wav</path>
  461. <condition>
  462. <property>gear/gear[1]/wow</property>
  463. </condition>
  464. <volume>
  465. <factor>0.8</factor>
  466. </volume>
  467. <pitch>
  468. <factor>0.01</factor>
  469. </pitch>
  470. <reference-dist>5.0</reference-dist>
  471. <max-dist>10.0</max-dist>
  472. </contact>
  473. <contact>
  474. <name>ground contact</name>
  475. <mode>once</mode>
  476. <path>Sounds/helicopter-skid.wav</path>
  477. <condition>
  478. <property>gear/gear[2]/wow</property>
  479. </condition>
  480. <volume>
  481. <factor>0.8</factor>
  482. </volume>
  483. <pitch>
  484. <factor>0.01</factor>
  485. </pitch>
  486. <reference-dist>5.0</reference-dist>
  487. <max-dist>10.0</max-dist>
  488. </contact>
  489. <contact>
  490. <name>ground contact</name>
  491. <mode>once</mode>
  492. <path>Sounds/helicopter-skid.wav</path>
  493. <condition>
  494. <property>gear/gear[3]/wow</property>
  495. </condition>
  496. <volume>
  497. <factor>0.8</factor>
  498. </volume>
  499. <pitch>
  500. <factor>0.01</factor>
  501. </pitch>
  502. <reference-dist>5.0</reference-dist>
  503. <max-dist>10.0</max-dist>
  504. </contact>
  505. <contact>
  506. <name>ground contact</name>
  507. <mode>once</mode>
  508. <path>Sounds/helicopter-skid.wav</path>
  509. <condition>
  510. <property>gear/gear[4]/wow</property>
  511. </condition>
  512. <volume>
  513. <factor>0.8</factor>
  514. </volume>
  515. <pitch>
  516. <factor>0.01</factor>
  517. </pitch>
  518. <reference-dist>5.0</reference-dist>
  519. <max-dist>10.0</max-dist>
  520. </contact>
  521. <slide>
  522. <name>skid sliding1</name>
  523. <mode>looped</mode>
  524. <path>Sounds/rumble.wav</path>
  525. <condition>
  526. <and>
  527. <property>gear/gear[0]/wow</property>
  528. <not>
  529. <property>sim/crashed</property>
  530. </not>
  531. </and>
  532. </condition>
  533. <volume>
  534. <factor>0.5</factor>
  535. </volume>
  536. <volume>
  537. <property>sim/model/Robinson-R66/sound/slide[0]/volume</property>
  538. <max>1</max>
  539. </volume>
  540. <pitch>
  541. <property>sim/model/Robinson-R66/sound/slide[0]/pitch</property>
  542. </pitch>
  543. </slide>
  544. <slide>
  545. <name>skid sliding2</name>
  546. <mode>looped</mode>
  547. <path>Sounds/rumble.wav</path>
  548. <condition>
  549. <and>
  550. <property>gear/gear[1]/wow</property>
  551. <not>
  552. <property>sim/crashed</property>
  553. </not>
  554. </and>
  555. </condition>
  556. <volume>
  557. <factor>0.5</factor>
  558. </volume>
  559. <volume>
  560. <property>sim/model/Robinson-R66/sound/slide[1]/volume</property>
  561. <max>1</max>
  562. </volume>
  563. <pitch>
  564. <property>sim/model/Robinson-R66/sound/slide[1]/pitch</property>
  565. </pitch>
  566. </slide>
  567. <slide>
  568. <name>skid sliding3</name>
  569. <mode>looped</mode>
  570. <path>Sounds/rumble.wav</path>
  571. <condition>
  572. <and>
  573. <property>gear/gear[2]/wow</property>
  574. <not>
  575. <property>sim/crashed</property>
  576. </not>
  577. </and>
  578. </condition>
  579. <volume>
  580. <factor>0.5</factor>
  581. </volume>
  582. <volume>
  583. <property>sim/model/Robinson-R66/sound/slide[2]/volume</property>
  584. <max>1</max>
  585. </volume>
  586. <pitch>
  587. <property>sim/model/Robinson-R66/sound/slide[2]/pitch</property>
  588. </pitch>
  589. </slide>
  590. <slide>
  591. <name>skid sliding4</name>
  592. <mode>looped</mode>
  593. <path>Sounds/rumble.wav</path>
  594. <condition>
  595. <and>
  596. <property>gear/gear[3]/wow</property>
  597. <not>
  598. <property>sim/crashed</property>
  599. </not>
  600. </and>
  601. </condition>
  602. <volume>
  603. <factor>0.5</factor>
  604. </volume>
  605. <volume>
  606. <property>sim/model/Robinson-R66/sound/slide[3]/volume</property>
  607. <max>1</max>
  608. </volume>
  609. <pitch>
  610. <property>sim/model/Robinson-R66/sound/slide[3]/pitch</property>
  611. </pitch>
  612. </slide>
  613. <!--wind>
  614. <name>wind</name>
  615. <mode>looped</mode>
  616. <path>Sounds/wind.wav</path>
  617. <condition>
  618. <and>
  619. <property>velocities/airspeed-kt</property>
  620. <not>
  621. <property>sim/crashed</property>
  622. </not>
  623. </and>
  624. </condition>
  625. <volume>
  626. <property>position/altitude-ft</property>
  627. <factor>-0.000015</factor>
  628. <offset>1.0</offset>
  629. <min>0.1</min>
  630. <max>1.0</max>
  631. </volume>
  632. <volume>
  633. <property>velocities/airspeed-kt</property>
  634. <factor>0.0015</factor>
  635. <min>0.03</min>
  636. <max>0.25</max>
  637. </volume>
  638. <pitch>
  639. <property>velocities/airspeed-kt</property>
  640. <factor>0.01</factor>
  641. <offset>1.25</offset>
  642. </pitch>
  643. <reference-dist>3</reference-dist>
  644. <max-dist>4</max-dist>
  645. </wind-->
  646. <crash>
  647. <name>intense ground contact</name>
  648. <mode>once</mode>
  649. <path>Sounds/crash.wav</path>
  650. <property>sim/crashed</property>
  651. <volume>
  652. <factor>1</factor>
  653. </volume>
  654. <pitch>
  655. <factor>0.1</factor>
  656. </pitch>
  657. <reference-dist>100</reference-dist>
  658. <max-dist>500</max-dist>
  659. </crash>
  660. <fire>
  661. <name>Fire</name>
  662. <mode>looped</mode>
  663. <path>Aircraft/Robinson-R66/Sounds/Fire.wav</path>
  664. <condition>
  665. <equals>
  666. <property>sim/multiplay/generic/int[7]</property>
  667. <value type="bool">true</value>
  668. </equals>
  669. </condition>
  670. <volume>
  671. <value>1</value>
  672. </volume>
  673. <reference-dist>100</reference-dist>
  674. <max-dist>4000</max-dist>
  675. </fire>
  676. <rotor>
  677. <name>rotorinside1</name>
  678. <mode>looped</mode>
  679. <path>Aircraft/Robinson-R66/Sounds/inside_noflap.wav</path>
  680. <condition>
  681. <and>
  682. <greater-than>
  683. <property>rotors/main/rpm</property>
  684. <value>50</value>
  685. </greater-than>
  686. <not>
  687. <property>sim/crashed</property>
  688. </not>
  689. <equals>
  690. <property>sim/current-view/view-number</property>
  691. <value>0</value>
  692. </equals>
  693. </and>
  694. </condition>
  695. <volume>
  696. <property>rotors/gear/torque-sound-filtered</property>
  697. </volume>
  698. <pitch>
  699. <property>rotors/main/rpm</property>
  700. <factor>0.00325</factor>
  701. <offset>-0.0</offset>
  702. <max>2.5</max>
  703. </pitch>
  704. <reference-dist>500</reference-dist>
  705. <max-dist>1000</max-dist>
  706. </rotor>
  707. <floats>
  708. <name>floats</name>
  709. <mode>once</mode>
  710. <path>Aircraft/Robinson-R66/Sounds/inflate.wav</path>
  711. <condition>
  712. <equals>
  713. <property>controls/gear/floats-inflat</property>
  714. <value>true</value>
  715. </equals>
  716. </condition>
  717. <volume>
  718. <factor>0.5</factor>
  719. </volume>
  720. <position>
  721. <x>-0.88</x>
  722. <y>0.40</y>
  723. <z>0.5</z>
  724. </position>
  725. <reference-dist>5</reference-dist>
  726. <max-dist>10</max-dist>
  727. </floats>
  728. <rotor>
  729. <name>blade-vortex-interaction-G</name>
  730. <mode>looped</mode>
  731. <path>Aircraft/Robinson-R66/Sounds/blade_vortex.wav</path>
  732. <condition>
  733. <greater-than>
  734. <property>sim/multiplay/generic/float[15]</property>
  735. <value>1.15</value>
  736. </greater-than>
  737. </condition>
  738. <volume>
  739. <property>sim/multiplay/generic/float[15]</property>
  740. <factor>0.08</factor>
  741. <offset>0.25</offset>
  742. <min>0.0</min>
  743. <max>1.0</max>
  744. </volume>
  745. <volume>
  746. <property>rotors/main/rpm</property>
  747. <factor>0.001</factor>
  748. <offset>0.25</offset>
  749. <min>0.0</min>
  750. <max>1.0</max>
  751. </volume>
  752. <pitch>
  753. <property>rotors/main/rpm</property>
  754. <factor>0.003262</factor>
  755. <offset>0</offset>
  756. <min>0</min>
  757. <max>1.5</max>
  758. </pitch>
  759. <max-dist>3000</max-dist>
  760. </rotor>
  761. </fx>
  762. </PropertyList>