MCPcopy Create free account
hub / github.com/StrangeLoopsAudio/gRainbow / changeProgramName

Method changeProgramName

Source/DSP/GranularSynth.cpp:104–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102const juce::String GranularSynth::getProgramName(int) { return {}; }
103
104void GranularSynth::changeProgramName(int, const juce::String&) {}
105
106void GranularSynth::run() {
107 // Resample the audio buffer for feeding into the pitch detector

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected