Searched refs:oddsound_mts_active (Results 1 – 6 of 6) sorted by relevance
1112 std::atomic<bool> oddsound_mts_active; variable1127 (oddsound_mts_client && oddsound_mts_active) || // MTS in command in tuningTableIs12TET()
605 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()
369 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)
264 !(storage->oddsound_mts_client && storage->oddsound_mts_active) && in tuningAwarePitch()
50 if (storage->oddsound_mts_client && storage->oddsound_mts_active) in getPitch()
658 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()