Add the MIDNAM property: UsesNoteNameList
This commit is contained in:
parent
fc34ccb205
commit
a810dc5775
1 changed files with 3 additions and 0 deletions
|
|
@ -872,6 +872,9 @@ std::string sfz::Synth::exportMidnam(absl::string_view model) const
|
||||||
chns.append_child("UsesControlNameList")
|
chns.append_child("UsesControlNameList")
|
||||||
.append_attribute("Name")
|
.append_attribute("Name")
|
||||||
.set_value("Controls");
|
.set_value("Controls");
|
||||||
|
chns.append_child("UsesNoteNameList")
|
||||||
|
.append_attribute("Name")
|
||||||
|
.set_value("Notes");
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue