You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
299 B
Python
8 lines
299 B
Python
// adds an instance method to the Buffer class
|
|
+ Buffer {
|
|
fdNMF { arg dstBuf, repetitions = 0;
|
|
if(bufnum.isNil) { Error("Cannot call % on a % that has been freed".format(thisMethod.name, this.class.name)).throw };
|
|
server.listSendMsg([\b_gen, dstBuf.bufnum, "BufNMF", bufnum, repetitions])
|
|
}
|
|
}
|