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

Method setCurrentProgram

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

Source from the content-addressed store, hash-verified

98int GranularSynth::getCurrentProgram() { return 0; }
99
100void GranularSynth::setCurrentProgram(int) {}
101
102const juce::String GranularSynth::getProgramName(int) { return {}; }
103

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected