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
Removed a defunct member variable
tags/2021-05-28
jules
Joshua Gerrard
10 years ago
parent
9ff92b8002
commit
226eaa86f3
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_utils/gui/juce_AudioVisualiserComponent.h
+ 0
- 1
modules/juce_audio_utils/gui/juce_AudioVisualiserComponent.h
View File
@@ -123,7 +123,6 @@ private:
OwnedArray<ChannelInfo> channels;
int numSamples, inputSamplesPerBlock;
float interpolation;
Colour backgroundColour, waveformColour;
void timerCallback() override;
Write
Preview
Loading…
Cancel
Save