19 lines
528 B
Markdown
19 lines
528 B
Markdown
# tidal-vis
|
||
|
||
Tidal is a domain specific language for live coding pattern. This package allows colour patterns to be rendered as PDF or SVG files. http://tidalcycles.org
|
||
|
||
## Example
|
||
|
||
```
|
||
density 16 $ every 2 rev $ every 3 (superimpose (iter 4)) $ rev "[black blue darkblue, grey lightblue]"
|
||
```
|
||

|
||
|
||
## Tutorial
|
||
|
||
[`tidal-vis` installation tutorial](http://blog.kindohm.com/2016/09/02/tidal-vis) by [Kindohm](http://github.com/kindohm)
|
||
|
||
## Hackage
|
||
|
||
https://hackage.haskell.org/package/tidal-vis
|