mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 05:38:35 +00:00
commit
0393205eda
@ -9,7 +9,7 @@ import { JsDoc } from '../../docs/JsDoc';
|
|||||||
# Synths
|
# Synths
|
||||||
|
|
||||||
For now, [samples](/learn/samples) are the main way to play with Strudel.
|
For now, [samples](/learn/samples) are the main way to play with Strudel.
|
||||||
In future, more powerful synthesis capabilities will be added.
|
In the future, more powerful synthesis capabilities will be added.
|
||||||
If in the meantime you want to dive deeper into audio synthesis with Tidal, you will need to [install SuperCollider and SuperDirt](https://tidalcycles.org/docs/).
|
If in the meantime you want to dive deeper into audio synthesis with Tidal, you will need to [install SuperCollider and SuperDirt](https://tidalcycles.org/docs/).
|
||||||
|
|
||||||
## Playing synths with `s`
|
## Playing synths with `s`
|
||||||
@ -27,3 +27,5 @@ The power of patterns allows us to sequence any _param_ independently:
|
|||||||
|
|
||||||
Now we not only pattern the notes, but the sound as well!
|
Now we not only pattern the notes, but the sound as well!
|
||||||
`sawtooth` `square` and `triangle` are the basic waveforms available in `s`.
|
`sawtooth` `square` and `triangle` are the basic waveforms available in `s`.
|
||||||
|
|
||||||
|
Next up: [Audio Effects](/learn/effects)...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user