mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
fix errors in README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user