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

Method getProgramName

NeuralNote/PluginSources/ProcessorBase.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68const juce::String ProcessorBase::getProgramName(int index)
69{
70 juce::ignoreUnused(index);
71 return {};
72}
73
74void ProcessorBase::changeProgramName(int index, const juce::String& newName)
75{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected