cleaning up

This commit is contained in:
2024-05-15 11:59:52 +02:00
parent fa2936404b
commit 5bc1cd641f
4 changed files with 40 additions and 75 deletions

View File

@ -89,10 +89,6 @@
var quant = this.getQuantFromPattern(pattern);
var fade = this.getFadeFromPattern(pattern);
pattern = EventShortener.process(pattern, this.key, 'pmono', 1);
pattern.do({
arg i;
i.postln;
});
this[0] = Pmono(*pattern);
this.prepareToPlay(this, quant, fade);
^this