Open GoogleCodeExporter opened 8 years ago
The following patch avoid duplicate mixers,
simple 4 channel template if applied to a model with existing mixers, clear
mixers.
--- modeledit.cpp~ 2011-10-22 16:25:17.637519015 +0200
+++ modeledit.cpp 2011-10-22 16:18:12.000000000 +0200
@@ -2529,6 +2529,9 @@
//Simple 4-Ch
if(idx==j++)
{
+ if (md->destCh) {
+ clearMixes();
+ }
md=setDest(ICC(STK_RUD)); md->srcRaw=CM(STK_RUD); md->weight=100;
md=setDest(ICC(STK_ELE)); md->srcRaw=CM(STK_ELE); md->weight=100;
md=setDest(ICC(STK_THR)); md->srcRaw=CM(STK_THR); md->weight=100;
Original comment by romolo.m...@gmail.com
on 22 Oct 2011 at 2:28
Fixed, please close
Original comment by romolo.m...@gmail.com
on 13 Nov 2011 at 2:07
Original issue reported on code.google.com by
romolo.m...@gmail.com
on 11 Oct 2011 at 4:58