Visualise Tidal events
Visualise events with tidal-vis
tidal-vis
is a tool made by Alex McLean to visualise Tidal patterns. This package allows several things:
- OSC messages sent to SuperCollider to be dynamically rendered in realtime with a separate window. Demo of realtime visualisation.
- Colour patterns to be rendered as PDF or SVG files. See Examples.hs in the GitHub repository for more help.
- Colour patterns to be rendered to be rendered dynamicly in separate window. See CycleAnimation.hs for more. Demo.
-
Comment out any existing lines in
BootTidal.hs
that begin withtidal <- startTidal
. -
Add the following lines to
BootTidal.hs
:
- Install
tidal-vis
and run:
- Evaluate your Tidal code.
To learn more about tidal-vis
, head to the GitHub
repository of the project.
Visualise the Tidal clock
You can use SuperCollider GUI libraries to create a small window showing the current state of the Tidal clock. pulu
scripted the following solution:
After evaluating this script (in your BootTidal.hs
or after booting SuperDirt), play the following pattern:
The Didactic Pattern Visualiser
For a different approach to visualizing Tidal patterns, see the Didactic Pattern Visualizer by Iván Abreu. Also see the blog post on it by HighHarmonics
with examples and code: Tidal Visualization with Didactic Pattern Visualizer.