CVS: data/Aircraft/ASK13/Sounds airbrakes-lock.wav, NONE, 1.1 airbrakes.wav, NONE, 1.1 airbrakes2.wav, NONE, 1.1 ask13-passenger-sound.xml, NONE, 1.1 ask13-sound.xml, NONE, 1.1 creak-ancien1.wav, NONE, 1.1 creak.wav, NONE, 1.1 ground_roll2.wav, NONE, 1.1 ground_roll3.wav, NONE, 1.1 left-wing-tip.wav, NONE, 1.1 right-wing-tip.wav, NONE, 1.1 vario.wav, NONE, 1.1 vario2.wav, NONE, 1.1 whoosh.wav, NONE, 1.1 winch_release.wav, NONE, 1.1 winch_tow.wav, NONE, 1.1 wind-ask13-2.wav, NONE, 1.1 wind-ask13.wav, NONE, 1.1 wing-tip.wav, NONE, 1.1

Emmanuel Baranger <[email protected]> Sun, 11 Apr 2010 14:49:57 -0500
Newsgroups gmane.games.flightgear.cvc
Message-ID <[email protected]>
Update of /var/cvs/FlightGear-0.9/data/Aircraft/ASK13/Sounds
In directory baron.flightgear.org:/tmp/cvs-serv29125/Sounds

Added Files:
	airbrakes-lock.wav airbrakes.wav airbrakes2.wav 
	ask13-passenger-sound.xml ask13-sound.xml creak-ancien1.wav 
	creak.wav ground_roll2.wav ground_roll3.wav left-wing-tip.wav 
	right-wing-tip.wav vario.wav vario2.wav whoosh.wav 
	winch_release.wav winch_tow.wav wind-ask13-2.wav 
	wind-ask13.wav wing-tip.wav 
Log Message:
- new glider by Patrice POLY

--- NEW BINARY FILE "airbrakes-lock.wav" ---

--- NEW BINARY FILE "airbrakes.wav" ---

--- NEW BINARY FILE "airbrakes2.wav" ---

--- NEW FILE "ask13-passenger-sound.xml" ---
<?xml version="1.0"?>
<!--from the bocian by AJ MacLeod--> 
<PropertyList>

 <fx>
<!--
  <tyre-rumble>
   <name>tyre-rumble</name>
   <mode>looped</mode>
   <path>Aircraft/ASK13/Sounds/ground_roll2.wav</path>
   <condition>
    <or>
     <property>/gear/gear[0]/wow</property>
     <property>/gear/gear[1]/wow</property>
     <property>/gear/gear[2]/wow</property>
    </or>
   </condition>
   <volume>
    <property>velocities/groundspeed-kt</property>
    <factor>0.25</factor>
   </volume>
  </tyre-rumble>
-->  
  

  <wind>
   <name>wind</name>
   <mode>looped</mode>
   <path>Aircraft/ASK13/Sounds/wind-ask13.wav</path>
   <property>velocities/airspeed-kt</property>
   <volume>
    <property>position/altitude-ft</property>
    <factor>-0.000015</factor>
    <offset>1.0</offset>
    <min>0.1</min>
    <max>1.0</max>
   </volume>
   <volume>
     <property>velocities/airspeed-kt</property>
     <factor>0.015</factor>
     <min>0.03</min>
     <max>5</max>
   </volume>
   <pitch>
    <property>velocities/airspeed-kt</property>
    <factor>0.002</factor>
    <offset>1</offset>
   </pitch> 
  </wind>
 <!-- 
  <airbrakes>
   <name>airbrakes</name>
   <mode>looped</mode>
   <path>Aircraft/ASK13/Sounds/airbrakes.wav</path>
   <property>velocities/airspeed-kt</property>
   <volume>
    <property>/surface-positions/speedbrake-pos-norm</property>
    <factor>0.6</factor>
    <offset>0.0</offset>
    <min>0.0</min>
    <max>2</max>
   </volume>

   <volume> 
     <property>velocities/airspeed-kt</property>
     <factor>0.015</factor>
     <min>0.00</min>
     <max>5</max>
   </volume>
   <pitch>
    <property>velocities/airspeed-kt</property>
    <factor>0.002</factor>
    <offset>1</offset>
   </pitch> 
  </airbrakes>
 --> 
  
<!--
  <buffet>
   <name>alpha-buffet</name>
   <mode>looped</mode>
   <condition>
    <greater-than>
     <property>/fdm/jsbsim/aero/alpha-rad[0]</property>
     <value>0.09</value>
    </greater-than>
   </condition>
   <path>Sounds/rumble.wav</path>
   <volume>
    <property>/fdm/jsbsim/aero/alpha-rad[0]</property>
    <factor>15.0</factor>
    <max>1.0</max>
   </volume>
   <pitch>
    <property>/fdm/jsbsim/aero/alpha-rad[0]</property>
    <factor>0.1</factor>
   </pitch>
  </buffet>
-->  

<!--<variometer>
   <name>variometer</name>
   <mode>looped</mode>
   <path>Aircraft/bocian/Sounds/vario.wav</path>
    <condition>
    <property>sim/hitches/winch/open</property>
    <greater-than>
     <property>environment/wind-from-down-fps</property>
     <value>0.01</value>
    </greater-than>
    </condition>
   <pitch>
    <property>environment/wind-from-down-fps</property>
    <factor>0.125</factor>
    <offset>1.0</offset>
   </pitch>
  </variometer>-->


<variometer-up>
   <name>variometer-up</name>
   <mode>looped</mode>
   <path>Aircraft/ASK13/Sounds/vario.wav</path>
    <condition>
     <greater-than>
     <property>velocities/vertical-speed-fps</property>
     <value>0.01</value>
    </greater-than>
         </condition>
       <pitch>
    <property>velocities/vertical-speed-fps</property>
    <factor>0.075</factor>
   <offset>1.0</offset>
   </pitch>
  </variometer-up>
  
<variometer-down>
   <name>variometer-down</name>
   <mode>looped</mode>
   <path>Aircraft/ASK13/Sounds/vario2.wav</path>
    <condition>
    <less-than>
    <property>velocities/speed-down-fps</property>
    <value>35.00</value>
    </less-than>
    <and>
    <greater-than>
    <property>velocities/speed-down-fps</property>
    <value>-0.01</value>
    </greater-than>
    </and>
    </condition>
    <pitch>
    <property>velocities/speed-down-fps</property>
    <factor>-0.015</factor>
   <offset>1</offset>
   </pitch>
  </variometer-down>

<!--
  <winch_tow>
   <name>winch_tow</name>
   <mode>looped</mode>
   <path>Aircraft/ASK13/Sounds/winch_tow.wav</path>
   <condition>
    <not>
     <property>sim/hitches/winch/open</property>
    </not>
   </condition>
   <volume>
    <property>velocities/airspeed-kt</property>
    <factor>0.01</factor>
    <max>1</max>
   </volume>
  </winch_tow>

-->

<!--
  <creak-positive>
   <name>creak-positive</name>
   <mode>once</mode>
   <path>Aircraft/ASK13/Sounds/creak.wav</path>
   <condition>
    <greater-than>
     <property>accelerations/pilot-gdamped</property>
     <value>1.3</value>
    </greater-than>
   </condition>
   <volume>
    <property>accelerations/pilot-gdamped</property>
    <factor>0.3</factor>
    <max>1</max>
   </volume>
  </creak-positive>

  <whoosh-negative>
   <name>whoosh-negative</name>
   <mode>once</mode>
   <path>Aircraft/ASK13/Sounds/creak.wav</path>
   <condition>
    <less-than>
     <property>orientation/pitch-rate-degps</property>
     <value>-10</value>
    </less-than>
   </condition>
   <volume>
    <property>orientation/pitch-rate-degps</property>
    <factor>-0.02</factor>
    <max>1</max>
   </volume>
  </whoosh-negative>

  <cable_release>
   <name>cable_release</name>
   <mode>once</mode>
   <path>Aircraft/ASK13/Sounds/winch_release.wav</path>
   <condition>
    <property>sim/hitches/winch/open</property>
   </condition>
  </cable_release>
 --> 

</fx>
 
</PropertyList>

--- NEW FILE "ask13-sound.xml" ---
<?xml version="1.0"?>
<!--from the bocian by AJ MacLeod--> 
<!--from the ASK21 by Heiko Schulz--> 
<PropertyList>

 <fx>

  <tyre-rumble>
   <name>tyre-rumble</name>
   <mode>looped</mode>
   <path>Aircraft/ASK13/Sounds/ground_roll2.wav</path>
   <condition>
    <or>
     <property>/gear/gear[0]/wow</property>
     <property>/gear/gear[1]/wow</property>
     <property>/gear/gear[2]/wow</property>
    </or>
   </condition>
   <volume>
    <property>velocities/groundspeed-kt</property>
    <factor>0.25</factor>
   </volume>
  </tyre-rumble>
  
  <left-wing-tip>
   <name>left-wing-tip</name>
   <mode>once</mode>
   <path>Aircraft/ASK13/Sounds/left-wing-tip.wav</path>
   <condition>
     <property>/gear/gear[4]/wow</property>
   </condition>
  </left-wing-tip>
  
   <right-wing-tip>
   <name>right-wing-tip</name>
   <mode>once</mode>
   <path>Aircraft/ASK13/Sounds/right-wing-tip.wav</path>
   <condition>
     <property>/gear/gear[3]/wow</property>
   </condition>
  </right-wing-tip>
  
  <tail-tip>
   <name>tail-tip</name>
   <mode>once</mode>
   <path>Aircraft/ASK13/Sounds/wing-tip.wav</path>
   <condition>
     <property>/gear/gear[2]/wow</property>
   </condition>
  </tail-tip>


  <wind>
   <name>wind</name>
   <mode>looped</mode>
   <path>Aircraft/ASK13/Sounds/wind-ask13.wav</path>
   <property>velocities/airspeed-kt</property>
   <volume>
    <property>position/altitude-ft</property>
    <factor>-0.000015</factor>
    <offset>1.0</offset>
    <min>0.1</min>
    <max>1.0</max>
   </volume>
   <volume>
     <property>velocities/airspeed-kt</property>
     <factor>0.015</factor>
     <min>0.03</min>
     <max>5</max>
   </volume>
   <pitch>
    <property>velocities/airspeed-kt</property>
    <factor>0.002</factor>
    <offset>1</offset>
   </pitch> 
  </wind>
  
  <airbrakes>
   <name>airbrakes</name>
   <mode>looped</mode>
   <path>Aircraft/ASK13/Sounds/airbrakes2.wav</path>
   <property>velocities/airspeed-kt</property>
   <volume>
    <property>/surface-positions/speedbrake-pos-norm</property>
    <factor>0.6</factor>
    <offset>0.0</offset>
    <min>0.0</min>
    <max>2</max>
   </volume>
   <!--   <volume>
 <property>position/altitude-ft</property>
    <factor>-0.000015</factor>
    <offset>1.0</offset>
    <min>0.1</min>
    <max>1.0</max>
   </volume>  -->
   <volume> 
     <property>velocities/airspeed-kt</property>
     <factor>0.015</factor>
     <min>0.00</min>
     <max>5</max>
   </volume>
   <pitch>
    <property>velocities/airspeed-kt</property>
    <factor>0.002</factor>
    <offset>1</offset>
   </pitch> 
  </airbrakes>
  
  <airbrakes_lock>
   <name>airbrakes_lock</name>
   <mode>once</mode>
   <path>Aircraft/ASK13/Sounds/airbrakes-lock.wav</path>
   <condition>
    <equals>
      <property>controls/engines/engine/throttle</property>
      <value>1</value>
    </equals>  
   </condition>
  </airbrakes_lock>

  <buffet>
   <name>alpha-buffet</name>
   <mode>looped</mode>
   <condition>
    <greater-than>
     <property>/fdm/jsbsim/aero/alpha-rad[0]</property>
     <value>0.09</value>
    </greater-than>
   </condition>
   <path>Sounds/rumble.wav</path>
   <volume>
    <property>/fdm/jsbsim/aero/alpha-rad[0]</property>
    <factor>15.0</factor>
    <max>1.0</max>
   </volume>
   <pitch>
    <property>/fdm/jsbsim/aero/alpha-rad[0]</property>
    <factor>0.1</factor>
   </pitch>
  </buffet>
  

<!--<variometer>
   <name>variometer</name>
   <mode>looped</mode>
   <path>Aircraft/bocian/Sounds/vario.wav</path>
    <condition>
    <property>sim/hitches/winch/open</property>
    <greater-than>
     <property>environment/wind-from-down-fps</property>
     <value>0.01</value>
    </greater-than>
    </condition>
   <pitch>
    <property>environment/wind-from-down-fps</property>
    <factor>0.125</factor>
    <offset>1.0</offset>
   </pitch>
  </variometer>-->


<variometer-up>
   <name>variometer-up</name>
   <mode>looped</mode>
   <path>Aircraft/ASK13/Sounds/vario.wav</path>
    <condition>
     <greater-than>
     <property>velocities/vertical-speed-fps</property>
     <value>0.01</value>
    </greater-than>
         </condition>
       <pitch>
    <property>velocities/vertical-speed-fps</property>
    <factor>0.075</factor>
   <offset>1.0</offset>
   </pitch>
  </variometer-up>
  
<variometer-down>
   <name>variometer-down</name>
   <mode>looped</mode>
   <path>Aircraft/ASK13/Sounds/vario2.wav</path>
    <condition>
    <less-than>
    <property>velocities/speed-down-fps</property>
    <value>35.00</value>
    </less-than>
    <and>
    <greater-than>
    <property>velocities/speed-down-fps</property>
    <value>-0.01</value>
    </greater-than>
    </and>
    </condition>
    <pitch>
    <property>velocities/speed-down-fps</property>
    <factor>-0.015</factor>
   <offset>1</offset>
   </pitch>
  </variometer-down>


  <winch_tow>
   <name>winch_tow</name>
   <mode>looped</mode>
   <path>Aircraft/ASK13/Sounds/winch_tow.wav</path>
   <condition>
    <not>
     <property>sim/hitches/winch/open</property>
    </not>
   </condition>
   <volume>
    <property>velocities/airspeed-kt</property>
    <factor>0.01</factor>
    <max>1</max>
   </volume>
  </winch_tow>



  <creak-positive>
   <name>creak-positive</name>
   <mode>once</mode>
   <path>Aircraft/ASK13/Sounds/creak.wav</path>
   <condition>
    <greater-than>
     <property>accelerations/pilot-gdamped</property>
     <value>1.3</value>
    </greater-than>
   </condition>
   <volume>
    <property>accelerations/pilot-gdamped</property>
    <factor>0.3</factor>
    <max>1</max>
   </volume>
  </creak-positive>

  <whoosh-negative>
   <name>whoosh-negative</name>
   <mode>once</mode>
   <path>Aircraft/ASK13/Sounds/creak.wav</path>
   <condition>
    <less-than>
     <property>orientation/pitch-rate-degps</property>
     <value>-10</value>
    </less-than>
   </condition>
   <volume>
    <property>orientation/pitch-rate-degps</property>
    <factor>-0.02</factor>
    <max>1</max>
   </volume>
  </whoosh-negative>

  <cable_release>
   <name>cable_release</name>
   <mode>once</mode>
   <path>Aircraft/ASK13/Sounds/winch_release.wav</path>
   <condition>
    <property>sim/hitches/winch/open</property>
   </condition>
  </cable_release>
  

</fx>
 
</PropertyList>

--- NEW BINARY FILE "creak-ancien1.wav" ---

--- NEW BINARY FILE "creak.wav" ---

--- NEW BINARY FILE "ground_roll2.wav" ---

--- NEW BINARY FILE "ground_roll3.wav" ---

--- NEW BINARY FILE "left-wing-tip.wav" ---

--- NEW BINARY FILE "right-wing-tip.wav" ---

--- NEW BINARY FILE "vario.wav" ---

--- NEW BINARY FILE "vario2.wav" ---

--- NEW BINARY FILE "whoosh.wav" ---

--- NEW BINARY FILE "winch_release.wav" ---

--- NEW BINARY FILE "winch_tow.wav" ---

--- NEW BINARY FILE "wind-ask13-2.wav" ---

--- NEW BINARY FILE "wind-ask13.wav" ---

--- NEW BINARY FILE "wing-tip.wav" ---


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev