Files
BuboQuark/Classes/BuboString.sc
2024-01-05 16:18:18 +01:00

13 lines
145 B
Python

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