HISE Logo Forum
    • Categories
    • Register
    • Login

    ScriptNode: Filter Node with Filter Order

    Scheduled Pinned Locked Moved ScriptNode
    5 Posts 3 Posters 530 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.
    • A
      aaronventure
      last edited by

      I'll be needing to design some measurement tools and it would be incredibly beneficial to be able to just dial in and change filter order with a parameter instead of relying on complex networks of one-pole filters and careful bypassing of nodes in a dynamic environment.

      Ideally I'm looking at a filter node with a Filter Order parameter.

      What's the best way to approach this?

      I have a network here that I suppose I can compile into a node, but then I lose on the visuals. Plus, is this fine or it is a bit crazy? I'm basically doing a output = input >= x for each cable expr node and routing each one to a different one pole filter, and as the FilterOrder parameter increases, filteres come online.

      cf143755-919b-49ca-9fc9-c5398ea02554-image.png

      griffinboyG DanHD 2 Replies Last reply Reply Quote 1
      • griffinboyG
        griffinboy @aaronventure
        last edited by

        @aaronventure I would also really like to know this. I have an interesting idea for a filter plugin but I have very little knowledge on filter design : (
        Would love more tools in HISE for filtering!
        Orders would be great, for surgical filtering.

        1 Reply Last reply Reply Quote 0
        • DanHD
          DanH @aaronventure
          last edited by

          @aaronventure how do you mean you lose the visuals?

          DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
          https://dhplugins.com/ | https://dcbreaks.com/
          London, UK

          DanHD 1 Reply Last reply Reply Quote 0
          • DanHD
            DanH @DanH
            last edited by

            Hhow would I write in the cable expr node Output = Input if it is greater than or equal to 2 AND less than 4... so far I have:

            input >= 2 && < 4;
            

            But getting a parsing error.

            DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
            https://dhplugins.com/ | https://dcbreaks.com/
            London, UK

            A 1 Reply Last reply Reply Quote 0
            • A
              aaronventure @DanH
              last edited by aaronventure

              @DanH no int in expr nodes - it's snex

              And it should be: input >= 2.0 & & input < 4.0

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

              14

              Online

              1.7k

              Users

              11.9k

              Topics

              103.6k

              Posts