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

Method ProcessorBase

NeuralNote/PluginSources/ProcessorBase.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace PluginHelpers
4{
5ProcessorBase::ProcessorBase()
6 : juce::AudioProcessor(getDefaultProperties())
7{
8}
9
10ProcessorBase::ProcessorBase(const BusesProperties& ioLayouts)
11 : AudioProcessor(ioLayouts)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected