Files
BuboQuark/Classes/EffectChain.sc

10 lines
71 B
Python

EffectChain {
*process {
arg pattern, key;
^pattern
}
}