From: IOhannes m zmölnig (Debian/GNU) Date: Mon, 30 Aug 2021 10:54:42 +0000 (+0200) Subject: Add typedef for Vst2::AudioMasterOpcodesX X-Git-Tag: archive/raspbian/6.1.5_ds0-1+rpi1^2~63 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f7add5ff03eee4bc036e4168edf8cab39e9bb3e4;p=juce.git Add typedef for Vst2::AudioMasterOpcodesX --- diff --git a/debian/extra/juce_audio_processors/format_types/juce_VSTInterface.h b/debian/extra/juce_audio_processors/format_types/juce_VSTInterface.h index f531e638..f2308c6d 100644 --- a/debian/extra/juce_audio_processors/format_types/juce_VSTInterface.h +++ b/debian/extra/juce_audio_processors/format_types/juce_VSTInterface.h @@ -352,6 +352,7 @@ enum VstPlugInToHostOpcodes , audioMasterWillReplaceOrAccumulate = hostOpcodeWillReplace }; +typedef enum VstPlugInToHostOpcodes AudioMasterOpcodesX; //============================================================================== enum VstProcessingSampleType