Changeset 14833
- Timestamp:
- 06/29/08 16:23:07 (5 years ago)
- Location:
- lang/actionscript/flmml/trunk/src
- Files:
-
- 3 modified
-
com/txt_nifty/sketch/flmml/MChannel.as (modified) (1 diff)
-
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/MChannel.as
r14831 r14833 96 96 public function close():void { 97 97 noteOff(); 98 m_filter.setSwitch(0); 98 99 } 99 100 public function setNoiseFreq(frequency:Number):void { -
lang/actionscript/flmml/trunk/src/com/txt_nifty/sketch/flmml/MTrack.as
r14830 r14833 238 238 public function recTempo(globalTick:uint, tempo:Number):void { 239 239 var e:MEvent = new MEvent(); 240 recDelta(e); 240 241 e.setTempo(tempo); 241 242 recGlobal(globalTick, e); … … 320 321 public function recLPF(swt:int, amt:int, frq:int, res:int):void { 321 322 var e:MEvent = new MEvent(); 323 recDelta(e); 322 324 e.setLPFSWTAMT(swt, amt); 323 325 m_events.push(e); … … 329 331 public function recClose():void { 330 332 var e:MEvent = new MEvent(); 333 recDelta(e); 331 334 e.setClose(); 332 335 m_events.push(e);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)