Home
last modified time | relevance | path

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

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/
H A DSurgeStorage.h1112 std::atomic<bool> oddsound_mts_active; variable
1127 (oddsound_mts_client && oddsound_mts_active) || // MTS in command in tuningTableIs12TET()
H A DSurgeStorage.cpp605 oddsound_mts_active = false; in SurgeStorage()
1956 oddsound_mts_active = MTS_HasMaster(oddsound_mts_client); in initialize_oddsound()
1967 oddsound_mts_active = false; in deinitialize_oddsound()
H A DSurgeSynthesizer.cpp369 if (storage.oddsound_mts_client && storage.oddsound_mts_active) in playNote()
3344 bool prior = storage.oddsound_mts_active;
3345 storage.oddsound_mts_active = MTS_HasMaster(storage.oddsound_mts_client);
3346 if (prior != storage.oddsound_mts_active)
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/dsp/
H A DTwistOscillator.cpp264 !(storage->oddsound_mts_client && storage->oddsound_mts_active) && in tuningAwarePitch()
H A DSurgeVoice.cpp50 if (storage->oddsound_mts_client && storage->oddsound_mts_active) in getPitch()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/gui/
H A DSurgeGUIEditor.cpp658 synth->storage.oddsound_mts_client && synth->storage.oddsound_mts_active; in idle()
1557 auto hasmts = synth->storage.oddsound_mts_client && synth->storage.oddsound_mts_active; in openOrRecreateEditor()
5542 bool hasmts = synth->storage.oddsound_mts_client && synth->storage.oddsound_mts_active; in toggleTuning()
6275 if (this->synth->storage.oddsound_mts_active && this->synth->storage.oddsound_mts_client) in makeTuningMenu()
6281 this->synth->storage.oddsound_mts_active = false; in makeTuningMenu()