Files
BuboQuark/Classes/BuboString.sc

7 lines
111 B
Python

+ String {
sp {
arg sampleNumber = 0, repeats=inf;
^Pindex(Bank(this), sampleNumber, repeats);
}
}