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

Method TimeQuantizeOptions

NeuralNote/Source/TimeQuantizeOptions.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "PluginProcessor.h"
7
8TimeQuantizeOptions::TimeQuantizeOptions(NeuralNoteAudioProcessor* inProcessor)
9 : mProcessor(inProcessor)
10{
11 mProcessor->addListenerToStateValueTree(this);
12}
13
14TimeQuantizeOptions::~TimeQuantizeOptions()
15{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected