Skip to content

Commit

Permalink
Add the MIDNAM property: UsesNoteNameList
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcima committed Apr 14, 2020
1 parent fdea7dc commit d67e85d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sfizz/Synth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,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");
}

{
Expand Down

0 comments on commit d67e85d

Please sign in to comment.