| 262 | } |
| 263 | |
| 264 | void onRandomize() override { |
| 265 | t_mode = random::u32() % 3; |
| 266 | x_mode = random::u32() % 3; |
| 267 | t_range = random::u32() % 3; |
| 268 | x_range = random::u32() % 3; |
| 269 | } |
| 270 | |
| 271 | void onSampleRateChange() override { |
| 272 | float sampleRate = APP->engine->getSampleRate(); |
nothing calls this directly
no outgoing calls
no test coverage detected