HISE Logo Forum
    • Categories
    • Register
    • Login

    Tune/Pan/Volume/Filter on a per-note basis

    Scheduled Pinned Locked Moved General Questions
    4 Posts 3 Posters 1.0k 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.
    • D
      Dorian
      last edited by Dorian

      How much of the above is possible to do on a per-note basis, i.e. say you set an LFO with a random shape wave to modulate the pan position... each time you play a note, that particular note grabs the position that the pan pot is at that point, and plays the note there... and stays there... next note has a different pan value etc...

      Even more interesting, can this be achieved with filter cutoff or resonance?

      1 Reply Last reply Reply Quote 0
      • Christoph HartC
        Christoph Hart
        last edited by

        Well Voice Start Modulators are doing exactly this and you can hook up one of those on every modulation target you suggest. You can also write script processors that work as voice start modulator in case you want to customize this even further.

        1 Reply Last reply Reply Quote 0
        • P
          pes
          last edited by

          @Christoph-Hart: I´m trying to pan each voice depending on the note number, but in the »script voice start modulator« I could only find access to gain- and pitch-value:

          function onVoiceStart(voiceIndex)
          {
          	Synth.setVoiceGainValue(int voiceIndex, float gainValue);
          	Synth.setVoicePitchValue(int voiceIndex, double pitchValue);
          }
          

          Do you have an example how I can change panning?

          P 1 Reply Last reply Reply Quote 0
          • P
            pes @pes
            last edited by

            @pes Never mind i´ve found this: https://forum.hise.audio/topic/314/note-panning

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

            22

            Online

            1.7k

            Users

            11.8k

            Topics

            102.6k

            Posts