(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| // Example of OSC control of Hydra video synth w/Orca programming language | |
| // by Yancy Way (echophon) | |
| // | |
| // https://github.com/hundredrabbits/Orca | |
| // https://github.com/ojack/hydra | |
| // https://github.com/ojack/hydra-examples | |
| // https://atom.io/packages/atom-hydra | |
| // | |
| // Prerequisites: Orca, Atom, Atom-hydra extension | |
| // |
| ---- TidalCycles QUICK REFERENCE ---- | |
| ---------------------------------------------------------------- | |
| -- To use in your editor after or alongside your code for quick reference | |
| -- Work in progress, mostly to be used as basis for further documnentation work, sorry for the errors and omissions | |
| -- designed with atom - monokai one dark vivid as theme | |
| -- https://gist.github.com/mxactvtd/bf3fb357a419c7f063b98dfd9a66cf78 - check for update, I keep updating this quite often atm | |
| ---------------------------------------------------------------- | |
| -- Some sources of Documentation -- | |
| -- https://tidalcycles.org/patterns.html | |
| -- https://tidalcycles.org/functions.html |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # |