werckme / werckmeister

An open source Sheet Music MIDI Compiler
http://werckme.github.io/
GNU General Public License v3.0
32 stars 4 forks source link

tag a region instead of one event #418

Closed SambaGodschynski closed 5 months ago

SambaGodschynski commented 5 months ago

as a composer I want to be able to tag a part of a piece to be able to add some conduction rules to its including events.

sheet file

/beginTag: "MyHeroPart"/
 c d e f | ...
/endTag: "MyHeroPart"/

conductions file:

withTag("MyHeroPart") {
  velocity += 20%;
}