| 61 | } |
| 62 | |
| 63 | NoteOptionsView::~NoteOptionsView() |
| 64 | { |
| 65 | mProcessor.getParams()[static_cast<size_t>(ParameterHelpers::EnableNoteQuantizationId)]->removeListener(this); |
| 66 | } |
| 67 | |
| 68 | void NoteOptionsView::resized() |
| 69 | { |
nothing calls this directly
no outgoing calls
no test coverage detected