Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HackerPoet/FractalSoundExplorer
/ SetPoint
Method
SetPoint
Main.cpp:153–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
void SetPoint(double x, double y) {
154
play_nx = x;
155
play_ny = y;
156
audio_reset = true;
157
audio_pause = false;
158
}
159
160
virtual bool onGetData(Chunk& data) override {
161
//Setup the chunk info
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected