Hello.
At this moment in time LSCP Gen does not have that function. It's something I will be adding in version 3 along with the ability to use many folders.
Here's a workaround for you though.
1: In LSCP Gen select the Library you want to work on.
2: Click on Task Items
3: Click on Sort Giga
4: Click on Write LSCP/TXT
5: Click on Write LSCP
6: Give your file a name and save it.
7: Open the file in a text editor
8: Insert the following lines of code where needed into your LSCP File to define the groups.
add_category_internal("Piano GIGA");
add_category_internal("Electric Piano GIGA");
add_category_internal("Guitar GIGA");
add_category_internal("Strings GIGA");
add_category_internal("Brass GIGA");
add_category_internal("Flute GIGA");
add_category_internal("Organ GIGA");
add_category_internal("Reed GIGA");
add_category_internal("Synth GIGA");
add_category_internal("FX & ORIENTAL SOUNDS");
add_category_internal("Drum Sets GIGA");
9: Save and exit.
Done..!!!
Regards
James
[This message has been edited by Irishacts (edited 11-21-2010).]