MCPcopy Create free account
hub / github.com/GuitarML/NeuralPi / getName

Method getName

Source/PluginProcessor.cpp:65–68  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

63
64//==============================================================================
65const String NeuralPiAudioProcessor::getName() const
66{
67 return JucePlugin_Name;
68}
69
70bool NeuralPiAudioProcessor::acceptsMidi() const
71{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected