- Timestamp:
- 07/06/08 22:12:37 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/actionscript/flmml/trunk/src/com/txt_nifty/sketch/flmml/MTrack.as
r14833 r15293 123 123 m_ch.setLpfFrqRes(e.getLPFFrq(), e.getLPFRes()); 124 124 break; 125 case MStatus.VOL_MODE: 126 m_ch.setVolMode(e.getVolMode()); 127 break; 125 128 case MStatus.CLOSE: 126 129 m_ch.close(); … … 326 329 e = new MEvent(); 327 330 e.setLPFFRQRES(frq, res); 331 m_events.push(e); 332 } 333 334 public function recVolMode(m:int): void { 335 var e:MEvent = new MEvent(); 336 recDelta(e); 337 e.setVolMode(m); 328 338 m_events.push(e); 329 339 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)