MCPcopy Create free account
hub / github.com/ZL-Audio/ZLEqualizer / handleAsyncUpdate

Method handleAsyncUpdate

source/zlp/controller.cpp:724–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

722 template void Controller::process<false>(std::array<double*, 2>, std::array<double*, 2>, size_t);
723
724 void Controller::handleAsyncUpdate() {
725 p_ref_.setLatencySamples(correction_latency_.load(std::memory_order::relaxed)
726 + delay_latency_.load(std::memory_order::relaxed));
727 }
728
729 template <typename DynamicFilterArrayType, bool should_check_parallel, bool should_be_parallel>
730 void Controller::processDynamic(DynamicFilterArrayType& dynamic_filters, std::array<double*, 2> main_pointers,

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected