View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide

grouping patterns

Home   How To   Code Pool   Public Library   Theory   Events
Patterns to group patterns, order them and play them on a bus (experimental)


grouping_patterns.zip


Pgpar([ p1, p2, p3, ...]) // keeps a fixed order for the events (by playing them in ordered groups)

Pgtpar([ t1, p1, t2, p2, t3, p3, ...]) // same, but with time offsets

Pbus(pattern, numChannels, rate, fadeTime) // wraps the pattern in a bus.


// the above do not work with Pfin / Pfindur yet, and thus not with Pdef !

changed pattern library that does work in many combinations:


PatternLibrary.zip

This is very experimental still, but as a first test it would be good to hear if it works for you.





Link to this Page