Skip to content
/ recall Public

Simple plugin made with JUCE that stores a path to an image file and displays it

License

Notifications You must be signed in to change notification settings

fbosio/recall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recall

Simple plugin made with JUCE that stores a path to an image file and displays it.

Install

Just clone or download this repository, and then follow the specific instructions for your operating system.

Windows

Run Installers\Windows\install.bat.

The script copies the standalone binary to your Desktop and the VST3 file to Common Files\VST3.

Linux

Run Installers\Linux\install.sh.

The script copies the standalone binary to your Desktop and the VST3 file to ~/.vst3.

Mac OSX

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/.

Uninstall

If you don't want this plugin anymore, first follow the specific instructions for your operating system, and then remove your local repository.

Windows

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.

Linux

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.

Mac OSX

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.

References

About

Simple plugin made with JUCE that stores a path to an image file and displays it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published