fix formatting
This commit is contained in:
parent
0792ef7288
commit
14ab6c5960
1 changed files with 5 additions and 3 deletions
|
|
@ -474,9 +474,11 @@ export const jemblung = `() => {
|
||||||
// melody
|
// melody
|
||||||
"12 11*3 12 ~".len(0.005)
|
"12 11*3 12 ~".len(0.005)
|
||||||
)
|
)
|
||||||
.add("<0 1>").mul(5/5).round().tune("jemblung2").tone(s),
|
.add("<0 1>")
|
||||||
//.add("<0 1>").mul(22/5).round().xen("22edo").tone(s),
|
.tune("jemblung2")
|
||||||
//.add("<0 1>").mul(12/5).round().xen("12edo").tone(s),
|
//.mul(22/5).round().xen("22edo")
|
||||||
|
//.mul(12/5).round().xen("12edo")
|
||||||
|
.tone(s),
|
||||||
// kick
|
// kick
|
||||||
"[c2 ~]*2".len(0.05).tone(membrane().chain(out())),
|
"[c2 ~]*2".len(0.05).tone(membrane().chain(out())),
|
||||||
// snare
|
// snare
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue