From 9f43276b9f8f34924f15131c72a5df0c28c4f61d Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 8 Dec 2017 11:04:29 -0600 Subject: [PATCH] changes --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e10ded58..d5d0ffb48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ * Added `stripe` which repeats a pattern a given number of times per cycle, with random but contiguous durations. * Added continuous function `cosine` +* Turned more pattern transformation parameters into patterns - spread', striateX, every', inside, outside, swing +* Added experimental datatype for Xenakis sieves +* Correctly parse negative rationals +* Added `breakUp` that finds events that share the same timespan, and spreads them out during that timespan, so for example (breakUp "[bd,sn]") gets turned into the "bd sn" +* Added `fill` which 'fills in' gaps in one pattern with events from another. ## 0.9.4