We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147bf4f commit d0c02a9Copy full SHA for d0c02a9
1 file changed
Main.cpp
@@ -152,6 +152,7 @@ class Synth : public sf::SoundStream {
152
play_py = 0.0;
153
154
initialize(2, sample_rate);
155
+ setLoop(true);
156
}
157
158
void SetPoint(double x, double y) {
0 commit comments