Mouse area and group destination (Solved)

Options
corbo-billy
corbo-billy Member Posts: 84 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: 84 Helper
    Options

    You are right: and for the 8th group _

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

  • paul0133
    paul0133 Member Posts: 5 Newcomer
    Options

    hey there, im trying to accomplish something similar. is there where you put that code?

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

    Except that the snippet of this code seems intended for Waveform _

  • paul0133
    paul0133 Member Posts: 5 Newcomer
    Options

    you are correct. i am attempting to modify the Ambient Escapes project but i am struggling to add a 3rd and 4th waveform. i have the drop point working correctly but am unsure how to define the groups that should be assigned to each waveform. waveformA just keeps repeating.

Back To Top