Searched defs:destinationR (Results 1 – 5 of 5) sorted by relevance
162 float* destinationR = (numberOfChannels < 2) ? 0 : bus->channel(1)->data(); in provideInput() local293 float* destinationR = numberOfChannels == 2 ? destinationBus->channel(1)->data() : 0; in readFromBuffer() local312 …GrainEnvelope(float* sourceL, float* sourceR, float* destinationL, float* destinationR, size_t fra… in readFromBufferWithGrainEnvelope()
172 float* destinationR = outputBus->channel(1)->data(); in process() local
65 float* destinationR = outputBus->channelByType(AudioBus::ChannelRight)->data(); in pan() local
157 float* destinationR = outputBus->channelByType(AudioBus::ChannelRight)->data(); in pan() local
256 float* destinationR = numberOfDestinationChannels > 1 ? channelByType(ChannelRight)->data() : 0; in processWithGainFromMonoStereo() local