MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / changeProgramName

Method changeProgramName

NeuralNote/PluginSources/ProcessorBase.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void ProcessorBase::changeProgramName(int index, const juce::String& newName)
75{
76 juce::ignoreUnused(index, newName);
77}
78
79void ProcessorBase::releaseResources()
80{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected