aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/adsr.c
AgeCommit message (Collapse)Author
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