Home
last modified time | relevance | path

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

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Daudiotrack.cpp2340 const int track_out_channels = totalProcessBuffers(); // totalOutChannels(); in getWorstPortLatencyAudio() local
2341 for(int i = 0; i < track_out_channels; ++i) in getWorstPortLatencyAudio()
2539 const int track_out_channels = totalProcessBuffers(); // totalOutChannels(); in getWorstPortLatencyAudio() local
2540 for(int i = 0; i < track_out_channels; ++i) in getWorstPortLatencyAudio()
2599 …const int track_out_channels = MusECore::MAX_CHANNELS; //totalProcessBuffers(); // totalOutChannel… in applyOutputLatencyComp() local
2600 for(int i = 0; i < track_out_channels; ++i) in applyOutputLatencyComp()