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
Fixed audio effect selector label visibility in DSPModulePluginDemo
v6.1.6
ed
4 years ago
parent
8ce68447bb
commit
ffd2b122e9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/Plugins/DSPModulePluginDemo.h
+ 1
- 1
examples/Plugins/DSPModulePluginDemo.h
View File
@@ -1741,7 +1741,7 @@ private:
//==============================================================================
ComboBox comboEffect;
Label labelEffect { "Audio effect: " };
Label labelEffect {
{},
"Audio effect: " };
struct GetTrackInfo
{
Write
Preview
Loading…
Cancel
Save