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

Solved How to display factory Unisono - Portamento controls on Kontakt 6 GUI

Discussion in 'Scripting Workshop' started by GeorgeWare, Aug 19, 2019.

  1. GeorgeWare

    GeorgeWare NI Product Owner

    Messages:
    65
    Hi Everyone,
    I would like to Create a new instrument (Synth bass) and add the factory Unisono - Portamento on the front GUI,
    I have both but I can't get the controls to show when not in edit mode.
    I know very little about scripting
    This is what I'm using for my GUI size:
    on init
    message ("")
    make_perfview
    set_ui_height_px(250)
    set_control_par_str($INST_ICON_ID,$CONTROL_PAR_PICTURE,"")
    end on
    Any help please?
     
  2. EvilDragon

    EvilDragon Well-Known Member

    Messages:
    19,938
    make_perfview does show it on the front panel GUI. The Unisono/Portamento script doesn't have that command in it, so just add it after "on init".
     
  3. GeorgeWare

    GeorgeWare NI Product Owner

    Messages:
    65
    WOW!! Thank you again for all of your help!
    Done and working!