Lines Matching full:gain
219 EAS_I32 gain;
354 0, /* Mod LFO to gain: 0 dB */
355 0, /* Mod LFO CC1 to gain: 0 dB */
356 0, /* Mod LFO channel pressure to gain: 0 dB */
357 960, /* Velocity to gain: 96 dB */
955 p->gain = 0;
1086 /* get gain */
1087 if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &p->gain, EAS_FALSE)) != EAS_SUCCESS)
1089 if (p->gain > 0)
1091 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_WARNING, "Positive gain [%ld] in DLS wsmp ignored, set to 0dB\n", p->gain); */ }
1092 p->gain = 0;
2309 pRgn->wtRegion.gain = (EAS_I16) (pWsmp->gain >> 16);
2377 /* gain parameters */
2613 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x00000028 , pRegion->gain);