Broken state but progress

This commit is contained in:
2024-05-14 00:39:38 +02:00
parent f98a22f3a0
commit 38670a6931
9 changed files with 237 additions and 101 deletions

View File

@ -64,6 +64,9 @@
pattern = EventShortener.process(
pattern, this.key, \buboEvent, 0
);
pattern = EffectChain.process(
pattern, this.key
);
this[0] = Pbind(*pattern);
this.prepareToPlay(this, quant, fade);
^this
@ -94,7 +97,7 @@
pattern, this.key, 'pmono', 0
);
this[0] = Pmono(*pattern);
this.prepareToPlay(this; quant, fade);
this.prepareToPlay(this, quant, fade);
^this
}