RTcmix

INTERFACE design -- the main object for accessing RTcmix functions within another application

The RTcmix object is used to 'imbed' RTcmix within another application. Although it is possible to use the RTcmix TCP/IP socket to connect RTcmix with other applications and programming environments, the RTcmix object allows you to build a very direct connection, with direct access to RTcmix execution and control.

The RTcmix object encapsulates virtually all of RTcmix, including the scheduler. It replaces the default Minc or user-specified perl or python interfaces that are used with RTcmix as a standalone application (please see the tutorials on using these different interfaces with RTcmix).

All of the RTcmix scorefile commands and instruments can be called and accessed through the RTcmix::cmd() and RTcmix::cmdval() methods (see below).



Constructors


Access Methods



Examples