MCPcopy Create free account
hub / github.com/Tracktion/choc / BeepGenerator

Method BeepGenerator

examples/audio_beep_player.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41struct BeepGenerator : public choc::audio::io::AudioMIDICallback
42{
43 BeepGenerator() : sineWave()
44 {
45 sineWave.setFrequency (440.0f, 44100.0f);
46 }
47
48 void sampleRateChanged (double newRate) override
49 {

Callers

nothing calls this directly

Calls 1

setFrequencyMethod · 0.45

Tested by

no test coverage detected