Home
last modified time | relevance | path

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

/dports/audio/qsampler/qsampler-qsampler_0_9_4/src/
H A DqsamplerFxSend.cpp270 int *piSends = ::lscp_list_fxsends(pMainForm->client(), samplerChannelID); in allFxSendsOfSamplerChannel() local
271 if (!piSends) { in allFxSendsOfSamplerChannel()
275 for (int iSend = 0; piSends[iSend] >= 0; ++iSend) in allFxSendsOfSamplerChannel()
276 sends.append(piSends[iSend]); in allFxSendsOfSamplerChannel()