Home
last modified time | relevance | path

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

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Daudiotrack.cpp460 delete _efxPipe; in internal_assign()
461 _efxPipe = new Pipeline(*(at._efxPipe), this); // Make copies of the plugins. in internal_assign()
606 delete _efxPipe; in ~AudioTrack()
663 if(_efxPipe) in deleteAllEfxGuis()
673 if(_efxPipe) in clearEfxList()
675 (*_efxPipe)[i] = 0; in clearEfxList()
1044 if(!_efxPipe) in selfLatencyAudio()
1363 if(_efxPipe) in getWorstPluginLatencyAudio()
1945 for (ciPluginI ip = _efxPipe->begin(); ip != _efxPipe->end(); ++ip) { in writeProperties()
2127 (*_efxPipe)[i] = 0; in mapRackPluginsToControllers()
[all …]
H A Dnode.cpp1031 _efxPipe->apply(pos, 0, nframes, 0); // Just process controls only, not audio (do not 'run'). in copyData()
1076 _efxPipe->apply(pos, trackChans, nframes, buffer); in copyData()
2271 if (_efxPipe) in setChannels()
2272 _efxPipe->setChannels(_channels); in setChannels()
H A Dtrack.h660 Pipeline* _efxPipe; variable
759 Pipeline* efxPipe() { return _efxPipe; } in efxPipe()
H A Dsynth.cpp1340 if(_efxPipe) in getWorstPluginLatencyAudio()
1341 worst_lat += _efxPipe->latency(); in getWorstPluginLatencyAudio()