This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
AAX: Removed an unused variable
tags/2021-05-28
Tom Poole
7 years ago
parent
6fd3e9cd2f
commit
50ff2c5bc3
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp
+ 0
- 1
modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp
View File
@@ -112,7 +112,6 @@ using namespace juce;
#endif
const int32_t juceChunkType = JucePlugin_AAX_Chunk_Identifier;
const int maxAAXChannels = 8;
//==============================================================================
namespace AAXClasses
Write
Preview
Loading…
Cancel
Save