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

instrumentDef seems not to apply to instrumentSection #424

Open SambaGodschynski opened 2 months ago

SambaGodschynski commented 2 months ago

repo

instrumentDef: _setName=p1 _onDevice=MyDevice _ch=1 _pc=1 _cc=8;
instrumentDef: _setName=p2 _onDevice=MyDevice _ch=2 _pc=1 _cc=8;
instrumentSection: mySection p1 p2;
instrumentConf: mySection mod <<yourModHere>>;

expected

the mod will be applied to "mySection"

actual

the mod is not applied

SambaGodschynski commented 2 months ago

it works when executed manually:

[
instrument: mySection;
{
    /mod: <<yourModHere>>/
    c, d, e, f, | g, a, b, c 
}
]