(v13) PluginLibSelect


This page applies to Harlequin v13.1r0 and later; and to Harlequin MultiRIP but not Harlequin Core


PluginLibSelect Function

.

    void PluginLibSelect(
      struct pluginLibGlobals *g ,
      devLibSelectParam param
      );

This function is called by the plugin directly whenever the D_LIB_SELECT call is made. The first parameter is the value returned from PluginLibInitialise , InputPluginLibInitialise or GenericPluginLibInitialise and the second parameter is the second parameter to D_LIB_SELECT .

The fields of the devLibSelectParam structure are only relevant to the plugin library so are not listed here: the parameter should just be passed straight through.