MCPcopy Create free account
hub / github.com/Torsion-Audio/Scyclone / changeProgramName

Method changeProgramName

source/PluginProcessor.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void AudioPluginAudioProcessor::changeProgramName(int index, const juce::String &newName)
137{
138 juce::ignoreUnused(index, newName);
139}
140
141//==============================================================================
142void AudioPluginAudioProcessor::prepareToPlay(double sampleRate, int samplesPerBlock)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected