Changeset 30715 for lang/actionscript

Show
Ignore:
Timestamp:
03/03/09 00:28:03 (3 years ago)
Author:
tekisuke
Message:

44010 -> 44100 (typo)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/actionscript/flmml/trunk/src/com/txt_nifty/sketch/flmml/MTrack.as

    r29200 r30715  
    113113                            case MStatus.LFO_DPWD: 
    114114                                m_lfoWidth = e.getLFOWidth() * m_spt; 
    115                                 m_ch.setLFODPWD(e.getLFODepth(), 44010.0 / m_lfoWidth); 
     115                                m_ch.setLFODPWD(e.getLFODepth(), 44100.0 / m_lfoWidth); 
    116116                                break; 
    117117                            case MStatus.LFO_DLTM: