1.4 KiB
1.4 KiB
Dependencies
BuboQuark is assuming that you have a standard installation of SuperCollider ready:
- SuperCollider: the main software, available on most platforms, including niche ones like Raspberry Pi, and other tiny computers. Pick the latest version, always.
- sc3-plugins: official plugin collection for SuperCollider including many audio effects and useful synthesis objects. They are often considered standard and are available on most platforms.
BuboQuark also uses the following external libraries / plugins:
- mi-Ugens: a collection of UGens taken from the open-source code of Mutable Instruments Eurorack modules. This is basically free ear candy.
- Ported Plugins: another collection of UGens compiled by Mads Kjeldgaard. It includes new objects taken from other libraries or DSP research papers.
Everything else will be automatically installed by the Quarks system. Let's install it now by running this command in the IDE:
Quarks.install("https://github.com/bubobubobubobubo/Buboquark");
Press Ctrl/Cmd+Enter to evaluate that line and the installation will promptly
start. When the install process is over, you will have to recompile the library by
pressing Ctrl/Cmd+Shift+L. That's it, you are ready to go!