Tidal
Tidal copied to clipboard
add muting with `_` for p and d1-16
An idea that could be interesting for performing:
_d1 _ = d1 silence _d2 _ = d2 silence -- ... etc _p x = p x $ silencewhat if we define underscore functions for each default stream (d1, d2, d3, etc)? this way one could easily silence or "mute" a pattern via adding an underscore and evaluating the same block of code instead of having to write
d1 $ silenceat the bottom and evaluating that
Wondering if this would have to be replicated on the pulsar default BootTidal files and such
Also see https://github.com/tidalcycles/strudel/pull/1059
Thanks, I've just merged #1007 though which means these aliases will need moving to Sound.Tidal.Boot.
That PR will reduce the need to update editor default BootTidal.hs files in the future.
Have you tested this? I'd have thought the functions would need adding to the export list at the top
aghh my bad,, I thought I tested this but I was using my own bootfile still 🤦♂️