HISE Logo Forum
    • Categories
    • Register
    • Login

    How can I add effects to a childsynths in script?

    Scheduled Pinned Locked Moved Scripting
    1 Posts 1 Posters 728 Views
    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

      46

      Online

      1.7k

      Users

      11.7k

      Topics

      101.9k

      Posts