surge-synthesizer / tuning-workbench-synth

A simple JUCE synth which uses our tuning-library
GNU General Public License v3.0
48 stars 8 forks source link

Segfault after removing JACK connections #132

Open mxmilkiib opened 4 years ago

mxmilkiib commented 4 years ago

I start the app, changed a few random knobs, went to Carla and cut the connections in the graph, and crash.

https://gist.github.com/mxmilkiib/43dcf1e8325cfd2cfd3b0c9a77b61cec

baconpaul commented 4 years ago

If you leave the connection up do you get sound and the like?

I wonder what juce message I’m ignoring when the jack connection drops

mxmilkiib commented 4 years ago

No sound. Do I need to do anything to make sound happen after start?

baconpaul commented 4 years ago

other than play a key like / route a midi event any other juce instrument, no.

mxmilkiib commented 4 years ago

Aah, I'm not seeing MIDI input ports, should I?

baconpaul commented 4 years ago

so I normally run the plugin in a DAW on linux. but my recollection is yes there should be midi input ports in the standalone jack tool. Our expert on this (@tank-trax) is not around this week alas.

but it's a synth instrument. It takes midi in and sends sound out. That's the configuration you are aiming for.

I'm not sure if I ever added this feature but you may be able to click a 'key' on the tuning table and generate a note also.