Home
last modified time | relevance | path

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

/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Dsynthcontrol.cpp290 _score->masterScore()->updateExpressive(MuseScore::synthesizer("Fluid"), true, true); in switchExprButtonClicked()
301 _score->masterScore()->updateExpressive(MuseScore::synthesizer("Fluid"), false, true); in switchNonExprButtonClicked()
313 _score->masterScore()->updateExpressive(MuseScore::synthesizer("Fluid")); in resetExprButtonClicked()
H A Dfile.cpp2380 score->updateExpressive(MuseScore::synthesizer("Fluid")); in readScore()
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dscore.h1409 void updateExpressive(Synthesizer* synth);
1410 void updateExpressive(Synthesizer* synth, bool expressive, bool force = false);
H A Dscore.cpp5113 void MasterScore::updateExpressive(Synthesizer* synth) in updateExpressive() function in Ms::MasterScore
5126 updateExpressive(synth, (method != 0)); in updateExpressive()
5130 void MasterScore::updateExpressive(Synthesizer* synth, bool expressive, bool force /* = false */) in updateExpressive() function in Ms::MasterScore
5169 updateExpressive(synth); in rebuildAndUpdateExpressive()