Skip to content

Commit

Permalink
AU: Fix missing time position in some hosts
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Dec 13, 2024
1 parent 64a99a7 commit 8c2a565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrho/src/DistrhoPluginAU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ class PluginAU
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;
Expand Down

0 comments on commit 8c2a565

Please sign in to comment.