Browse Source

AU: Fix missing time position in some hosts

Signed-off-by: falkTX <falktx@falktx.com>
pull/480/head
falkTX 4 months ago
parent
commit
8c2a565e95
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/src/DistrhoPluginAU.cpp

+ 1
- 1
distrho/src/DistrhoPluginAU.cpp View File

@@ -651,7 +651,7 @@ public:
DISTRHO_SAFE_ASSERT_UINT_RETURN(inElement == 0, inElement, kAudioUnitErr_InvalidElement);
#if DISTRHO_PLUGIN_WANT_TIMEPOS
outDataSize = sizeof(HostCallbackInfo);
outWritable = false;
outWritable = true;
return noErr;
#else
return kAudioUnitErr_InvalidProperty;


Loading…
Cancel
Save