Show
Ignore:
Timestamp:
09/01/08 16:30:26 (5 years ago)
Author:
tasuku
Message:

MStatusにおける定数のかぶりを修正。

Files:
1 modified

Legend:

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

    r15293 r18579  
    1111        public static const ENVELOPE1_AD:int = 8; 
    1212        public static const ENVELOPE1_SR:int = 9; 
    13         public static const ENVELOPE2_AD:int = 10; 
    14         public static const ENVELOPE2_SR:int = 11; 
    1513        public static const NOISE_FREQ:int   = 10; 
    1614        public static const PWM:int          = 11; 
     
    2523        public static const CLOSE:int        = 20; 
    2624        public static const VOL_MODE:int     = 21; 
     25        public static const ENVELOPE2_AD:int = 22; 
     26        public static const ENVELOPE2_SR:int = 23; 
    2727    } 
    2828}