Home
last modified time | relevance | path

Searched refs:voicestate (Results 1 – 3 of 3) sorted by relevance

/dports/audio/goattracker/goattracker-2.76/src/resid-fp/
H A Dsidfp.cpp478 float voicestate[3]; in clock() local
479 voicestate[0] = voice[0].output(voice[2].wave); in clock()
480 voicestate[1] = voice[1].output(voice[0].wave); in clock()
481 voicestate[2] = voice[2].output(voice[1].wave); in clock()
486 (lastsample[0] + voicestate[0]) * 0.5f, in clock()
487 (lastsample[1] + voicestate[1]) * 0.5f, in clock()
488 (lastsample[2] + voicestate[2]) * 0.5f, in clock()
493 lastsample[0] = voicestate[0]; in clock()
494 lastsample[1] = voicestate[1]; in clock()
495 lastsample[2] = voicestate[2]; in clock()
/dports/audio/playmidi/playmidi-2.4/
H A Dplaymidi.h-dist71 struct voicestate {
H A Demumidi.c26 struct voicestate voice[2][36];