Mouse area and group destination (Solved)

corbo-billy
corbo-billy Member Posts: 104 Helper
edited October 22 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,031 mod

    There is a zone parameter for that, $ZONE_PAR_GROUP.

  • corbo-billy
    corbo-billy Member Posts: 104 Helper

    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

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

  • corbo-billy
    corbo-billy Member Posts: 104 Helper

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

  • paul0133
    paul0133 Member Posts: 5 Newcomer

    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.

This discussion has been closed.
Back To Top