Changeset 19332
- Timestamp:
- 09/15/08 17:30:13 (4 months ago)
- Location:
- lang/actionscript/flmml/trunk/src
- Files:
-
- 2 modified
-
com/txt_nifty/sketch/flmml/MTrack.as (modified) (3 diffs)
-
flmml.swf (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
lang/actionscript/flmml/trunk/src/com/txt_nifty/sketch/flmml/MTrack.as
r19331 r19332 28 28 m_volume = 100; 29 29 recGate(15/16); 30 recGate2(0); 30 31 m_events = new Array(); 31 32 m_pointer = 0; … … 197 198 if (keyoff) { 198 199 var gate:int; 199 gate = ( m_gate2 < 0) ? (int)(len * m_gate) : (len - m_gate2);200 gate = (int)(len * m_gate) - m_gate2; 200 201 if (gate <= 0) gate = 0; 201 202 seek(gate); … … 258 259 public function recGate(gate:Number):void { 259 260 m_gate = gate; 260 m_gate2 = -1;261 261 } 262 262 263 263 public function recGate2(gate2:int):void { 264 if (gate2 < 0) gate2 = 0; 264 265 m_gate2 = gate2; 265 266 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)