Skip to content

mjsyts/LFSRNoiseUGens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

LFSRNoiseUGens

SuperCollider LFSR noise generator plugin.

Installation

Make sure you have the SC Source (different from the application). If you do not have it, download the zip file from GitHub or in the terminal: git clone https://github.com/supercollider/supercollider

Download the plugin zip file from GitHub or in the terminal: git clone https://github.com/mjsyts/LFSRNoiseUGens

In terminal, from the project root directory:

cd LFSRNoiseUGens
mkdir build
cmake -DCMAKE_BUILD_TYPE=Release -DSC_PATH=<Path to SC Source>
cmake --build . --config Release

Then drag the built files into your Extensions folder and recompile your class library in SC.

About

SuperCollider LFSR noise generator plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published