Granular Effects in Supercollider
- Install Supercollider
- Install sc3-plugins
- Download sc3-plugins-3.11.1-macOS-signed.zip and unzip.
- Move the contents of the unzipped
SC3pluginsdirectory to"$HOME/Library/Application Support/SuperCollider/Extensions"
Install granularFX as an extension
Perform this step once everytime granularFXClasses.sc is updated.
- Open
setup.scdin Supercollider and execute following commands from the menuLanguage -> Evaluate File(or Command-Return⌘ ↩)Language -> Recompile Class Library(or Shift-Command-L⇧ ⌘ L)
- Open
granularFX.scdin Supercollider and execute following commands from the menuLanguage -> Evaluate File(or Command-Return⌘ ↩)
- Select suitable Input and Output Devices
- Turn on granulators and adjust the dry/wet mix
⌘ .to exit
- Supercollider complains that "Mismatched sample rates are not supported" and refuses to boot up
- This may be the case if one of the available input audio devices does not support the same sample rate as the default output device.
- To circumvent this, before running
granularFX.scdplease specify the in/out devices you intend to use inLine 15 & 16. Here's an example,
var inDevice = "BlackHole 16ch"; var outDevice = "Built-in Output";- The input and output devices specified above should operate on same sample rates. You can check
Audio MIDI Setupto verify this.
