Le live coding, comment faire de la musique et des visuels avec du code.
Write your own custom FoxDot function with Python.
We have already seen how to customize Foxdot with its own samples, synth and fx.
In this tutorial we will focus on creating functions using Python. We will not go back over the basics of this language but rather we will see how to use functions already defined in Foxdot to create others.
>> Quelques liens utils pour commencer
Livecoding:
Audio: - Supercollider : https://supercollider.github.io/ - FoxDot (Python) : https://foxdot.org/ - SonicPi (Ruby) : https://sonic-pi.net/ - Tidal Cycle (Haskel) : https://tidalcycles.org/
- Strudel (TidalCycle in webbrowser) : https://strudel.tidalcycles.org/ - Glicol (rust) : https://glicol.org/ - ORCA (esoteric) : https://github.com/hundredrabbits/Orca
Visuals :
- P5Live (javascript p5js) : https://teddavis.org/p5live/ - hydra (javascript) https://hydra.ojack.xyz/
Audio + Visuals :
web browser : - gibber (javaScript) : https://gibber.cc/ - estuary (collaborative jam) : https://estuary.mcmaster.ca/ - livecodelab: http://livecodelab.net/
- Pure Data (patching) : https://puredata.info/
More :