Add the MIDNAM property: UsesNoteNameList

This commit is contained in:
Jean Pierre Cimalando 2020-04-14 16:58:19 +02:00
parent fc34ccb205
commit a810dc5775

View file

@ -872,6 +872,9 @@ std::string sfz::Synth::exportMidnam(absl::string_view model) const
chns.append_child("UsesControlNameList")
.append_attribute("Name")
.set_value("Controls");
chns.append_child("UsesNoteNameList")
.append_attribute("Name")
.set_value("Notes");
}
{