tap-plugins
tap-plugins copied to clipboard
tap-reverbed: Where is it does it still work?
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?
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?
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
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!
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:303 it tries to access extern REVTYPE * curr, and faults