Mouse area and group destination (Solved)

Options
corbo-billy
corbo-billy Member Posts: 83 Helper
edited March 2022 in Scripting Workshop

Hi!


Is it possible to determine the destination group of the sample dragged onto the previously determined mouse area ?

I am with an instrument having 8 groups and would have liked the files to arrive only in the 8th group. Should it be given a particular name to this group (User Sample for example) ?

Comments

  • EvilDragon
    EvilDragon Moderator Posts: 1,023 mod
    Options

    There is a zone parameter for that, $ZONE_PAR_GROUP.

  • corbo-billy
    corbo-billy Member Posts: 83 Helper
    Options

    You are right: and for the 8th group _

       set_zone_par(%NI_USER_ZONE_IDS[0],$ZONE_PAR_GROUP,7)

Back To Top