< previous page ] [back] [back to #library listing]


transpose(phrase,amount)
Transposes the phrase by the specified amount.


trrackpatch(ch,bank,prog)
Return sysex that changes a parts bank/program. Assumes that the 16 parts are assigned to channels 1-16. ch is 1-based bank is 0-based prog is 0-based


ungrabmouse(w)
This is the complement to grabmouse(), releasing the mouse so that mouse events are distributed normally. The w (window) argument should be the same as that passed to grabmouse().


ungrabmousefifo(fifo)
This is the complement to grabmouse(), releasing the mouse so that mouse events are distributed normally. The fifo argument should be the fifo that was created and returned by grabmouse().


virusbunpatch(p)
If p is a patch change message, return its name. Return "" if it's not a patch message.


warrange(args)
This is used to let you interactively rearrange windows.


wconsole(window)
This tool is a console window, allowing interaction with the interactive command interpreter.


wdelete()
This utility lets you point to and delete an object.


wgroup()
Create a phrase group for multi-track editing.


wpack(args)
This is used to let you interactively pack windows.


wsmmgroup()
Create a phrase group for multi-track editing.


xystr(xyarray)
This function is used when you want to print(the value of an xyarray. It returns a string version of the specified xyarray. For example, xystr(xy(0,0,4,4)) would equal "0,0,4,4". It works for 2-element xyarrays (i.e. with subscripts "x" and "y") as well as 4-element xyarrays ("x0", "y0", "x1", "y1").



< previous page ] [back] [back to #library listing]