MCPcopy Create free account
hub / github.com/apohl79/audiogridder / setAndLogError

Method setAndLogError

Server/Source/ProcessorClient.hpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected