Skip to content

NorthCoastModularCollective/FractalFilters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FractalFilters

implementations of various chaotic filters in faust.. to be used in everything faust exports to

build instructions (online)

  1. paste code into faust web editor
  2. press play
  3. export into whatever architecture you would like (ex. raspbian pure-data external OR MacOs supercollider external OR windows vst)

build instructions (local)

  1. download and compile faust for your OS.
  2. make sure the faust binary and scripts are added to your path.
  3. run faust FILE_NAME.dsp on any faust file to transpile to cpp code.
  4. run faust2svg FILE_NAME.dsp to render a svg image of the signal flow.
  5. run faust2puredata FILE_NAME.dsp to create a puredata external for your OS.
  6. run faust2supercollider FILE_NAME.dsp to create a supercollider external for your OS.

About

implementations of various chaotic filters in faust.. to be used in everything faust exports to

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published