This commit is contained in:
Felix Roos 2024-05-31 11:07:56 +02:00
parent 1eef2c2511
commit 1a72b9e526

View file

@ -262,7 +262,7 @@ By the way, inside Mini-Notation, `fast` is `*` and `slow` is `/`.
<MiniRepl client:visible tune={`sound("[bd*4,~ rim ~ cp]*<1 [2 4]>")`} /> <MiniRepl client:visible tune={`sound("[bd*4,~ rim ~ cp]*<1 [2 4]>")`} />
## automation with signals ## modulation with signals
Instead of changing values stepwise, we can also control them with signals: Instead of changing values stepwise, we can also control them with signals:
@ -290,7 +290,7 @@ What happens if you flip the range values?
</Box> </Box>
We can change the automation speed with slow / fast: We can change the modulation speed with slow / fast:
<MiniRepl <MiniRepl
client:visible client:visible
@ -301,7 +301,7 @@ We can change the automation speed with slow / fast:
<Box> <Box>
The whole automation will now take 8 cycles to repeat. The whole modulation will now take 8 cycles to repeat.
</Box> </Box>