Browse Source

Change AudioMidiSyncHelper to be a struct

Signed-off-by: falkTX <falktx@falktx.com>
pull/327/head
falkTX 4 years ago
parent
commit
4d96e1207c
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      distrho/DistrhoPluginUtils.hpp

+ 2
- 2
distrho/DistrhoPluginUtils.hpp View File

@@ -47,8 +47,8 @@ START_NAMESPACE_DISTRHO
2. The class variable names are the same as the default ones in the run function.
Keep that in mind and try to avoid typos. :)
*/
class AudioMidiSyncHelper {
public:
struct AudioMidiSyncHelper
{
/** Parameters from the run function, adjusted for event sync */
float* outputs[DISTRHO_PLUGIN_NUM_OUTPUTS];
uint32_t frames;


Loading…
Cancel
Save