Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

granularFX

Granular Effects in Supercollider

Demo

GUI

Prerequisites

Install

Install granularFX as an extension

Perform this step once everytime granularFXClasses.sc is updated.

  • Open setup.scd in Supercollider and execute following commands from the menu
    • Language -> Evaluate File (or Command-Return ⌘ ↩)
    • Language -> Recompile Class Library (or Shift-Command-L ⇧ ⌘ L)

Launch GUI

  • Open granularFX.scd in Supercollider and execute following commands from the menu
    • Language -> Evaluate File (or Command-Return ⌘ ↩)

Usage

  • Select suitable Input and Output Devices
  • Turn on granulators and adjust the dry/wet mix
  • ⌘ . to exit

Troubleshooting

  • 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.scd please specify the in/out devices you intend to use in Line 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 Setup to verify this.

More reference material

About

Granular Effects in Supercollider

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages