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 Release with the button in source

Discussion in 'Scripting Workshop' started by Reylon, Sep 18, 2021.

  1. Reylon

    Reylon NI Product Owner

    Messages:
    124
    Hi Guys,

    I searched the web and KSP couldn't find it.
    I would like to be able to control the release trigger on the source from the GUI.
    Basically make a group play when pressed or on release by a click of a button.

    Is this possible or do I have to write my own release?
     
  2. EvilDragon

    EvilDragon Well-Known Member

    Messages:
    19,938
    It's probably easier to just write your own release triggering for this sort of thing. Or, if you're using Kontakt's built in release triggering, you could use Group Start Options and an "on controller" condition to activate the release groups only when a certain MIDI CC passes a certain value, then use set_controller() in your script to do that.
     
  3. Reylon

    Reylon NI Product Owner

    Messages:
    124
    Hi ED,

    Thank you for the reply. Hmm sounds a lot more complicated than expected. I wanted just a button to make the group play on release when pressed :/
     
  4. EvilDragon

    EvilDragon Well-Known Member

    Messages:
    19,938
    It's actually rather simple to set up...
     
    • Like Like x 1
  5. Reylon

    Reylon NI Product Owner

    Messages:
    124
    Hi ED,

    Found an easier way of doing this with one group. Not sure if it's going to work 100% but definitely worth trying.