sc-modeledmodules
Modeled Modules
A selection of analog synthesizer modules modeled as SuperCollider UGens.
Installing
Download the latest release for your platform, and extract the folder into your SuperCollider extensions directory.
Building
Dependencies: - CMake >= 3.5 - SuperCollider source code
Clone the project:
git clone https://github.com/intothebeans/sc-modeledmodules
cd sc-modeledmodules
mkdir build
cd build
Then, use CMake to configure and build it:
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release
cmake --build . --config Release --target install
You may want to manually specify the install location in the first step to point it at your
SuperCollider extensions directory: add the option -DCMAKE_INSTALL_PREFIX=/path/to/extensions
.
It's expected that the SuperCollider repo is cloned at ../supercollider
relative to this repo. If
it's not: add the option -DSC_PATH=/path/to/sc/source
.
Developing
Use the command in regenerate
to update CMakeLists.txt when you add or remove files from the
project. You don't need to run it if you only change the contents of existing files. You may need to
edit the command if you add, remove, or rename plugins, to match the new plugin paths. Run the
script with --help
to see all available options.
63c53ce260ad3cf329e0dde448b75798d2945211
25500ca4aee8685c9ecbee5e766298d16913966c
78fc4e6e6fdfdd3ead3200ba94312d3a209ef359
8aaecd992af3ec47ff5151b0be48dac19d99d1f4
Repository
URL
https://github.com/intothebeans/sc-modeledmodules
Since
2024-01-29
Last update
2024-04-19
Current version
v1.0.1