Lines Matching defs:ParserTrackParam
49 struct ParserTrackParam struct
51 const u8* baseAddr;
52 const u8* currentAddr;
54 bool cmpFlag;
55 bool noteWaitFlag;
56 bool tieFlag;
57 bool monophonicFlag;
59 struct CallStack
65 CallStack callStack[ CALL_STACK_DEPTH ];
66 u8 callStackDepth;
68 bool frontBypassFlag;
70 s32 wait;
72 bool muteFlag;
73 bool silenceFlag;
74 bool noteFinishWait;
75 bool portaFlag;
76 bool damperFlag;
78 u8 bankIndex; // 0-3 のシーケンス内バンクインデックスと見る
79 int prgNo;
81 CurveLfoParam lfoParam;
82 u8 lfoTarget; // enum Channel::LfoTarget;
83 f32 sweepPitch;
85 MoveValue<u8,s16> volume;
86 MoveValue<s8,s16> pan;
87 MoveValue<s8,s16> surroundPan;
88 MoveValue<s8,s16> pitchBend;
89 u8 volume2;
90 u8 velocityRange;
91 u8 bendRange;
92 s8 initPan;
93 s8 transpose;
94 u8 priority;
95 u8 portaKey;
96 u8 portaTime;
97 u8 attack;
98 u8 decay;
99 u8 sustain;
100 u8 release;
101 s16 envHold;
102 u8 mainSend;
103 u8 fxSend[ AUX_BUS_NUM ];
104 u8 biquadType;
105 f32 lpfFreq;
106 f32 biquadValue;