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