|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
Transport capability: void setTransport(const TransportInfo&) noexcept. Called on the audio thread, before processBlock, whenever the host supplied transport data for the block (no call means "same as last
block"). This is how tempo-synced delays, LFOs and gates follow the song.
More...
#include <DSParkPlugin.h>
Transport capability: void setTransport(const TransportInfo&) noexcept. Called on the audio thread, before processBlock, whenever the host supplied transport data for the block (no call means "same as last
block"). This is how tempo-synced delays, LFOs and gates follow the song.
Definition at line 366 of file DSParkPlugin.h.