Forum

    • Register
    • Login
    • Search
    • Categories

    Sampler table sorting resets on edit

    Bug Reports
    sample editor table sort
    2
    8
    154
    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.healey
      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.healey
        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 Hart 1 Reply Last reply Reply Quote 0
        • Christoph Hart
          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.healey 1 Reply Last reply Reply Quote 1
          • d.healey
            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 Hart
              Christoph Hart last edited by

              dynamic3|close
              
              d.healey 1 Reply Last reply Reply Quote 0
              • d.healey
                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 Hart
                  Christoph Hart last edited by

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

                  https://stackoverflow.com/questions/469913/regular-expressions-is-there-an-and-operator

                  So... custom solution it is:

                  https://github.com/christophhart/HISE/commit/b7963e6653325b8af540d734d0fc790dbf288548

                  Now you can do:

                  display&close
                  
                  d.healey 1 Reply Last reply Reply Quote 2
                  • d.healey
                    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

                    7
                    Online

                    1.1k
                    Users

                    7.0k
                    Topics

                    64.6k
                    Posts