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
Minor update to the bouncing ball demo to increase the frame rate.
tags/2021-05-28
jules
10 years ago
parent
60ccdf8bf2
commit
6cee485a0a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/BouncingBallWavetableDemo/Source/MainComponent.cpp
+ 1
- 1
examples/BouncingBallWavetableDemo/Source/MainComponent.cpp
View File
@@ -33,7 +33,7 @@ public:
// specify the number of input and output channels that we want to open
setAudioChannels (2, 2);
startTimer
(5
0);
startTimer
Hz (6
0);
}
~MainContentComponent()
Write
Preview
Loading…
Cancel
Save