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
Spelling fixes.
tags/2021-05-28
jules
10 years ago
parent
d3f76766db
commit
355f022f6b
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/AudioAppExample/Source/MainComponent.cpp
+1
-1
examples/BouncingBallWavetableDemo/Source/MainComponent.cpp
+ 1
- 1
examples/AudioAppExample/Source/MainComponent.cpp
View File
@@ -70,7 +70,7 @@ public:
void releaseResources() override
{
// This gets automatically called when audio device paramters change
// This gets automatically called when audio device param
e
ters change
// or device is restarted.
}
+ 1
- 1
examples/BouncingBallWavetableDemo/Source/MainComponent.cpp
View File
@@ -77,7 +77,7 @@ public:
void releaseResources() override
{
// This gets automatically called when audio device paramters change
// This gets automatically called when audio device param
e
ters change
// or device is restarted.
stopTimer();
}
Write
Preview
Loading…
Cancel
Save