Home
last modified time | relevance | path

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

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Daudiotrack.cpp2238 s._trackChannels._inChannels = s._trackChannels._outChannels = totalProcessBuffers(); in routeCapabilities()
2340 const int track_out_channels = totalProcessBuffers(); // totalOutChannels(); in getWorstPortLatencyAudio()
2415 s._jackChannels._inChannels = totalProcessBuffers(); in routeCapabilities()
2504 _outputLatencyComp->setChannels(totalProcessBuffers()); in setChannels()
2539 const int track_out_channels = totalProcessBuffers(); // totalOutChannels(); in getWorstPortLatencyAudio()
2678 s._jackChannels._outChannels = totalProcessBuffers(); in routeCapabilities()
H A Dnode.cpp817 const int srcTotalOutChans = totalProcessBuffers(); in copyData()
2275 _latencyComp->setChannels(totalProcessBuffers()); in setChannels()
H A Dtrack.h725 virtual int totalProcessBuffers() const { return (channels() == 1) ? 1 : totalOutChannels(); } in totalProcessBuffers() function