The Coprocessor can be used in RTG configuration that use multiple VSTs. Each VST can have a Coprocessor or just a subset. The Coprocessor to VST correlation is established during initialization.

  • Create Coprocessor VI—When using the Create Coprocessor VI method of initialization, you must supply an array of Coprocessor names that are aligned with the instrument names array provided to the RTG initialize function. If an RTG VST in the list does not have a Coprocessor, use an empty string for its array entry.
  • Initialize VI—When calling the initialize function directly, only call it for Coprocessors that are present. For each call, use the device index parameter to specify the Coprocessor to which the RTG is connected. This device index number corresponds to the RTG VST’s index in the instrument names array provided to the RTG initialize function.