new method to sequence samples
This commit is contained in:
@ -1,11 +1,6 @@
|
||||
+ String {
|
||||
|
||||
/*
|
||||
* Interface with Bank.sc to return a sample faster
|
||||
*/
|
||||
sp {
|
||||
arg sampleNumber = 0, repeats=inf;
|
||||
^Pindex(Bank(this), sampleNumber, repeats);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user