Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save salvatorecapolupo/bb27e9746a18c6733fce8d8e68b32180 to your computer and use it in GitHub Desktop.

Select an option

Save salvatorecapolupo/bb27e9746a18c6733fce8d8e68b32180 to your computer and use it in GitHub Desktop.
https://strudel.cc guida base
# Guida modulare a Strudel
## Livello 1: First Sounds
Obiettivo: Far suonare qualcosa di semplice e capire la sintassi di base.
```js
// Carica un crate di sample dal repository GitHub
samples('github:eddyflux/crate')
// Imposta la velocità dei cicli (cps = cycles per second)
bpm = 180
setcps(bpm / 60) // CPS = 2
// Esempio semplice: kick drum
s('bd') // seleziona il sample "bd"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment