1. IMPORTANT:
    We launched a new online community and this space is now closed. This community will be available as a read-only resources until further notice.
    JOIN US HERE

display the sample name?

Discussion in 'Scripting Workshop' started by bosone, Mar 30, 2016.

  1. bosone

    bosone NI Product Owner

    Messages:
    164
    is it possible to display the name of the sample being played in the script window area, without manually enter the sample name in the script code??

    i want to make a template useful for different samples categories (e.g. SFX) and i cannot manually enter all the samples names because they are a lot! :)
     
  2. EvilDragon

    EvilDragon Well-Known Member

    Messages:
    19,938
    You either need to enter the name manually in the code, or use group name instead (which means one sample = one group), or use an image with all the names of samples, then use $CONTROL_PAR_PICTURE_STATE to show the right one. No other way.
     
  3. bosone

    bosone NI Product Owner

    Messages:
    164
    "
    the first 2 options are excluded because i would like to build a template in which load different samples each times.
    but taking a screenshot of the sample name could be a good idea. it could be more effective.
    i'll try to figure out how to handle it...
    thanks! :)