https://github.com/qguv/morecycles
new functions for TidalCycles pattern manipulation
https://github.com/qguv/morecycles
algorave creative-coding generative-music haskell music tidalcycles
Last synced: 7 months ago
JSON representation
new functions for TidalCycles pattern manipulation
- Host: GitHub
- URL: https://github.com/qguv/morecycles
- Owner: qguv
- Created: 2025-03-11T11:08:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T19:42:56.000Z (7 months ago)
- Last Synced: 2025-03-17T19:43:30.503Z (7 months ago)
- Topics: algorave, creative-coding, generative-music, haskell, music, tidalcycles
- Language: Haskell
- Homepage:
- Size: 264 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# morecycles
new functions for TidalCycles pattern manipulation
## Installing
For an easy pure Haskell installation, you can run `stack build`. With `stack ghci i.hs` you can start the REPL to test your patterns outside of TidalCycles.
With `stack test` you can run some of the automatic tests we have for the jumble function.If you want the full experience with sound, you will have to go through the TidalCycles installation process (not for the faint of heart):
Windows: https://tidalcycles.org/docs/getting-started/windows_install/
MacOS: https://tidalcycles.org/docs/getting-started/macos_install
Linux: https://tidalcycles.org/docs/getting-started/linux_installThis will allow you to hear our lovely patterns.
## contributing
please work on separate branches, we'll merge them together at the end
## documentation
see [morecycles.pdf](morecycles.pdf)