Skip to content

Commit

Permalink
Fix bridge build
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Oct 22, 2022
1 parent 155da91 commit b27f20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/backend/plugin/CarlaPluginCLAP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2415,7 +2415,7 @@ class CarlaPluginCLAP : public CarlaPlugin,
#ifndef BUILD_BRIDGE_ALTERNATIVE_ARCH
fOutputAudioBuffers.buffers[i].data32 = fAudioOutBuffers + fOutputAudioBuffers.extra[i].offset;
#else
fOutputAudioBuffers.buffers[i].data32 = audioOut + fOutputAudioBuffers.buffers[i].offset;
fOutputAudioBuffers.buffers[i].data32 = audioOut + fOutputAudioBuffers.extra[i].offset;
#endif
}

Expand Down

0 comments on commit b27f20c

Please sign in to comment.