Files
BuboQuark/Classes/BuboString.sc
2023-12-28 13:27:43 +01:00

12 lines
176 B
Python

+ String {
/*
* Interface with Bank.sc to return a sample faster
*/
sp {
arg sampleNumber = 0, repeats=inf;
^Pindex(Bank(this), sampleNumber, repeats);
}
}