HISE Logo Forum
    • Categories
    • Register
    • Login

    Another Legato/Glide Thread...

    Scheduled Pinned Locked Moved Unsolved General Questions
    2 Posts 2 Posters 717 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.
    • StraticahS
      Straticah
      last edited by Straticah

      Hey there, i know i might be the 100th person asking a question about legato.

      I am using a simple Glide script on my multisampler which works fine:

      reg midiList = Engine.createMidiList();
      
      const time = Content.addKnob("time", 0, 0);
      const amount = Content.addKnob("amount", 130, 0);
      
      time.setMode("Time");
      amount.set("min", -12);
      amount.set("max", 12);
      amount.set("stepSize", 1.0);
      amount.set("suffix", "st");
      

      Since all my samples have Loop-points i would prefer that my sample is getting pitched (bend?) like true "synth-legato" - while staying looped rather than retriggering samples on notes.

      Any ideas, threads that have covered this already?

      creating user interfaces: www.vst-design.com
      founder @prototype.audio https://www.prototype.audio/

      HISEnbergH 1 Reply Last reply Reply Quote 0
      • StraticahS Straticah marked this topic as a question
      • HISEnbergH
        HISEnberg @Straticah
        last edited by

        @Straticah have you tried looking at the Rhapsody example?

        Link Preview Image
        RhapsodyBoilerplate/modules/Legato.js at 43491f386ab7f74e6e07dbaf30970fb6e0d1138f

        RhapsodyBoilerplate - Boilerplate code used by Rhapsody.

        favicon

        Codeberg.org (codeberg.org)

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

        28

        Online

        1.9k

        Users

        12.5k

        Topics

        108.9k

        Posts