From 46831acb835e9a046ee6f280a60b5a2ea7c2118b Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH Date: Mon, 15 Feb 2021 18:43:47 +0100 Subject: [PATCH] chore: README --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..782d548 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# Tidal +> All my tidalcycles code :) + +## Productions + +Most of the finished work lies under `live`, +loosely distributed into subgenres (`ambiant`, `techno`, ...), +context (`boeuf`, `FOSDEM`, ...) or method (`midi/...`) + +For example, you'll find under `live/dnb/automne_electrique.tidal` the code for my track [Automne Électrique](https://soundcloud.com/parvagues/automne-electrique). + +## Studies + +Most of the rest is practice and learning material: +- `sandbox` contains early discovery / hello world patterns +- `blocks` contains various building blocks and reusable patterns +- `copycat` are various attempts at imitating patterns from existing songs +- `study` varied studying material sorted into subfolders + +For example, check out `study/nova/chill_funk_new_disco.tidal` for a Tidal adaptation of [PV Nova's Chill Funk New Disco tutorial](https://www.youtube.com/watch?v=EE-6l6g7YtA) + +## Meta + +Finally, you can find around some byproducts of all this work: +- `tools` utils blocks to [un]mute or [un]solo one or all tracks +- `output` some metadata on released recordings +- `utils` importable utils, still TODO +- `releases` some metadata on released recordings -- libgit2 0.27.0