plugin 'microtune' does not work on voice 4 Jojo-Schmitz • May 29, 2012 - 08:27 Type Functional Severity S4 - Minor Status closed Project Micro-interval tuning The bug is in line 122 of that plugin: for (var v = 0; v < 3; v++) { Correct would be: for (var v = 0; v < 4; v++) { or for (var v = 0; v <= 3; v++) { Reply Comments Jojo-Schmitz • Jun 1, 2012 - 20:26 If I had co-maintainership, I could fix it myself. Reply Jojo-Schmitz • Jun 2, 2012 - 11:50 See fix in https://github.com/Jojo-Schmitz/microtune/commit/66c80337bef107ebd63a37… Contains lasconic's fix for #8085: Micro-interval tuning plugin accidentals bug too Reply Thomas • Jun 4, 2012 - 11:15 @Jojo co-maintainership granted Reply Jojo-Schmitz • Jun 4, 2012 - 12:23 Status (old) patch (ready to commit) ⇒ fixed Thanks, it is fixed now Reply System Message • Jun 18, 2012 - 12:25 Status (old) fixed ⇒ closed Automatically closed -- issue fixed for 2 weeks with no activity. Reply
Jojo-Schmitz • Jun 2, 2012 - 11:50 See fix in https://github.com/Jojo-Schmitz/microtune/commit/66c80337bef107ebd63a37… Contains lasconic's fix for #8085: Micro-interval tuning plugin accidentals bug too Reply
Jojo-Schmitz • Jun 4, 2012 - 12:23 Status (old) patch (ready to commit) ⇒ fixed Thanks, it is fixed now Reply
System Message • Jun 18, 2012 - 12:25 Status (old) fixed ⇒ closed Automatically closed -- issue fixed for 2 weeks with no activity. Reply
Comments
If I had co-maintainership, I could fix it myself.
See fix in https://github.com/Jojo-Schmitz/microtune/commit/66c80337bef107ebd63a37…
Contains lasconic's fix for #8085: Micro-interval tuning plugin accidentals bug too
@Jojo co-maintainership granted
Thanks, it is fixed now
Automatically closed -- issue fixed for 2 weeks with no activity.