Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DamRsn/NeuralNote
/ setCurrentProgram
Method
setCurrentProgram
NeuralNote/PluginSources/ProcessorBase.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void ProcessorBase::setCurrentProgram(int index)
64
{
65
juce::ignoreUnused(index);
66
}
67
68
const juce::String ProcessorBase::getProgramName(int index)
69
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected