Home
last modified time | relevance | path

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

/dports/audio/audacity/audacity-Audacity-3.1.3/src/tracks/ui/
H A DTimeShiftHandle.cpp201 auto otherChannels = TrackList::Channels( &otherTrack ); in CommonMayMigrateTo() local
202 if (myChannels.size() == otherChannels.size()) { in CommonMayMigrateTo()
208 std::distance(otherChannels.first, pOtherList->Find(&otherTrack)); in CommonMayMigrateTo()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_plugin_client/AU/
H A Djuce_AUv3_Wrapper.mm1104 … const int otherChannels = static_cast<int> (otherInterleaved ? other->mBuffers[0].mNumberChannels
1108 && numberOfChannels == otherChannels;