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.