load

load an RTcmix instrument for use

USAGE:
load is an essential command for all RTcmix scorefiles. load is used to load in particular instrument executable-library files (DSOs) for the RTcmix instrument(s) that will be used during the run of the scorefile. One or more load commands usually follows the rtsetparams setup command.

The syntax for load is easy -- it will either take a string with the name of one of the distributued RTcmix instruments stored in the RTcmix-searched DSO library (usually "RTcmix/shlib"), or it can take an absolute or relative pathname string to a "libINSTRUMENT.so" instrument DSO directly (the second method is how a user-developed library would be loaded into RTcmix for use).

Here's an example from the original documentation by Doug Scott for the load scorefile command:





BUGS:
If you load the same DSO more than once in a scorefile, it will really get confused about the symbol-table entries.