Home
last modified time | relevance | path

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

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dgconfig.h413 bool enableLatencyCorrection; member
H A Dmidi.cpp1792 if(MusEGlobal::config.enableLatencyCorrection && !extsync) in processMidi()
2756 if(MusEGlobal::config.enableLatencyCorrection && !extsync) in processMidiMetronome()
2981 if(MusEGlobal::config.enableLatencyCorrection && !extsync) in processAudioMetronome()
H A Daudio.cpp968 if(MusEGlobal::config.enableLatencyCorrection) in process1()
H A Dconf.cpp1311 MusEGlobal::config.enableLatencyCorrection = xml.parseInt(); in readConfiguration()
1998 xml.intTag(level, "enableLatencyCorrection", MusEGlobal::config.enableLatencyCorrection); in writeGlobalConfiguration()
H A Daudiotrack.cpp1035 return _latencyComp && MusEGlobal::config.enableLatencyCorrection; in useLatencyCorrection()
H A Dlv2host.cpp1030 if(MusEGlobal::config.enableLatencyCorrection && !extsync) in lv2audio_SendTransport()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Dgenset.cpp214 enableLatencyCorrectionButton->setChecked(MusEGlobal::config.enableLatencyCorrection); in updateSettings()
307 MusEGlobal::config.enableLatencyCorrection = enableLatencyCorrectionButton->isChecked(); in apply()