Lines Matching refs:s32
95 s32 masterVolume; // master volume for synth
102 s32 pwMaxCents [16]; // pitch wheel cents at + max
103 s32 pwCents [16]; // current pitch wheel cents
105 s32 volAttn [16]; // MIDI channel volume
106 s32 expAttn [16]; // expression volume
107 s32 auxAAttn [16]; // aux A (reverb)
108 s32 auxBAttn [16]; // aux B (chorus)
152 s32 cents; // base relitive pitch
153 s32 attn; // base attenuation (region + vel)
155 s32 lfoState; // LFO table index
156 s32 lfoAttn; // LFO attenaution
157 s32 lfoCents; // LFO pitch
158 s32 lfoFreq; // LFO table index / audio frame
159 s32 lfoDelay; // LFO delay in audio frames
160 s32 lfoAttn_; // LFO volume at 1.0
161 s32 lfoCents_; // LFO pitch at 1.0
162 s32 lfoModAttn; // LFO MOD wheel to attenuation
163 s32 lfoModCents; // LFO MOD wheel to cents
166 s32 veAttn; // 0x00010000 = 0,1dB
167 s32 veAttack; // 0 - 99 table lookup for linear volume
168 s32 veAttackDelta; // add this to attack per frame
169 s32 veDecay; // 0x00010000 = 0,1dB per frame
170 s32 veSustain; // 0x00010000 = 0,1dB
171 s32 veRelease; // 0x00010000 = 0,1dB per frame
174 s32 peCents; // current pitch
175 s32 peAttack; // pitch delta per frame
176 s32 peDecay; // pitch delta per frame
177 s32 peSustain; // pitch at sustain
178 s32 peRelease; // pitch delta per frame
179 s32 pePitch; // pitch cents at 100%
218 void SYNSetMasterVolume (SYNSYNTH *synth, s32 dB);
219 s32 SYNGetMasterVolume (SYNSYNTH *synth);