Hi guys, my CPU screams when I'm turning the attack knob. The knob is assigned to 1470 groups but that should not be a thing why the CPU overloads...
on ui_control($Caroseria_ADSR_Attack)
    $group_counter:=1
    while($group_counter < $NUM_GROUPS)
    set_engine_par($ENGINE_PAR_ATTACK,$Caroseria_ADSR_Attack,$group_counter,0,-1)
    inc($group_counter)
    end while
end on