Lkjb plugin collection built for Elk

The lkjb plugin collection is ported for Elk!

The repository of the lkjb setup for building for Elk is available here:

We have binaries available to download for Elk Pi - built as VST 2 plugins.

Post here to discuss this collection on Elk!

Hi!

I managed to build the lkjb PitchedDelay for aarch64 and it seems to run on the PI, but I don’t see much in terms of OSC parameters being exposed. I added the OSC module in Projucer - but I have no clue if that was the correct thing to do or not. Is this just a limitation of some sort or do I need to do something to get the parameters exposed via OSC? (running it “native” on my Mac shows a ton of automate-able params, btw.) Here’s my sushi log:

-Dan

[2019-11-19 13:37:49.645] [warning] #############################
[2019-11-19 13:37:49.645] [warning] Started Mind Logger!
[2019-11-19 13:37:49.645] [warning] #############################
[2019-11-19 13:37:49.714] [info] [main] Setting up Xenomai RASPA frontend
[2019-11-19 13:37:49.720] [info] [jsonconfig] Setting engine sample rate to 48000
[2019-11-19 13:37:49.721] [info] [engine] Track main successfully added to engine
[2019-11-19 13:37:49.721] [info] [engine] Connected inputs 0 to channel 0 of track “main”
[2019-11-19 13:37:49.721] [info] [engine] Connected inputs 1 to channel 1 of track “main”
[2019-11-19 13:37:49.721] [info] [engine] Connected channel 0 of track “main” to output 0
[2019-11-19 13:37:49.721] [info] [engine] Connected channel 1 of track “main” to output 1
[2019-11-19 13:37:49.882] [info] [vst2] Plugin supports soft bypass
[2019-11-19 13:37:49.883] [info] [jsonconfig] Successfully configured engine with tracks in JSON config file “/home/mind/config_files/delay-thing-no-lkjb.json”
[2019-11-19 13:37:49.884] [info] [jsonconfig] Config file does not have any Event definitions
[2019-11-19 13:37:49.895] [info] [osc frontend] Added osc callback /parameter/main/gain
[2019-11-19 13:37:49.895] [info] [osc frontend] Added osc output from parameter main/gain
[2019-11-19 13:37:49.895] [info] [osc frontend] Added osc callback /parameter/main/pan
[2019-11-19 13:37:49.895] [info] [osc frontend] Added osc output from parameter main/pan
[2019-11-19 13:37:49.895] [info] [osc frontend] Added osc callback /program/pdelay
[2019-11-19 13:37:49.895] [info] [osc frontend] Added osc callback /keyboard_event/main
[2019-11-19 13:38:12.212] [info] [raspa audio] Closing Raspa driver.
[2019-11-19 13:38:12.720] [info] [main] Sushi exited normally.

Hmm that’s odd. I know when I built it I had parameter control. Will have to investigate for ARM. OSC doesn’t have to be included in the juke file. Sushi exposes all the parameters the plugin reports over OSC automatically so something else is messing with you here.

Here are the arm binaries for the Elk Pi board. I tested them briefly and they seem the work fine. All the plugin parameters are exposed over osc and I checked that they could be modified. Hope it works :slight_smile:

Thanks! I’ll test it and report back if I find any issues.

1 Like