tap-plugins icon indicating copy to clipboard operation
tap-plugins copied to clipboard

tap-reverbed: Where is it does it still work?

Open muziker opened this issue 4 years ago • 4 comments

I've compiled the r0 version of the tap-reverbed, but it crashes when i try to run it. Is this supposed to be working or has it been deprecated?

muziker avatar Dec 21 '20 03:12 muziker

Hi, What kind of crash are you getting? Does it crash every time you try, or only sometimes? How are you running it (with what command line options, if any)? Is the JACK audio server running? Do you have a backtrace?

tomscii avatar Dec 21 '20 10:12 tomscii

Yes jack is running. It's just ./reverbed. But i just tried ./reverbed -o. It says Registered to Jack as reverbED, Connected out_L to system:playback, Connected out_R to system:playback, and crashes. There's a brief window drawn to the screen before it dies

muziker avatar Dec 22 '20 05:12 muziker

Hmm, ok, there can be any number of issues given that I haven't used this in the last 15 years or so (meaning that I am past several generations of computers since I ever even compiled this), and I don't think anyone else did either. I guess practically all dependencies are on different major versions, have breaking API changes, etc. If you could produce a backtrace with gdb, that would be great. Otherwise, I will take a look when I have some more time. Thanks for the report!

tomscii avatar Dec 22 '20 08:12 tomscii

Yes i didn't think it would even compile and was surprised. Here's a backtrace in load_revtype_data () at sound.c:303 in process (nframes=1024, arg=) at sound.c:461 in () at /lib/x86_64-linux-gnu/libjack.so.0 in () at /lib/x86_64-linux-gnu/libjack.so.0 in () at /lib/x86_64-linux-gnu/libjack.so.0 in start_thread (arg=) at pthread_create.c:477 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

at sound.c:303 it tries to access extern REVTYPE * curr, and faults

muziker avatar Dec 22 '20 16:12 muziker