Home
last modified time | relevance | path

Searched refs:EAS_U16 (Results 1 – 25 of 30) sorted by relevance

12

/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/eassynth/sonivox/lib_src/
H A Deas_reverbdata.h177 EAS_U16 m_zApOut; // delay offset for ap out
181 EAS_U16 m_zApIn; // delay offset for ap in
236 EAS_U16 m_nMaxExcursion; //28
278 EAS_U16 m_nNumSamplesInOutputBuffer;
279 EAS_U16 m_nNumSamplesInInputBuffer;
302 EAS_U16 m_zD0Self; // self feeds forward d0 --> d0
304 EAS_U16 m_zD1Cross; // cross feeds across d1 --> d0
308 EAS_U16 m_zD1Self; // self feeds forward d1 --> d1
310 EAS_U16 m_zD0Cross; // cross feeds across d0 --> d1
328 EAS_U16 m_nXfadeCounter; // keep track of when to xfade
[all …]
H A Deas_sndlib.h83 EAS_U16 keyGroupAndFlags;
198 EAS_U16 pad;
231 EAS_U16 waveIndex;
232 EAS_U16 artIndex;
294 EAS_U16 regionIndex;
310 EAS_U16 locale;
354 EAS_U16 numDLSPrograms;
355 EAS_U16 numDLSRegions;
357 EAS_U16 numDLSSamples;
395 SCNST EAS_U16 numBanks;
[all …]
H A Deas_synth.h201 EAS_U16 regionIndex; /* index of first region in program */
203 EAS_U16 bankNum; /* play programs from this bank */
322 EAS_U16 maxPolyphony;
323 EAS_U16 numActiveVoices;
324 EAS_U16 masterVolume;
375 EAS_U16 maxPolyphonyPrimary;
376 EAS_U16 maxPolyphonySecondary;
382 EAS_U16 activeVoices;
383 EAS_U16 maxPolyphony;
385 EAS_U16 age;
[all …]
H A Deas_mixer.c137 EAS_U16 gain; in EAS_MixEnginePost()
151 gain = (EAS_U16) temp; in EAS_MixEnginePost()
154 gain = (EAS_U16) pEASData->masterGain; in EAS_MixEnginePost()
156 gain = (EAS_U16) pEASData->masterGain; in EAS_MixEnginePost()
173 …SynthMasterGain(pEASData->pMixBuffer, pEASData->pOutputAudioBuffer, gain, (EAS_U16) ((EAS_U16) num… in EAS_MixEnginePost()
175 SynthMasterGain(pEASData->pMixBuffer, pEASData->pOutputAudioBuffer, gain, (EAS_U16) numSamples); in EAS_MixEnginePost()
266 void SynthMasterGain (long *pInputBuffer, EAS_PCM *pOutputBuffer, EAS_U16 nGain, EAS_U16 numSamples… in SynthMasterGain()
H A Deas_mdls.c259 EAS_U16 source;
260 EAS_U16 control;
1084 EAS_U16 wtemp; in Parse_wsmp()
1184 EAS_U16 wtemp; in Parse_fmt()
1854 EAS_U16 lowKey; in Parse_rgnh()
1855 EAS_U16 highKey; in Parse_rgnh()
1856 EAS_U16 lowVel; in Parse_rgnh()
1857 EAS_U16 highVel; in Parse_rgnh()
2023 EAS_U16 source; in Parse_art()
2024 EAS_U16 control; in Parse_art()
[all …]
H A Deas_math.c118 EAS_U16 EAS_LogToLinear16 (EAS_I32 nGain) in EAS_LogToLinear16()
121 EAS_U16 nTemp; in EAS_LogToLinear16()
138 nTemp = (EAS_U16)((((nGain & 0x3ff) << 4) | 0x4000) >> nExp); in EAS_LogToLinear16()
H A Deas_miditypes.h108 EAS_U16 numStreams; /* actual number of streams */
109 EAS_U16 tickConv; /* current MIDI tick to msec conversion */
110 EAS_U16 ppqn; /* ticks per quarter note */
H A Deas_vm_protos.h208 void VMCheckKeyGroup (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U16 keyGroup, EAS_U8 channel);
234 …VoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex, EAS_…
536 void VMUpdateAllNotesAge (S_VOICE_MGR *pVoiceMgr, EAS_U16 nAge);
560 EAS_RESULT VMFindRegionIndex (S_VOICE_MGR *pVoiceMgr, EAS_U8 channel, EAS_U8 note, EAS_U16 *pRegion…
816 void VMSetVolume (S_SYNTH *pSynth, EAS_U16 masterVolume);
H A Deas_reverb.c78 EAS_U16 nOffset; in ReverbInit()
131 pReverbData->m_nXfadeInterval = (EAS_U16)REVERB_XFADE_PERIOD_IN_SAMPLES; in ReverbInit()
227 pReverbData->m_nXfadeInterval = (EAS_U16) temp; in ReverbInit()
235 pReverbData->m_sAp0.m_zApOut = (EAS_U16) (pReverbData->m_sAp0.m_zApIn + temp); in ReverbInit()
243 pReverbData->m_sAp1.m_zApOut = (EAS_U16) (pReverbData->m_sAp1.m_zApIn + temp); in ReverbInit()
330 EAS_U16 nOffset; in ReverbUpdateXfade()
407 pReverbData->m_nXfadeCounter += (EAS_U16) nNumSamplesToAdd; in ReverbUpdateXfade()
432 static EAS_U16 ReverbCalculateNoise(EAS_U16 nMaxExcursion, EAS_I16 *pnNoise) in ReverbCalculateNoise()
529 EAS_U16 nBase; in Reverb()
933 pReverbData->m_nXfadeInterval = (EAS_U16) temp; in ReverbUpdateRoom()
[all …]
H A Deas_pcmdata.h111 EAS_U16 blockSize; /* block size for ADPCM decoder */
112 EAS_U16 blockCount; /* block counter for ADPCM decoder */
113 EAS_U16 sampleRate; /* input sample rate */
H A Deas_mixer.h43 extern void SynthMasterGain( long *pInputBuffer, EAS_PCM *pOutputBuffer, EAS_U16 nGain, EAS_U16 nNu…
H A Deas_mdls.h44 #define USHORT EAS_U16
54 EAS_U16 Data2;
55 EAS_U16 Data3;
H A Deas_voicemgt.c1540 EAS_U16 age; in VMCheckPolyphonyLimiting()
1541 EAS_U16 oldestNoteAge; in VMCheckPolyphonyLimiting()
1617 EAS_U16 keyGroup; in VMStartVoice()
1750 EAS_U16 regionIndex; in VMStartNote()
2119 *pVoiceNumber = (EAS_U16) bestCandidate; in VMStealVoice()
2583 EAS_U16 i; in VMFindProgram()
2584 EAS_U16 regionIndex; in VMFindProgram()
2639 EAS_U16 i; in VMFindDLSProgram()
2691 EAS_U16 regionIndex; in VMProgramChange()
2721 prgChg.bank = (EAS_U16) bank; in VMProgramChange()
[all …]
H A Deas_math.h363 EAS_U16 EAS_LogToLinear16 (EAS_I32 nGain);
394 EAS_U16 EAS_fsqrt (EAS_U32 n);
H A Deas_flog.c43 static const EAS_U16 eas_log2_table[] =
H A Deas_dlssynth.h37 …ICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex);
H A Deas_chorusdata.h83 EAS_U16 chorusTapPosition;
H A Deas_synth_protos.h49 …ICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex);
H A Deas_wtengine.h155 EAS_U16 artIndex; /* index to articulation params */
H A Deas_smf.c877 pSMFData->tickConv = (EAS_U16) (((temp * 1024) / pSMFData->ppqn + 500) / 1000); in SMF_ParseMetaEvent()
1071 EAS_U16 division; in SMF_ParseHeader()
1072 EAS_U16 numStreams; in SMF_ParseHeader()
1115 pSMFData->tickConv = (EAS_U16) (((SMF_DEFAULT_TIMEBASE * 1024) / pSMFData->ppqn + 500) / 1000); in SMF_ParseHeader()
H A Deas_wtsynth.c56 …ICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex);
311 …OICE_MGR *pVoiceMgr, S_SYNTH *pSynth, S_SYNTH_VOICE *pVoice, EAS_I32 voiceNum, EAS_U16 regionIndex) in WT_StartVoice()
/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/eassynth/sonivox/host_src/
H A Deas_wave.h39 EAS_U16 wFormatTag;
40 EAS_U16 nChannels;
43 EAS_U16 nBlockAlign;
44 EAS_U16 wBitsPerSample;
H A Deas_wave.c79 static void FlipWord (EAS_U16 *pValue) in FlipWord()
82 EAS_U16 temp; in FlipWord()
159 wFile->wh.fc.nChannels = (EAS_U16) nChannels; in WaveFileCreate()
161 wFile->wh.fc.wBitsPerSample = (EAS_U16) wBitsPerSample; in WaveFileCreate()
162 wFile->wh.fc.nBlockAlign = (EAS_U16) (nChannels * (EAS_U16) (wBitsPerSample / 8)); in WaveFileCreate()
213 EAS_U16 *p; in WaveFileWrite()
H A Deas_hostmm.c348 *((EAS_U16*) p) = ((EAS_U16) c1 << 8) | c2; in EAS_HWGetWord()
350 *((EAS_U16*) p) = ((EAS_U16) c2 << 8) | c1; in EAS_HWGetWord()
H A Deas_types.h122 typedef unsigned short EAS_U16; typedef
231 EAS_U16 bank;

12