Home
last modified time | relevance | path

Searched defs:currentWriteIndex (Results 1 – 5 of 5) sorted by relevance

/dports/audio/madronalib/madronalib-1.6-1016-g103895f/source/DSP/
H A DMLDSPBuffer.h71 const auto currentWriteIndex = mWriteIndex.load(std::memory_order_acquire); in clear() local
124 const auto currentWriteIndex = mWriteIndex.load(std::memory_order_acquire); in write() local
151 const auto currentWriteIndex = mWriteIndex.load(std::memory_order_acquire); in write() local
271 size_t currentWriteIndex = mWriteIndex.load(std::memory_order_acquire); in writeWithOverlapAdd() local
/dports/audio/madronalib/madronalib-1.6-1016-g103895f/source/app/
H A DMLQueue.h34 const auto currentWriteIndex = mWriteIndex.load(std::memory_order_relaxed); in push() local
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/source/vst/hosting/
H A Dparameterchanges.cpp266 int32 currentWriteIndex = writeIndex; in getNextChange() local
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/source/vst/hosting/
H A Dparameterchanges.cpp266 int32 currentWriteIndex = writeIndex; in getNextChange() local
/dports/net/opal/opal-3.10.10/include/iax2/
H A Dframe.h286 PINDEX currentWriteIndex; variable