Sieve1:
Filter:
Classes (extension) | UGens > Generators > Stochastic

Sieve1 : UGen : AbstractFunction : Object
ExtensionExtension

Fuzzy sieve based synthesis
Source: SLUGens.sc

//SLUGens released under the GNU GPL as extensions for SuperCollider 3, by Nick Collins, http://composerprogrammer.com/index.html 

Description

Implementation of Xenakis's idea of sieve based synthesis, generalized to use fuzzy (probabilistic) sieves. Sieves are stored in buffers and can be dynamically swapped.

Ariza, Chris 2009 “Sonifying Sieves: Synthesis and Signal Processing Applications of the Xenakis Sieve with Python and Csound.” In Proceedings of the International Computer Music Conference. San Francisco: International Computer Music Association.

Class Methods

Inherited class methods

Undocumented class methods

Sieve1.ar(bufnum, gap: 2, alternate: 1, mul: 1.0, add: 0.0)

Sieve1.kr(bufnum, gap: 2, alternate: 1, mul: 1.0, add: 0.0)

Instance Methods

Inherited instance methods

Examples