Home
last modified time | relevance | path

Searched refs:postponeParameterChangeRtEvent (Results 1 – 5 of 5) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/backend/plugin/
H A DCarlaPlugin.cpp1561 pData->postponeParameterChangeRtEvent(sendCallbackLater, PARAMETER_DRYWET, fixedValue); in setDryWetRT()
1574 pData->postponeParameterChangeRtEvent(sendCallbackLater, PARAMETER_VOLUME, fixedValue); in setVolumeRT()
1587 pData->postponeParameterChangeRtEvent(sendCallbackLater, PARAMETER_BALANCE_LEFT, fixedValue); in setBalanceLeftRT()
1600 pData->postponeParameterChangeRtEvent(sendCallbackLater, PARAMETER_BALANCE_RIGHT, fixedValue); in setBalanceRightRT()
1613 pData->postponeParameterChangeRtEvent(sendCallbackLater, PARAMETER_PANNING, fixedValue); in setPanningRT()
1672 …pData->postponeParameterChangeRtEvent(sendCallbackLater, static_cast<int32_t>(parameterId), value); in setParameterValueRT()
H A DCarlaPluginInternal.hpp415 … void postponeParameterChangeRtEvent(bool sendCallbackLater, int32_t index, float value) noexcept;
H A DCarlaPluginVST2.cpp2032 pData->postponeParameterChangeRtEvent(true, index, fixedValue); in handleAudioMasterCallback()
2038 pData->postponeParameterChangeRtEvent(true, index, fixedValue); in handleAudioMasterCallback()
2044 pData->postponeParameterChangeRtEvent(true, index, fixedValue); in handleAudioMasterCallback()
H A DCarlaPluginInternal.cpp881 void CarlaPlugin::ProtectedData::postponeParameterChangeRtEvent(const bool sendCallbackLater, in postponeParameterChangeRtEvent() function in CarlaPlugin::ProtectedData
H A DCarlaPluginLV2.cpp3723 … pData->postponeParameterChangeRtEvent(true, static_cast<int32_t>(k), fParamBuffers[k]); in process()
4513 … pData->postponeParameterChangeRtEvent(true, static_cast<int32_t>(k), fParamBuffers[k]); in processSingle()
4780 pData->postponeParameterChangeRtEvent(true, static_cast<int32_t>(k), fParamBuffers[k]); in sampleRateChanged()
4794 … pData->postponeParameterChangeRtEvent(true, static_cast<int32_t>(k), fParamBuffers[k]); in offlineModeChanged()