mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-23 03:28:33 +00:00
commit
b01d9f849b
@ -58,7 +58,7 @@ Try adding or removing notes and notice how the tempo changes!
|
|||||||
|
|
||||||
<MiniRepl client:idle tune={`note("c d e f g a b")`} punchcard />
|
<MiniRepl client:idle tune={`note("c d e f g a b")`} punchcard />
|
||||||
|
|
||||||
Note that the overall duration of time does not change, and instead each note length descreases.
|
Note that the overall duration of time does not change, and instead each note length decreases.
|
||||||
This is a key idea, as it illustrates the 'Cycle' in TidalCycles!
|
This is a key idea, as it illustrates the 'Cycle' in TidalCycles!
|
||||||
|
|
||||||
Each space-separated note in this sequence is an _event_.
|
Each space-separated note in this sequence is an _event_.
|
||||||
@ -103,7 +103,7 @@ Contrary to division, a sequence can be sped up by multiplying it by a number us
|
|||||||
|
|
||||||
<MiniRepl client:idle tune={`note("[e5 b4 d5 c5]*2")`} punchcard />
|
<MiniRepl client:idle tune={`note("[e5 b4 d5 c5]*2")`} punchcard />
|
||||||
|
|
||||||
The multiplication by two here means that the sequence will play twice a cycle.
|
The multiplication by two here means that the sequence will play twice per cycle.
|
||||||
|
|
||||||
As with divisions, multiplications can be decimal (`*2.75`):
|
As with divisions, multiplications can be decimal (`*2.75`):
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user