Menu to control which group could be filtered

Options
treynterrio
treynterrio Member Posts: 64 Member

Hi there, can anyone help me with a code for a drop down menu for my filter section where I can chose between a Main and Bass group?

At the moment the filter controls all layers but I want it separate that I could filter the Bass group maybe a bit more than the Instrument group/s.

Here is what I already have: 

declare ui_menu $menu
add_menu_item($menu,"MAIN",1)
add_menu_item($menu,"BASS",2)
set_control_par_str(get_ui_id($menu),$CONTROL_PAR_PICTURE,"FILTER")
set_control_par(get_ui_id($menu),$CONTROL_PAR_POS_X,317)
set_control_par(get_ui_id($menu),$CONTROL_PAR_POS_Y,226)

There is a problem with the picture there is something written in it but I don't know how to fix this.

Comments

Back To Top