Zerberus Control header hpfmn • Jun 30, 2016 - 15:48 Reported version 3.0 Type Functional Severity S5 - Suggestion Status closed Project MuseScore 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? Reply Comments hpfmn • Jul 7, 2016 - 15:04 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 Reply Git Message • Jul 8, 2016 - 14:56 Status (old) patch (code needs review) ⇒ fixed Fixed in branch master, commit 5b416aeaf9 fix #116906: support for control structure, for details on set_cc see https://musescore.org/en/node/116906#comment-530701 Reply Git Message • Jul 8, 2016 - 14:56 Fixed in branch master, commit 76bbe9b4a6 Merge pull request #2709 from hpfmn/ZerberusControl fix #116906: support for control structure Reply Git Message • Jul 8, 2016 - 15:09 Fixed in branch 2.0.4, commit 225b6c3fe0 fix #116906: support for control structure, for details on set_cc see https://musescore.org/en/node/116906#comment-530701 Reply System Message • Jul 22, 2016 - 15:10 Status (old) fixed ⇒ closed Automatically closed -- issue fixed for 2 weeks with no activity. Reply
hpfmn • Jul 7, 2016 - 15:04 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 Reply
Git Message • Jul 8, 2016 - 14:56 Status (old) patch (code needs review) ⇒ fixed Fixed in branch master, commit 5b416aeaf9 fix #116906: support for control structure, for details on set_cc see https://musescore.org/en/node/116906#comment-530701 Reply
Git Message • Jul 8, 2016 - 14:56 Fixed in branch master, commit 76bbe9b4a6 Merge pull request #2709 from hpfmn/ZerberusControl fix #116906: support for control structure Reply
Git Message • Jul 8, 2016 - 15:09 Fixed in branch 2.0.4, commit 225b6c3fe0 fix #116906: support for control structure, for details on set_cc see https://musescore.org/en/node/116906#comment-530701 Reply
System Message • Jul 22, 2016 - 15:10 Status (old) fixed ⇒ closed Automatically closed -- issue fixed for 2 weeks with no activity. Reply
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
Fixed in branch master, commit 5b416aeaf9
fix #116906: support for control structure, for details on set_cc see https://musescore.org/en/node/116906#comment-530701
Fixed in branch master, commit 76bbe9b4a6
Merge pull request #2709 from hpfmn/ZerberusControl
fix #116906: support for control structure
Fixed in branch 2.0.4, commit 225b6c3fe0
fix #116906: support for control structure, for details on set_cc see https://musescore.org/en/node/116906#comment-530701
Automatically closed -- issue fixed for 2 weeks with no activity.