Comments on: Elastic Tempo Flux https://blog.tidalcycles.org/elastic-tempo-flux/ Tidal news for tidal crew Thu, 02 May 2019 12:51:03 +0000 hourly 1 https://wordpress.org/?v=5.8.4 By: kindohm https://blog.tidalcycles.org/elastic-tempo-flux/#comment-3639 Thu, 02 May 2019 12:51:03 +0000 http://blog.tidalcycles.org/?p=219#comment-3639 In reply to Chris D’Iorio.

Thank you for catching the change from `scale` to `range`! I’ve updated the post.

]]>
By: Chris D'Iorio https://blog.tidalcycles.org/elastic-tempo-flux/#comment-3637 Thu, 02 May 2019 02:48:13 +0000 http://blog.tidalcycles.org/?p=219#comment-3637 Thanks kindohm for all the tutorials — just starting out in this and your stuff is invaluable.

In case you’re a newb like me and come across this tutorial, note that

d1 $ sound “cp*8” # nudge (scale 0 2 $ slow 16 $ sine)

has now become

d1 $ sound “cp*8” # nudge (range 0 2 $ slow 16 $ sine)

As per the docs, prior to version 1.0.0, scale was a range operator. It now interprets note patterns.

]]>