Simple plugin made with JUCE that stores a path to an image file and displays it.
Just clone or download this repository, and then follow the specific instructions for your operating system.
Run Installers\Windows\install.bat
.
The script copies the standalone binary to your Desktop and the VST3 file to Common Files\VST3
.
Run Installers\Linux\install.sh
.
The script copies the standalone binary to your Desktop and the VST3 file to ~/.vst3
.
Run Installers\MacOSX\install.sh
.
The script copies the standalone binary to your Desktop, the VST3 file to ~/Library/Audio/Plug-ins/VST3/
, and the AU component to ~/Library/Audio/Plug-ins/Components/
.
If you don't want this plugin anymore, first follow the specific instructions for your operating system, and then remove your local repository.
Run Installers\Windows\uninstall.bat
.
This script removes the standalone binary in your Desktop and the VST3 file in the VST3 Location defined above. It also attempts to remove the VST3 folder, but it won't do it, unless the folder is empty.
Run Installers\Linux\uninstall.sh
.
This script removes the standalone binary in your Desktop and the VST3 file in the VST3 Location defined above. It also attempts to remove the VST3 folder, but it won't do it, unless the folder is empty.
Run Installers\MacOSX\uninstall.sh
.
This script removes the standalone binary in your Desktop, the VST3 file in the VST3 Location defined above, and the AU component, whose location is also defined above. It also attempts to remove the VST3 and the Components folders, but it won't do it, unless the folders are empty.