Browse Source

Minor update to the bouncing ball demo to increase the frame rate.

tags/2021-05-28
jules 10 years ago
parent
commit
6cee485a0a
1 changed files with 1 additions and 1 deletions
  1. +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 (50);
startTimerHz (60);
}
~MainContentComponent()


Loading…
Cancel
Save