Zerberus Control header

• Jun 30, 2016 - 15:48
Reported version
3.0
Type
Functional
Severity
S5 - Suggestion
Status
closed
Project

Zerberus should support the control header - maybe first everything but the set_ccN, because that would probably change the whole CC behaviour - our support it on a per file basis?


Comments

set_ccN works in sforzando in this way:

* last set_ccN is the one that is set
* all set_ccN sum up

so if you have this control structure for example:

set_cc3=50
set_cc2=10

set_cc3=10

what would be set is
cc[2] = 10
cc[3] = 10