| 118 | bool connectSandbox(); |
| 119 | |
| 120 | void setAndLogError(const String& e) { |
| 121 | m_error = e; |
| 122 | logln(e); |
| 123 | } |
| 124 | |
| 125 | template <typename T> |
| 126 | void processBlockInternal(AudioBuffer<T>& buffer, MidiBuffer& midiMessages); |
nothing calls this directly
no outgoing calls
no test coverage detected