HISE Logo Forum
    • Categories
    • Register
    • Login

    Scale Quantization in HISE?

    Scheduled Pinned Locked Moved General Questions
    5 Posts 3 Posters 268 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

      Hey there, i awas playing around with the arpeggiator yesterday and thought it would be great to tune it to a certain scale for example F Minor.

      Has anybody done something like this before? If i load in a midi sequence the user is probably in another scale aswell so adjusting this is necesassary.

      Reference from Ableton:
      c49dd23f-3595-4959-b05e-9d152c0d1cda-image.png

      building user interfaces in HISE :)
      web: www.vst-design.com

      LindonL 1 Reply Last reply Reply Quote 0
      • LindonL
        Lindon @Straticah
        last edited by

        @Straticah said in Scale Quantization in HISE?:

        Hey there, i awas playing around with the arpeggiator yesterday and thought it would be great to tune it to a certain scale for example F Minor.

        Has anybody done something like this before? If i load in a midi sequence the user is probably in another scale aswell so adjusting this is necesassary.

        Reference from Ableton:
        c49dd23f-3595-4959-b05e-9d152c0d1cda-image.png

        yeah its pretty simple really - define an array for each of your scales - and in the array define the correct notes for your scale..

        so C- Major is: [1,0,1,0,1,1,0,1,0,1,0,1] -- where 1 = included and 0 = excluded.

        in a midi processor for your instrument mod the input note number to get its position in an octave - then look up to see if its included in your scale - if not move it up or down one semitone(position).

        HISE Development for hire.
        www.channelrobot.com

        StraticahS 1 Reply Last reply Reply Quote 1
        • StraticahS
          Straticah @Lindon
          last edited by

          @Lindon interesting, i have not done any scripts inside the midi processor yet but thanks for pointing me into the right direction. I think i have seen a simmilar binary scale setup on the forum maybe i find a snippet.

          building user interfaces in HISE :)
          web: www.vst-design.com

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

            Check out this example, it does something similar:

            Link Preview Image
            HISE | Docs

            favicon

            (docs.hise.dev)

            StraticahS 1 Reply Last reply Reply Quote 1
            • StraticahS
              Straticah @Christoph Hart
              last edited by

              @Christoph-Hart this is what i would need as a midi module! Good to know its possible :)

              building user interfaces in HISE :)
              web: www.vst-design.com

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

              28

              Online

              1.7k

              Users

              11.8k

              Topics

              103.0k

              Posts