HISE Logo Forum
    • Categories
    • Register
    • Login

    Monophonic Glide Script not working properly

    Scheduled Pinned Locked Moved Unsolved General Questions
    4 Posts 2 Posters 282 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.
    • J
      johnmike
      last edited by johnmike

      So I’m on the latest dev version commit and I tried out the New monophonic glide script from the snippet browser…it’s working perfectly inside of HISE…but in my compiled plugin the notes hang whenever you play a note…I tried it as a midi processor script on my sampler so that I could activate it on and off with a button per preset that needed it…I also tried it the same way as a global midi processor script…in both instances the notes keep hanging in the compiled plugin with zero issues inside of HISE…does it need to be implemented in a namespace or Oninit to work properly? Or is there something else going on with note on/off cause that’s what it seems like…

      CyberGenC 1 Reply Last reply Reply Quote 0
      • J johnmike marked this topic as a question on
      • CyberGenC
        CyberGen @johnmike
        last edited by

        @johnmike Try adding a uniformVoiceHandler. It has helped me with some glide issues in the past. Set it to a container down the line from the glide script. It won't help with SynthGroups, though.

        J 1 Reply Last reply Reply Quote 0
        • J
          johnmike @CyberGen
          last edited by

          @CyberGen so just drop this
          Synth.setUseUniformVoiceHandler(String containerId, bool shouldUseUniformVoiceHandling)
          in Onint and call the container my samplers are in?

          CyberGenC 1 Reply Last reply Reply Quote 0
          • CyberGenC
            CyberGen @johnmike
            last edited by

            @johnmike yes.

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

            45

            Online

            1.7k

            Users

            11.7k

            Topics

            101.8k

            Posts