Home
last modified time | relevance | path

Searched refs:ymVolumeTable (Results 1 – 5 of 5) sorted by relevance

/dports/audio/ocp/ocp-0.2.90/playym/stsoundlib/
H A DYm2149Ex.cpp64 static ymint ymVolumeTable[16] = variable
122 if (ymVolumeTable[15]==32767) // excuse me for that bad trick ;-) in CYm2149Ex()
126 ymVolumeTable[i] = (ymVolumeTable[i]*2)/6; in CYm2149Ex()
345 volE = ymVolumeTable[envData[envShape][envPhase][envPos>>(32-5)]]; in nextSample()
467 volA = ymVolumeTable[data&15]; in writeRegister()
476 volB = ymVolumeTable[data&15]; in writeRegister()
485 volC = ymVolumeTable[data&15]; in writeRegister()
H A DYmload.cpp49 static ymu16 ymVolumeTable[16] = variable
477 *pw = ymVolumeTable[(*pw)&15]>>7; in ymDecode()
/dports/audio/stymulator/STYMulator-0.21a/src/stsoundlib/
H A DYm2149Ex.cpp57 static ymint ymVolumeTable[16] = variable
113 if (ymVolumeTable[15]==32767) // excuse me for that bad trick ;-) in CYm2149Ex()
117 ymVolumeTable[i] = (ymVolumeTable[i]*2)/6; in CYm2149Ex()
329 volE = ymVolumeTable[envData[envShape][envPhase][envPos>>(32-5)]]; in nextSample()
451 volA = ymVolumeTable[data&15]; in writeRegister()
460 volB = ymVolumeTable[data&15]; in writeRegister()
469 volC = ymVolumeTable[data&15]; in writeRegister()
H A DYmload.cpp37 static ymu16 ymVolumeTable[16] =
439 *pw = ymVolumeTable[(*pw)&15]>>7;
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/snd/
H A Dcyd.c100 …static const int ymVolumeTable[16] = { 62,161,265,377,580,774,1155,1575,2260,3088,4570,6233,9330,1… in cyd_init_log_tables() local
101 …cyd->lookup_table_ym[i] = ymVolumeTable[i]; //(Uint32)32767 * (Uint32)(i+1) * (Uint32)(i+1) * (Uin… in cyd_init_log_tables()