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

Method getLatencySamples

Server/Source/ProcessorClient.cpp:622–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620int ProcessorClient::getTotalNumOutputChannels() { return m_numOutputChannels; }
621
622int ProcessorClient::getLatencySamples() { return m_latency; }
623
624template <typename T>
625void ProcessorClient::processBlockInternal(AudioBuffer<T>& buffer, MidiBuffer& midiMessages) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected