falkTX / Cadence

Collection of tools useful for audio production
GNU General Public License v2.0
370 stars 81 forks source link

Claudia "app terminated unexpectedly" with jconvolver #267

Open langrenne opened 4 years ago

langrenne commented 4 years ago

Hi,

I use cadence and claudia since several years now. I'm on Kubuntu 19.04.

When I start a studio, I can't use "jconvolver" in a run custom command as before and as I usually did. Ardour runs OK, faust audio .dsp runs OK in Claudia. In a Konsol, jconvolver runs OK. It appears in Claudia. But I can't run directly from a claudia studio. Can you help me ? Best, Christophe

falkTX commented 4 years ago

it is usually for 2 reasons that applications dont work:

  1. they use more than 1 jack client
  2. they start a child process in the backgound and close the main one

the 1st issue is never to be solved, since ladish is pretty much dead at this point. for the 2nd issue you can try to see CLI arguments to jconvolver tool to see if it can be started in a better non-forking way.