MCPcopy Create free account
hub / github.com/TheWaveWarden/odin2 / getName

Method getName

Source/PluginProcessorMisc.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include "PluginProcessor.h"
19
20const String OdinAudioProcessor::getName() const {
21 return JucePlugin_Name;
22}
23
24double OdinAudioProcessor::getTailLengthSeconds() const {
25 return 0.0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected