Closed GeospatialDaryl closed 4 years ago
When doing my 'hello World' I noticed the path in the config.json still did not match the default name of the VST3 folder.
Edited JSON to match.
Hi!
When looking at the content of the folder, actually the folder IS named mda-vst3.vst3, as in the config file. Those configuration files, and the instructions, refer to running the plugin on a Linux desktop computer, using the binary we provide for download here: https://github.com/elk-audio/elk-examples/releases
The file in question, mda-vst3.vst3.tar.xz, contains Linux desktop binaries, for running with the Sushi App Image: https://github.com/elk-audio/sushi/releases
The file name you suggest, seems to be referring to the folder on the RPI image, "~/plugins/mda-vst3".
From this (and correct me if I am wrong) it seems to me that you may be mixing the instructions for running on the Linux desktop, with running directly on the RPI.
Best, Ilias Bergström
Hi Ilias-
Thanks for the reply. I must have been - I'm iterating between the pi and a VM and I got all mixed up.
Thanks for the great work!
When unpacking the default
elk-examples
the unpacked instrument library is specified as/usr/lib/VST3/mjda-vst3.vst3
. Adjusted theconfig.json
to match.