- Timestamp:
- 10/02/08 01:32:37 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/actionscript/flmml/trunk/src/com/txt_nifty/sketch/flmml/MEvent.as
r15293 r20421 40 40 public function setClose():void { set(MStatus.CLOSE, 0, 0); } 41 41 public function setVolMode(m:int):void { set(MStatus.VOL_MODE, m, 0); } 42 public function setInput(sens:int, pipe:int):void { set(MStatus.INPUT, sens, pipe); } 43 public function setOutput(mode:int, pipe:int):void { set(MStatus.OUTPUT, mode, pipe); } 42 44 public function setDelta(delta:int):void { m_delta = delta; } 43 45 public function getStatus():int { return m_status; } … … 68 70 public function getLPFRes():int { return m_data1; } 69 71 public function getVolMode():int { return m_data0; } 72 public function getInputSens():int { return m_data0; } 73 public function getInputPipe():int { return m_data1; } 74 public function getOutputMode():int { return m_data0; } 75 public function getOutputPipe():int { return m_data1; } 70 76 } 71 77 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)