The delay effect no longer use the _get_sample() function, because when
commitb6a7f526a0a9b3d0ffb49129629ec11b90258579
authorangel <angel@c87de0a0-a11c-0410-a1e5-866214bc28b2>
Sun, 24 Apr 2005 09:36:09 +0000 (24 09:36 +0000)
committerangel <angel@c87de0a0-a11c-0410-a1e5-866214bc28b2>
Sun, 24 Apr 2005 09:36:09 +0000 (24 09:36 +0000)
tree85781005273e553b49ddba4c763e92c8bde99f8b
parent14ac0ab763f5e2542796c2a0503fcbc893c6afc1
The delay effect no longer use the _get_sample() function, because when
using interpolation the signal ended mixed with the delayed signal,
resulting in no real delay. Now, a direct buffer access is used (as when
no interpolation). The same has been done to the echo effect, though
I'm not really sure if it was affected or not.

git-svn-id: file:///home/angel/tmp/svn-triptico/ahxm/trunk@477 c87de0a0-a11c-0410-a1e5-866214bc28b2
ss_eff.c