HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. pesto
    P
    • Profile
    • Following 0
    • Followers 1
    • Topics 2
    • Posts 3
    • Groups 0

    pesto

    @pesto

    2
    Reputation
    176
    Profile views
    3
    Posts
    1
    Followers
    0
    Following
    Joined
    Last Online

    pesto Unfollow Follow

    Best posts made by pesto

    • RE: How can I create an interface for Start-/EndLoop of Audio Loop Player?

      Thanks for your example Christoph!

      I´ll dive into it tomorrow with this:
      https://de.wikipedia.org/wiki/Datei:LARC-V_(Iceland_-_Jokulsarlon_5).jpg

      : )

      posted in General Questions
      P
      pesto

    Latest posts made by pesto

    • How can I add effects to a childsynths in script?

      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?

      posted in Scripting
      P
      pesto
    • RE: How can I create an interface for Start-/EndLoop of Audio Loop Player?

      Thanks for your example Christoph!

      I´ll dive into it tomorrow with this:
      https://de.wikipedia.org/wiki/Datei:LARC-V_(Iceland_-_Jokulsarlon_5).jpg

      : )

      posted in General Questions
      P
      pesto
    • How can I create an interface for Start-/EndLoop of Audio Loop Player?

      Hi, it looks like only the basic parameterIds like LoopEnabled is mappable for an Audio Loop Player.

      I´ve tried:

      var looper = Synth.getChildSynth('Noise_Loop_00'); looper.asSampler().setSoundPropertyForAllSamples(Sampler.SampleStart, 4000);

      How can I add controls for LoopStart and LoopEnd in the interface?

      posted in General Questions
      P
      pesto