mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
fix errors in README.md
This commit is contained in:
parent
d741b4d17a
commit
f01d51f76a
@ -54,8 +54,8 @@ const pattern = sequence([
|
||||
```javascript
|
||||
// Use button values to control amplitude
|
||||
$: sequence([
|
||||
note("bd").gain(pad.X), // X button controls gain
|
||||
note("[hh oh]").gain(pad.tglY), // Y button toggles gain
|
||||
s("bd").gain(pad.X), // X button controls gain
|
||||
s("[hh oh]").gain(pad.tglY), // Y button toggles gain
|
||||
]);
|
||||
|
||||
// Use analog stick for continuous control
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user