This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DISTRHO-Ports
mirror of
https://github.com/DISTRHO/DISTRHO-Ports
Watch
1
Star
0
Fork
0
Code
Releases
5
Activity
Browse Source
Dummy declarations for commonly used classes in DSP code
Signed-off-by: falkTX <falktx@falktx.com>
pull/95/head
falkTX
3 years ago
parent
5749aa9605
commit
a304fdebd1
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
libs/juce-plugin/JucePluginMain.cpp
+ 7
- 0
libs/juce-plugin/JucePluginMain.cpp
View File
@@ -40,3 +40,10 @@
#else
#error Invalid configuration
#endif
#if JUCE_AUDIOPROCESSOR_NO_GUI
// commonly used classes in DSP code
namespace juce {
Colour::Colour(juce::uint32) noexcept {}
}
#endif
Write
Preview
Loading…
Cancel
Save