| 620 | int ProcessorClient::getTotalNumOutputChannels() { return m_numOutputChannels; } |
| 621 | |
| 622 | int ProcessorClient::getLatencySamples() { return m_latency; } |
| 623 | |
| 624 | template <typename T> |
| 625 | void ProcessorClient::processBlockInternal(AudioBuffer<T>& buffer, MidiBuffer& midiMessages) { |
nothing calls this directly
no outgoing calls
no test coverage detected