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