X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fsurfaces%2Fosc%2Fosc.h;h=faa5f79c2e20d0511703b33a3c7ee5d1ad222ff9;hb=5aad9d9a336082844acddc44a051ddb851cd67ec;hp=02002cb828feb3888add4486931edd0276b7329d;hpb=d972fa431ce649352c2173dfe498f7da338eac86;p=ardour.git diff --git a/libs/surfaces/osc/osc.h b/libs/surfaces/osc/osc.h index 02002cb828..faa5f79c2e 100644 --- a/libs/surfaces/osc/osc.h +++ b/libs/surfaces/osc/osc.h @@ -126,6 +126,7 @@ class OSC : public ARDOUR::ControlProtocol, public AbstractUI uint32_t plug_page_size; // plugin page size (number of controls) int plugin_id; // id of current plugin std::vector plug_params; // vector to store ports that are controls + std::vector plugins; // stores allowable plugins with index (work around MB strip PIs) int send_page; // current send page uint32_t send_page_size; // send page size in channels PBD::ScopedConnection proc_connection; // for processor signal monitoring