deft/journal/2020/2020-05-16.org

62 lines
1.3 KiB
Org Mode
Raw Normal View History

2020-05-17 22:38:40 +00:00
#+Title: Journal (2020-05-16 - ∆y=43.20 (15777))
#+Author: Yann Esposito
#+Date: [2020-05-16]
#+STARTUP: showeverything
2020-06-12 22:49:31 +00:00
- tags :: [[file:../20200428100933-journal.org][journal]] [[file:2020-05-15--06-12-22Z--tidal.org][tidal]]
2020-05-17 22:38:40 +00:00
* Resumé Journée
| sommeil | 3/5 | horrible -> comme un bébé |
| activité φ | 2/5 | au lit -> activité sportive |
| nourriture | 3/5 | malbouffe -> saine |
| humeur | 3/5 | exécrable -> excellente |
| interêt | 4/5 | habituel -> exceptionel |
- Faits positifs
- apprentissage de tidalcycles
- Faits marquants
- Résumé des discussions intéressantes
- Réflexions/Éssais
* 2020-05-16 Saturday
:PROPERTIES:
:CREATED: 20200516
:END:
** 14:15
[[file:2020-05-15--06-12-22Z--tidal.org][tidal]]
J'ai joué avec tidalcycles.
Assez sympa je suis arrivé à ça:
#+begin_src haskell
setcps (120/60/4)
hush
d1
$ fast 4 (sound "bd")
# speed 0.7
# freq 320
# overgain 0.4
# room 0.9
# orbit 0
d2 $ sound "[~ ho]*4"
# resonance 0.5
# gain 0.7
# orbit 1
-- not necessarily
d3 $ sound "~ ~ ~ [bd bd]"
# shape 0.7
# crush 4
# overgain 0.7
d4 $ s "[~ arpy] [~ arpy] [~ arpy] [~ [arpy arpy]]"
# note "c2 c3 c3 [~ [f4 c3]]"
# crush 3
# room 0.9
# gain 0.89
#+end_src