on init make_perfview set_ui_height_px(255) set_ui_width_px(633) declare $mouse_resp := -900 set_control_par_str($INST_WALLPAPER_ID,$CONTROL_PAR_PICTURE,"instrumentbackground") declare ui_slider $Attack(0,1000000) make_persistent($Attack) declare $k_Attack $k_Attack := get_ui_id($Attack) set_control_par_str($k_Attack,$CONTROL_PAR_PICTURE,"simplewhite-37") set_control_par($k_Attack,$CONTROL_PAR_POS_X,255) set_control_par($k_Attack,$CONTROL_PAR_POS_Y,149) set_control_par($k_Attack,$CONTROL_PAR_MOUSE_BEHAVIOUR,$mouse_resp) declare ui_slider $Curve(0,1000000) make_persistent($Curve) declare $k_Curve $k_Curve := get_ui_id($Curve) set_control_par_str($k_Curve,$CONTROL_PAR_PICTURE,"simplewhite-37") set_control_par($k_Curve,$CONTROL_PAR_POS_X,175) set_control_par($k_Curve,$CONTROL_PAR_POS_Y,149) set_control_par($k_Curve,$CONTROL_PAR_MOUSE_BEHAVIOUR,$mouse_resp) declare ui_slider $Hold(0,1000000) make_persistent($Hold) declare $k_Hold $k_Hold := get_ui_id($Hold) set_control_par_str($k_Hold,$CONTROL_PAR_PICTURE,"simplewhite-37") set_control_par($k_Hold,$CONTROL_PAR_POS_X,335) set_control_par($k_Hold,$CONTROL_PAR_POS_Y,149) set_control_par($k_Hold,$CONTROL_PAR_MOUSE_BEHAVIOUR,$mouse_resp) declare ui_slider $Decay(0,1000000) make_persistent($Decay) declare $k_Decay $k_Decay := get_ui_id($Decay) set_control_par_str($k_Decay,$CONTROL_PAR_PICTURE,"simplewhite-37") set_control_par($k_Decay,$CONTROL_PAR_POS_X,420) set_control_par($k_Decay,$CONTROL_PAR_POS_Y,154) set_control_par($k_Decay,$CONTROL_PAR_MOUSE_BEHAVIOUR,$mouse_resp) end on on ui_control($Attack) end on on ui_control($Curve) end on on ui_control($Hold) end on on ui_control($Decay) end on