Home
last modified time | relevance | path

Searched refs:allFxSendsOfSamplerChannel (Results 1 – 3 of 3) sorted by relevance

/dports/audio/qsampler/qsampler-qsampler_0_9_4/src/
H A DqsamplerFxSend.h74 static QList<int> allFxSendsOfSamplerChannel(int samplerChannelID);
H A DqsamplerFxSendsModel.cpp179 const QList<int>& sends = FxSend::allFxSendsOfSamplerChannel(m_iChannelID); in cleanRefresh()
H A DqsamplerFxSend.cpp262 QList<int> FxSend::allFxSendsOfSamplerChannel(int samplerChannelID) { in allFxSendsOfSamplerChannel() function in QSampler::FxSend