aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/adsr.c
AgeCommit message (Collapse)Author
2015-01-12spu: fix some skip accuracy issuesnotaz
2015-01-10spu: support multiple pending buffersnotaz
for threaded implementation
2015-01-04spu: start offload code to TI C64x DSPnotaz
2015-01-03spu: get rid of bStop, clean upnotaz
2015-01-03spu: handle stop better, split main func morenotaz
2014-12-20spu: put globals into a structurenotaz
- also clean up some unused stuff - put spu config into it's own structure and header
2012-11-18spu: stop at 0 volumenotaz
2011-07-30spu: do adsr on whole buffernotaz
this eliminates need to check adsr state for each sample, we can do multiple at once. Also use ADSR tables from DrHell/shalma.
2011-07-27spu: remove adsr stop prevention hacknotaz
it's is not enough for Tron Bonne, so is not useful
2011-03-01spu: refactor adsr (simplify code)notaz
2011-03-01spu: compact chan structure a bitnotaz
2011-01-29spu: don't stop a channel by adsr if we have potential irqnotaz
otherwise we might miss irqs
2010-11-16pcsxr-1.9.92PCSX* teams