Home
last modified time | relevance | path

Searched refs:getNeedsSaving (Results 1 – 2 of 2) sorted by relevance

/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Misc/
H A DSynthEngine.h282 bool getNeedsSaving() { return needsSaving; } in getNeedsSaving() function
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/LV2_Plugin/
H A DYoshimiLV2Plugin.cpp253 …if (synth->getNeedsSaving() && _notifyDataPortOut && aSeq->atom.size >= paddedSize) //notify host … in process()