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