From fb9a251f1524d0e76bde71d241b92fa863f783c3 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 26 Jan 2021 08:28:54 +0000 Subject: [PATCH] more changes --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 254eb0342..8bd6c47df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,15 @@ * `getnow` helper function back in BootTidal.hs (returns current cycle) @bgold-cosmos * Developments towards tidal api, @yaxu et al * `coarse` parameter is now floating point @lwlsn - * `irand` parameter now patternable @ndr_brt - * `note` now produces its own type to avoid conflicts between parsing note names and duration shorthands @ndr_brt + * `irand` parameter now patternable @ndr-brt + * `note` now produces its own type to avoid conflicts between parsing note names and duration shorthands @ndr-brt * Numerous tidal-parse improvements and additions @dktr0 et al * `grain` function for combining begin and end (in terms of begin and duration) @khoparzi * Added missing pB and pR functions @thgrund * Emacs plugin bugfixes @jwaldmann - * `binaryN` parameters now fully patternable @ndr_brt + * `binaryN` parameters now fully patternable @ndr-brt * `press` and `pressBy` functions for syncopation @yaxu - * `bite`'s first parameter is now patternable @ndr_brt + * `bite`'s first parameter is now patternable @ndr-brt * Most SuperDirt control/effect parameters can now be modified while a sound is playing, using 'bus' functions. @telefon + @yaxu * Sound.Tidal.Params is now generated by a script in bin/generate-params.hs @yaxu * `qtrigger` is now an alias for `ctrigger`, which now quantises to the _next_ cycle (via ceiling) @thgund / @yaxu