Hi @Stefano,
Thanks for your quick reply. As a matter of fact, passing the complete path to the JSON file does look ābetterā. Now at least I have the same behavior as my built sushi image:
$ ./Sushi-x86_64_0.10.2.AppImage -j -c ~/elk/config_play_vst3.json
SUSHI - Copyright 2017-2020 Elk, Stockholm
SUSHI is licensed under the Affero GPL 3.0. Source code is available at Elk Audio Ā· GitHub
Cannot lock down 107341338 byte memory area (Cannot allocate memory)
Failed to load tracks from Json config file
I double checked and there is much more than ~103MB available in my PCās memory.
This is the JSON that I used (for both AppImage and own built sushi): https://github.com/elk-audio/sushi/blob/master/misc/config_files/config_play_vst3.json
I followed your tip and looked into the /tmp/sushi.log (I couldnāt upload it to this post as only images are allowed) and noticed there was indeed a problem with the path. The VST ought to be in the lxvst
folder and not VST3
as described in the tutorial. No issues, after changing it I get the following:
$ ./Sushi-x86_64_0.10.2.AppImage -j -c ~/elk/config_play_vst3.json
SUSHI - Copyright 2017-2020 Elk, Stockholm
SUSHI is licensed under the Affero GPL 3.0. Source code is available at Elk Audio Ā· GitHub
Cannot lock down 107341338 byte memory area (Cannot allocate memory)
Cannot use real-time scheduling (RR/5) (1: Operation not permitted)
JackClient::AcquireSelfRealTime error
Hence, apparently still some issues, even though the sushi.log looks sane to my eyes (sorry for the long paste):
[2020-04-10 11:28:32.787] [warning] #############################
[2020-04-10 11:28:32.787] [warning] Started Sushi Logger!
[2020-04-10 11:28:32.787] [warning] #############################
[2020-04-10 11:28:32.794] [info] [main] Setting up Jack audio frontend
[2020-04-10 11:28:32.813] [info] [jsonconfig] Setting engine sample rate to 48000
[2020-04-10 11:28:32.813] [info] [engine] Track main successfully added to engine
[2020-04-10 11:28:32.813] [info] [engine] Connected channel 0 of track āmainā to output 0
[2020-04-10 11:28:32.813] [info] [engine] Connected channel 1 of track āmainā to output 1
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda Ambience of type Audio Module Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda Ambience of type Component Controller Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda Bandisto of type Audio Module Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda Bandisto of type Component Controller Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda BeatBox of type Audio Module Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda BeatBox of type Component Controller Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda Combo of type Audio Module Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda Combo of type Component Controller Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda DeEsser of type Audio Module Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda DeEsser of type Component Controller Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda Degrade of type Audio Module Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda Degrade of type Component Controller Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda Delay of type Audio Module Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda Delay of type Component Controller Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda Detune of type Audio Module Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda Detune of type Component Controller Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda Dither of type Audio Module Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda Dither of type Component Controller Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda DubDelay of type Audio Module Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda DubDelay of type Component Controller Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda DX10 of type Audio Module Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda DX10 of type Component Controller Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda Dynamics of type Audio Module Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda Dynamics of type Component Controller Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda EPiano of type Audio Module Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda EPiano of type Component Controller Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda Image of type Audio Module Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda Image of type Component Controller Class
[2020-04-10 11:28:32.816] [info] [vst3] Querying plugin mda JX10 of type Audio Module Class
[2020-04-10 11:28:32.816] [info] [vst3] Creating plugin mda JX10
[2020-04-10 11:28:32.816] [info] [vst3] Plugin supports Midi Mapping interface
[2020-04-10 11:28:32.816] [info] [vst3] Plugin supports Unit Info interface for programs
[2020-04-10 11:28:32.816] [info] [vst3] Plugin has 0 audio input buffers and 1 audio output buffers
[2020-04-10 11:28:32.816] [info] [vst3] Vst3 wrapper (mda JX10) has 0 inputs and 2 outputs
[2020-04-10 11:28:32.816] [info] [vst3] Plugin has 1 event input buffers and 0 event output buffers
[2020-04-10 11:28:32.816] [info] [vst3] Vst3 wrapper (mda JX10) setting up 0 inputs and 2 outputs
[2020-04-10 11:28:32.816] [info] [vst3] We have a program change parameter at 1886548852
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter OSC Mix, id 0
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter OSC Tune, id 1
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter OSC Fine, id 2
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter Glide, id 3
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter Gld Rate, id 4
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter Gld Bend, id 5
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter VCF Freq, id 6
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter VCF Reso, id 7
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter VCF Env, id 8
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter VCF LFO, id 9
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter VCF Vel, id 10
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter VCF Att, id 11
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter VCF Dec, id 12
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter VCF Sus, id 13
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter VCF Rel, id 14
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter ENV Att, id 15
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter ENV Dec, id 16
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter ENV Sus, id 17
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter ENV Rel, id 18
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter LFO Rate, id 19
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter Vibrato, id 20
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter Noise, id 21
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter Octave, id 22
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter Tuning, id 23
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter Mod Wheel, id 1836016759
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter Pitch Bend, id 1885959266
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter Filter Mod+, id 1651668072
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter Filter Mod-, id 1668558899
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter Filter Resonance, id 1702391922
[2020-04-10 11:28:32.816] [info] [vst3] Registered parameter Aftertouch, id 1634104436
[2020-04-10 11:28:32.816] [info] [vst3] Plugin supports mod wheel parameter mapping
[2020-04-10 11:28:32.816] [info] [vst3] Plugin supports pitch bend parameter mapping
[2020-04-10 11:28:32.816] [info] [vst3] Plugin supports aftertouch parameter mapping
[2020-04-10 11:28:32.816] [info] [vst3] Program list id 1886548852
[2020-04-10 11:28:32.816] [info] [vst3] Plugin supports internal programs, program count: 52
[2020-04-10 11:28:32.816] [info] [jsonconfig] Successfully configured engine with tracks in JSON config file ā/home/edlub/elk/config_play_vst3.jsonā
[2020-04-10 11:28:32.816] [info] [midi dispatcher] Connected MIDI port ā0ā to track āmainā
[2020-04-10 11:28:32.816] [info] [midi dispatcher] Connected program changes from MIDI port ā0ā to processor ājx10ā
[2020-04-10 11:28:32.816] [info] [jsonconfig] Config file does not have CV/Gate definitions
[2020-04-10 11:28:32.816] [info] [jsonconfig] Config file does not have any Event definitions
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/OSC_Mix
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/OSC Mix
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/OSC_Tune
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/OSC Tune
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/OSC_Fine
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/OSC Fine
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/Glide
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/Glide
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/Gld_Rate
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/Gld Rate
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/Gld_Bend
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/Gld Bend
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/VCF_Freq
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/VCF Freq
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/VCF_Reso
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/VCF Reso
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/VCF_Env
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/VCF Env
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/VCF_LFO
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/VCF LFO
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/VCF_Vel
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/VCF Vel
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/VCF_Att
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/VCF Att
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/VCF_Dec
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/VCF Dec
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/VCF_Sus
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/VCF Sus
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/VCF_Rel
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/VCF Rel
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/ENV_Att
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/ENV Att
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/ENV_Dec
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/ENV Dec
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/ENV_Sus
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/ENV Sus
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/ENV_Rel
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/ENV Rel
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/LFO_Rate
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/LFO Rate
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/Vibrato
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/Vibrato
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/Noise
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/Noise
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/Octave
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/Octave
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/Tuning
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/Tuning
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/Mod_Wheel
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/Mod Wheel
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc callback /parameter/jx10/Pitch_Bend
[2020-04-10 11:28:32.817] [info] [osc frontend] Added osc output from parameter jx10/Pitch Bend
[2020-04-10 11:28:32.817]