Lines Matching refs:s32

55     s32         masterVolume;           // master TV volume for synth
56 s32 drcMasterVolume; // master DRC volume for synth
64 s32 pwMaxCents [16]; // pitch wheel cents at + max
65 s32 pwCents [16]; // current pitch wheel cents
67 s32 volAttn [16]; // MIDI channel volume
68 s32 expAttn [16]; // expression volume
69 s32 auxAAttn [16]; // aux A (reverb)
70 s32 auxBAttn [16]; // aux B (chorus)
114 s32 cents; // base relative pitch
115 s32 attn; // base attenuation (region + vel)
117 s32 lfoState; // LFO table index
118 s32 lfoAttn; // LFO attenuation
119 s32 lfoCents; // LFO pitch
120 s32 lfoFreq; // LFO table index / audio frame
121 s32 lfoDelay; // LFO delay in audio frames
122 s32 lfoAttn_; // LFO volume at 1.0
123 s32 lfoCents_; // LFO pitch at 1.0
124 s32 lfoModAttn; // LFO MOD wheel to attenuation
125 s32 lfoModCents; // LFO MOD wheel to cents
128 s32 veAttn; // 0x00010000 = 0,1dB
129 s32 veAttack; // 0 - 99 table lookup for linear volume
130 s32 veAttackDelta; // add this to attack per frame
131 s32 veDecay; // 0x00010000 = 0,1dB per frame
132 s32 veSustain; // 0x00010000 = 0,1dB
133 s32 veRelease; // 0x00010000 = 0,1dB per frame
136 s32 peCents; // current pitch
137 s32 peAttack; // pitch delta per frame
138 s32 peDecay; // pitch delta per frame
139 s32 peSustain; // pitch at sustain
140 s32 peRelease; // pitch delta per frame
141 s32 pePitch; // pitch cents at 100%
180 void SYNSetMasterVolume (SYNSYNTH *synth, s32 dB);
181 s32 SYNGetMasterVolume (SYNSYNTH *synth);
184 void SYNDRCSetMasterVolume (SYNSYNTH *synth, s32 dB);
185 s32 SYNDRCGetMasterVolume (SYNSYNTH *synth);