Browse Source

Fixed a warning in the AUv3 wrapper

tags/2021-05-28
hogliux 7 years ago
parent
commit
66443a57e9
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      modules/juce_audio_plugin_client/AU/juce_AUv3_Wrapper.mm

+ 2
- 0
modules/juce_audio_plugin_client/AU/juce_AUv3_Wrapper.mm View File

@@ -1312,6 +1312,8 @@ private:
//==============================================================================
void processEvents (const AURenderEvent *__nullable realtimeEventListHead, int numParams, AUEventSampleTime startTime)
{
ignoreUnused (numParams);
for (const AURenderEvent* event = realtimeEventListHead; event != nullptr; event = event->head.next)
{
switch (event->head.eventType)


Loading…
Cancel
Save