tidal
This commit is contained in:
parent
a408b0e1af
commit
20543f47bf
1 changed files with 56 additions and 0 deletions
56
tidal.md
Normal file
56
tidal.md
Normal file
|
@ -0,0 +1,56 @@
|
|||
#Appunti su Tidal Cycles (and a little bit of Supercollider)
|
||||
|
||||
|
||||
##Cose da fare preliminarmente in Supercollider (aka SC)
|
||||
|
||||
Quarks.checkForUpdates({Quarks.install("SuperDirt", "v1.7.2"); thisProcess.recompile()
|
||||
|
||||
Server.default.boot;
|
||||
|
||||
s.quit
|
||||
|
||||
s.options.memSize = 264000
|
||||
|
||||
s.options.memSize
|
||||
SuperDirt.start
|
||||
SuperDirt.stop
|
||||
|
||||
|
||||
foldEvery
|
||||
struct -- serve per abilitare la notazione di pattern convenzionale con trigger 1/0
|
||||
stack -- serve per raggruppare più pattern
|
||||
g -- as mute
|
||||
ccv -- midi value
|
||||
ccn -- midi parameter
|
||||
|
||||
|
||||
{} -- polymeter (https://music.stackexchange.com/questions/10488/polymeter-vs-polyrhythm)
|
||||
|
||||
|
||||
## Quick commands reference
|
||||
https://gist.github.com/mxactvtd/bf3fb357a419c7f063b98dfd9a66cf78#file-tidalcyclesquickreferencestub-tidal
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue