Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GuitarML/NeuralPi
/ getCurrentProgram
Method
getCurrentProgram
Source/PluginProcessor.cpp:108–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
int NeuralPiAudioProcessor::getCurrentProgram()
109
{
110
return 0;
111
}
112
113
void NeuralPiAudioProcessor::setCurrentProgram (int index)
114
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected