HISE Logo Forum
    • Categories
    • Register
    • Login

    Sampler table sorting resets on edit

    Scheduled Pinned Locked Moved Bug Reports
    sampleeditortablesort
    8 Posts 2 Posters 499 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.healeyD
      d.healey
      last edited by

      Steps to reproduce:

      In the sampler workspace click on the RR group heading to sort the list of samples by RR group.
      Select a sample and make an adjustment in the sample editor, such as adjusting the start position.
      Notice that the sampler table is no longer sorted by RR group.

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

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

        And another thing...

        The search in the table editor used to act as a filter now it acts as a selector and the regex doesn't seem as useful.

        For example search dynamic3 close used to bring up just samples with those two words in the name. Now it comes up empty and I have to search either dynamic3 or close separately.

        Can we get the old behaviour back please?

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

        Christoph HartC 1 Reply Last reply Reply Quote 0
        • Christoph HartC
          Christoph Hart @d.healey
          last edited by

          @d-healey said in Sampler table sorting resets on edit:

          The search in the table editor used to act as a filter now it acts as a selector and the regex doesn't seem as useful.
          For example search dynamic3 close used to bring up just samples with those two words in the name. Now it comes up empty and I have to search either dynamic3 or close separately.

          Not sure I understand. Do you want the table to just display the search matches instead of displaying them all and just highlighting the matches? Or is it how the regex actually behaves (so in this case you just need the logical or operator):

          dynamic3|close
          
          d.healeyD 1 Reply Last reply Reply Quote 1
          • d.healeyD
            d.healey @Christoph Hart
            last edited by d.healey

            @Christoph-Hart
            I can't remember how long ago, but it was sometime last year (and possibly early this year) the table only displayed the samples that matched the query. The current behaviour is it displays all of the samples and selects those that match the query. I preferred the previous behaviour.

            How would I select samples that match dynamic1 and match close? I tried dynamic1&close but that didn't work. It used to be that I could use dynamic1 close and it would display all samples that contained both of those phrases, although I like the idea of being able to use the operators better.

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

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

              dynamic3|close
              
              d.healeyD 1 Reply Last reply Reply Quote 0
              • d.healeyD
                d.healey @Christoph Hart
                last edited by

                @Christoph-Hart That selects samples that have dynamic3 or close in their name, I want samples that have dynamic3 and close.

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

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

                  Oops, I misread that. It seems that LOGICAL AND is super hard in Regex:

                  Link Preview Image
                  Regular Expressions: Is there an AND operator?

                  Obviously, you can use the | (pipe?) to represent OR, but is there a way to represent AND as well? Specifically, I'd like to match paragraphs of text that contain ALL of a certain phrase, but in no

                  favicon

                  Stack Overflow (stackoverflow.com)

                  So... custom solution it is:

                  Link Preview Image
                  - added custom `&` operator for regex sound selection · christophhart/HISE@b7963e6

                  The open source framework for sample based instruments - - added custom `&` operator for regex sound selection · christophhart/HISE@b7963e6

                  favicon

                  GitHub (github.com)

                  Now you can do:

                  display&close
                  
                  d.healeyD 1 Reply Last reply Reply Quote 1
                  • d.healeyD
                    d.healey @Christoph Hart
                    last edited by

                    @Christoph-Hart Thank you!

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

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

                    45

                    Online

                    1.7k

                    Users

                    11.7k

                    Topics

                    101.9k

                    Posts