mtytel / vital

Spectral warping wavetable synth
GNU General Public License v3.0
1.58k stars 151 forks source link

no JACK ports created #4

Open Be-ing opened 3 years ago

Be-ing commented 3 years ago

When running the standalone Linux binary without JACK running, I see this in the console output:

standalone/builds/linux on  main took 4m7s 
❯ build/vial
JUCE v6.0.5
Cannot read socket fd = 13 err = Success
CheckRes error
JackSocketClientChannel read fail
Cannot open JuceJackDummy client
JackShmReadWritePtr1::~JackShmReadWritePtr1 - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
Unable to connect to JACK server

But running it when JACK is running does not create any ports.

Using jack-audio-connection-kit-1.9.14-5.fc33.x86_64

tank-trax commented 3 years ago

JACK is there in the build from the standalone folder, the standalone from the plugin folder only has ALSA

also make sure to choose JACK from Options

Be-ing commented 3 years ago

I ran the binary at standalone/builds/linux/build/vial

tank-trax commented 3 years ago

@Be-ing try my branch