Forum

    • Register
    • Login
    • Search
    • Categories

    How can I add effects to a childsynths in script?

    Scripting Forum
    1
    1
    576
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      pesto last edited by pesto

      Hi, I am trying to add effects to my childsynths in onInit-script.

      // works on the master
      Synth.addEffect('Limiter', 'Limiter1', -1);
      
      // fails on the child
      const var Looper1 = Synth.getChildSynth('Looper1'); // Returns childsynth NOT synth!
      Looper1.addEffect('Limiter', 'Limiter1', -1); 
      

      How can I realise this?

      1 Reply Last reply Reply Quote 0
      • First post
        Last post

      11
      Online

      986
      Users

      6.6k
      Topics

      60.8k
      Posts