Home
last modified time | relevance | path

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

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/
H A DModulationSource.h66 ms_breath, enumerator
86 ms_breath,
236 ((ms >= ms_breath) && (ms <= ms_latest_key)); in isScenelevel()
H A DSurgeSynthesizer.cpp140 scene.modsources[ms_breath] = new ControllerModulationSource(storage.smoothingMode); in SurgeSynthesizer()
287 delete storage.getPatch().scene[sc].modsources[ms_breath]; in ~SurgeSynthesizer()
1512 ((ControllerModulationSource *)storage.getPatch().scene[sc].modsources[ms_breath]) in channelController()
3254 if (storage.getPatch().scene[s].modsource_doprocess[ms_breath])
3255 storage.getPatch().scene[s].modsources[ms_breath]->process_block();
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/python_bindings/
H A Dsurgepy.cpp397 CMS(ms_breath); in SurgeSynthesizerWithPythonExtensions()
1004 C(ms_breath); in PYBIND11_MODULE()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/dsp/
H A DSurgeVoice.cpp192 modsources[ms_breath] = oscene->modsources[ms_breath]; in SurgeVoice()