mise à jour pour performance

This commit is contained in:
2024-05-01 11:16:06 +02:00
parent 26f744c575
commit 775e7efed7
7 changed files with 252 additions and 171 deletions

View File

@ -37,6 +37,16 @@
^this;
}
/* Syntax for sending MIDI messages */
>> {
arg pattern;
pattern = EventShortener.findShortcuts(pattern);
pattern = pattern ++ [type: 'midi'];
this[0] = Pbind(*pattern);
this.quant = 4; this.fadeTime = 0.01;
^this
}
/* Player-like syntax sugar */
=> {
arg pattern;