elk-audio / elk-examples

Example collection for Elk
https://elk.audio/
36 stars 6 forks source link

Update line 18 to match default path in MDA VST3 #3

Closed GeospatialDaryl closed 4 years ago

GeospatialDaryl commented 4 years ago

When unpacking the default elk-examples the unpacked instrument library is specified as /usr/lib/VST3/mjda-vst3.vst3. Adjusted the config.json to match.

GeospatialDaryl commented 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.

IliasBergstrom commented 4 years ago

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

GeospatialDaryl commented 4 years ago

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!