GameOfLife / Unit-Lib

The Unit Library is a system that provides high level abstractions on top of the SuperCollider language.
25 stars 6 forks source link

generative UChains #53

Closed woutersnoei closed 1 year ago

woutersnoei commented 8 years ago

I'm working on a clean way to do pattern-like operations in Unit Lib. The idea is that a special set of UMaps can create new values at each iteration (using a Stream). This functionality I've already made in UPatDef, which is a subclass of UMapDef. The functionality of playback is implemented in UPattern, which basically is a generative UChain. The UPattern generates new events in which it makes normal values of all UPatDef based UMaps that are in the chain, and then plays them. An example of this is in the examples folder. What still needs to be done:

Things that require decisions or perhaps discussion

woutersnoei commented 1 year ago

This has all been done, closing issue