HISE Logo Forum
    • Categories
    • Register
    • Login

    Global velocity modulator issue

    Scheduled Pinned Locked Moved Scripting
    24 Posts 4 Posters 1.3k 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.
    • ustkU
      ustk @d.healey
      last edited by

      @d-healey Glad you found a solution mate ;)
      So if I understand well this function returns the Gain (0-1 based) because the Voice Start Mod is in the Gain modulation...

      function onVoiceStart(voiceIndex)
      {
      	return g_velocity / 127.0;}
      

      Hise made me an F5 dude, browser just suffers...

      1 Reply Last reply Reply Quote 0
      • d.healeyD
        d.healey
        last edited by

        Yup - https://docs.hise.audio/hise-modules/modulators/voice-start-modulators/list/scriptvoicestartmodulator.html

        Libre Wave - Freedom respecting instruments and effects
        My Patreon - HISE tutorials
        YouTube Channel - Public HISE tutorials

        1 Reply Last reply Reply Quote 1
        • ustkU
          ustk
          last edited by

          Thought there was nothing in the doc yet... Wrong me... 🙃

          Hise made me an F5 dude, browser just suffers...

          1 Reply Last reply Reply Quote 1
          • d.healeyD
            d.healey
            last edited by d.healey

            I think it's probably better to use a midiList and record the velocity for each individual note, although this might be overkill

            return g_velocity.getValue(Message.getNoteNumber()) / 127.0;
            

            Although this won't work if you're offsetting note positions.

            Libre Wave - Freedom respecting instruments and effects
            My Patreon - HISE tutorials
            YouTube Channel - Public HISE tutorials

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

            16

            Online

            1.9k

            Users

            12.5k

            Topics

            108.7k

            Posts