Releases: tidalcycles/Tidal
Releases · tidalcycles/Tidal
Padley Gorge
- fix representation to handle continuous and analog events properly @yaxu
Hunters bar
- Simplify <* and *>, removing any distinction between analogue and digital patterns
Eccy Road
Chelsea Park
- Useability fixes for
binary
/binaryN
/ascii
@yaxu
Brincliffe Edge
binary
andascii
functions for playing with bit patterns @yaxu- support chord inversions in chord parser @bgold-cosmos
- skip ticks when system clock jumps @yaxu
- fix crash bugs in mini notation parser and grp @yaxu
- new
stitch
function @yaxu |++
,++|
and|++|
for combining patterns of strings by concatenation @yaxu- send best effort of a sound id to dirt / superdirt if
sendParts
is on, allowing parameter adjustment of previously triggered sound (without chopping) @yaxu qtrigger
- quantise trigger to nearest cycle @yaxu- add
setI
,setF
et al to BootTidal.hs for setting state variables @yaxu - BootTidal.hs now sends
d1
..d12
to orbits0
..11
respectively @yaxu - markov chain support with
runMarkov
andmarkovPat
@bgold-cosmos - simplify / fix
mask
andsew
@yaxu - Adjust
<*
and*>
(and therefore|+
,+|
etc) to be closer to<*>
, explanation here: https://penelope.hypotheses.org/1722 @yaxu - extract minitidal into its own package tidal-parse (using cabal multipackages), renaming to Sound.Tidal.Parse @yaxu @dktr0
- benchmarking @nini-faroux
- minitidal refactor, support for parsing more of tidal, tests @dktr0
IICON
🐝⌛️🦋 #2
🐝⌛️🦋
Cros Bríde
* Add `bite` function for slicing patterns (rather than samples)
* Tweak tidal.el to attempt to infer location of default BootTidal.hs
* Skip time (forward or backward) if the reference clock jumps suddenly
* Fix `fit` - @bgold-cosmos
* Remove 'asap'
* Add cB for boolean control input
* `pickF` for choosing between functions with a pattern of integers
* `select` for choosing between list of patterns with a floating point pattern
* `squeeze` for choosing between list of patterns with a pattern of integers, where patterns are squeezed into the integer event duration
* `splice` for choosing between slices of a pattern, where the slices are squeezed into event duration
* Ord and Eq instances for value type @bgold-cosmos
* `trigger` - support for resetting envelopes on evaluation
* Support for rational event values
* Tweak how `*>` and `<*` deal with analog patterns
* Caribiner link bridge support
This machine kills fascists again
- Add exports to Sound.Tidal.Scales for
getScale
andscaleTable