├── README.md └── .gitmodules /README.md: -------------------------------------------------------------------------------- 1 | # Elk community plugins pack 2 | 3 | This is a meta-repository containing as submodules the projects for various plugins built for [Elk Audio OS on Raspberry Pi](https://github.com/elk-audio/). 4 | 5 | Whenever a modification of the original project was needed for the build, the submodules point to local forks hosted on [this Github organization](https://github.com/elk-community). 6 | 7 | Under the release section, you will find an archive with all the plugins with a directory hierarchy (`elk-plugins-pack.tar.xz`). Extract it under e.g. `/udata/plugins/` to have the VST/VST3 the plugins available on the board. 8 | 9 | The LV2 plugins in the pack will not be found from that path - you need to place them in a folder contained in the LV_PATH environment variable on your system/device. This usually contains /usr/lib/lv2/ and /usr/local/lib/lv2/, but do print it ('echo $LV2_PATH') to make sure. 10 | The reason is the LV2 standard does not allow referencing plugins by path, only by their URI, e.g. "http://drobilla.net/plugins/mda/JX10" refers to the drobilla port of the MDA JX10 synth plugin. It is this URI you need to specify in your Sushi config files, no the path to the plugin binary [more on this in the main elk audio OS documentation page](https://elk-audio.github.io/elk-docs/html/index.html). 11 | By typing 'lv2ls' on the terminal, you can check if the URI for the plugin you are looking for appears in the list - if not, Sushi will not be able to load it. 12 | 13 | ## Plugin status 14 | 15 | Not all of the plugins have been thouroughly tested; the focus was getting them to build and run without Xenomai Real-Time issues. 16 | 17 | Please report any that is not working by submitting an Issue here or, the other way around, we are looking into preparing a selection of plugins that are both high quality and work nicely with Elk - for recommendations about good candidates, feel free to post in the relative section on our forum: 18 | https://forum.elk.audio/c/community/plugins-working-with-elk 19 | 20 | --- 21 | Copyright 2020 Modern Ancient Instruments Networked AB, dba Elk, Stockholm, Sweden. 22 | 23 | Original plugins released with the same original license as the original; see the corresponding projects for details. 24 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "guitarix"] 2 | path = guitarix 3 | url = https://github.com/elk-community/guitarix 4 | [submodule "faust-plugins"] 5 | path = faust-plugins 6 | url = https://github.com/elk-community/faust-plugins 7 | [submodule "SANA_8BIT_VST"] 8 | path = SANA_8BIT_VST 9 | url = https://github.com/elk-community/SANA_8BIT_VST 10 | [submodule "Kapitonov-Plugins-Pack"] 11 | path = Kapitonov-Plugins-Pack 12 | url = https://github.com/elk-community/Kapitonov-Plugins-Pack 13 | [submodule "GxPlugins.lv2"] 14 | path = GxPlugins.lv2 15 | url = https://github.com/elk-community/GxPlugins.lv2 16 | [submodule "calf"] 17 | path = calf 18 | url = https://github.com/elk-community/calf 19 | [submodule "lkjb-plugins"] 20 | path = lkjb-plugins 21 | url = https://github.com/elk-community/lkjb-plugins 22 | [submodule "andes"] 23 | path = andes 24 | url = https://github.com/elk-community/andes 25 | [submodule "lv2vst"] 26 | path = lv2vst 27 | url = https://github.com/elk-community/lv2vst 28 | [submodule "airwindows"] 29 | path = airwindows 30 | url = https://github.com/elk-community/airwindows 31 | [submodule "DPF-Plugins"] 32 | path = DPF-Plugins 33 | url = https://github.com/elk-community/DPF-Plugins 34 | [submodule "OB-Xd"] 35 | path = OB-Xd 36 | url = https://github.com/elk-community/OB-Xd 37 | [submodule "temper"] 38 | path = temper 39 | url = https://github.com/elk-community/temper 40 | [submodule "juicysfplugin"] 41 | path = juicysfplugin 42 | url = https://github.com/elk-community/juicysfplugin 43 | [submodule "cabbage"] 44 | path = cabbage 45 | url = https://github.com/elk-community/cabbage 46 | [submodule "balance.lv2"] 47 | path = balance.lv2 48 | url = https://github.com/x42/balance.lv2 49 | [submodule "caps-lv2"] 50 | path = caps-lv2 51 | url = https://github.com/moddevices/caps-lv2 52 | [submodule "fat1.lv2"] 53 | path = fat1.lv2 54 | url = https://github.com/x42/fat1.lv2 55 | [submodule "fomp"] 56 | path = fomp 57 | url = https://gitlab.com/drobilla/fomp 58 | [submodule "Freaked"] 59 | path = Freaked 60 | url = https://github.com/pjotrompet/Freaked 61 | [submodule "infamousPlugins"] 62 | path = infamousPlugins 63 | url = https://github.com/ssj71/infamousPlugins 64 | [submodule "invada-studio"] 65 | path = invada-studio 66 | url = https://github.com/BlokasLabs/invada-studio 67 | [submodule "Magical8bitPlug2"] 68 | path = Magical8bitPlug2 69 | url = https://github.com/yokemura/Magical8bitPlug2 70 | [submodule "midifilter.lv2"] 71 | path = midifilter.lv2 72 | url = https://github.com/x42/midifilter.lv2 73 | [submodule "mod-utilities"] 74 | path = mod-utilities 75 | url = https://github.com/moddevices/mod-utilities 76 | [submodule "openAV-ArtyFX"] 77 | path = openAV-ArtyFX 78 | url = https://github.com/openAVproductions/openAV-ArtyFX 79 | [submodule "stepseq.lv2"] 80 | path = stepseq.lv2 81 | url = https://github.com/x42/stepseq.lv2 82 | [submodule "lv2"] 83 | path = lv2 84 | url = https://github.com/swh/lv2/ 85 | [submodule "tap-lv2"] 86 | path = tap-lv2 87 | url = https://github.com/moddevices/tap-lv2 88 | [submodule "testsignal.lv2"] 89 | path = testsignal.lv2 90 | url = https://github.com/x42/testsignal.lv2 91 | [submodule "triceratops"] 92 | path = triceratops 93 | url = https://github.com/thunderox/triceratops 94 | --------------------------------------------------------------------------------