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

[K4] Toggle bypass via MIDI notes?

Discussion in 'Scripting Workshop' started by jobro, Aug 16, 2013.

  1. jobro

    jobro Forum Member

    Messages:
    119
    So this is what I'm trying to figure out: I'm interested in toggling on and off certain effects for each group all at once, just like how Damage allows them switch effects to be handled through MIDI. I can't seam to find a way to do this outside the script page. So could someone please show me a quick script to toggle on one off the group effects, and maybe even toggle it off when the note is released?

    Thanks in advance.
     
  2. EvilDragon

    EvilDragon Well-Known Member

    Messages:
    19,938
  3. jobro

    jobro Forum Member

    Messages:
    119
    Thanks a bunch! Will look that through.

    Well that script is rather disfunctional since it already at line 7 requires a variable.

    Code:
        { declaring UI buttons }
        { global Group FX buttons }
        declare ui_switch G1
    Any help here would be hot.
     
    Last edited: Aug 18, 2013
  4. EvilDragon

    EvilDragon Well-Known Member

    Messages:
    19,938
    You need to compile it in KScript Editor.
     
  5. jobro

    jobro Forum Member

    Messages:
    119
    Owh! That's me in a nutshell. :D Thanks Evil for your help.