X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=blobdiff_plain;f=DanKaminsky.pde;h=88fd5432d87a48b68ea8200c8408709bd9aa6709;hp=c94b57396b07ccb4ba542248b3af31537f82b5d3;hb=3f16fd027656eaca0ed62f9c90c4da56385bb3bf;hpb=dde759833df1c0190d9d3a982a90c0a4f8d76a26 diff --git a/DanKaminsky.pde b/DanKaminsky.pde index c94b573..88fd543 100644 --- a/DanKaminsky.pde +++ b/DanKaminsky.pde @@ -7,7 +7,7 @@ class GenericController { if(p!=null) { p.setValue(val); } } if(type==1) { - p = glucose.getSelectedTransition().getParameters().get(num); + p = lx.engine.getDeck(RIGHT_DECK).getFaderTransition().getParameters().get(num); if(p!=null) { p.setValue(val); } } if(type==2) {