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

Method getProgramName

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

Source from the content-addressed store, hash-verified

100void GranularSynth::setCurrentProgram(int) {}
101
102const juce::String GranularSynth::getProgramName(int) { return {}; }
103
104void GranularSynth::changeProgramName(int, const juce::String&) {}
105

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected