-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fuzzy BPM search #8191
Comments
Commented by: daschuer We already support ~bpm:115 looks wrong in this relation. I think we support ~key:2A but not the obvious key:~2A :-( I would not be able to guess it. I think we should support both. @rryan: Is there something I have forgot? |
Commented by: Be-ing I disagree. I'd rather see that the current track's BPM is 145 and type "~bpm:145" than think about how far from the current BPM I want to search then add and subtract that number from the current track's BPM then type out that range. |
Commented by: daschuer Ah sorry, my comment was misleading. I prefer only bpm:~145 over ~bpm:145 |
Commented by: Be-ing Oh, I see. Yeah, bpm:~145 makes more sense. |
Commented by: dg3nec Little hint from my side for the range that will be searched around the ~BPM. Use the "pitch range" (or half) for the search range. BPM outside of this range are not usefull. |
Commented by: ronso0 Use the "pitch range" (or half) for the search range. another aspect if this request: my use case is mixing of footwork or dnb/jungle tracks with hiphop and other similiar slow beats, and it's tedious to basically alter the search string back & forth between '80-86' and '160-175' |
Commented by: kazakore Was just searching for such an open request to make exactly the same comment as you ronso0. I really need to be able to limit my views to tracks within a range of current BPM including tracks within the range of half and double that BPM! Repeated scrolling up and down up and down is extremely tiresome! I also though fuzzy searching for BPM currently worked but testing it could make it do so.... I think bpm:~175 (for example) looks better but it should be standardised and Key currently works with ~key:1d and not wih key:~1d.... |
Would love to see this feature. You think it will be implemented soon? (or is it already and I didn't see the feature?) |
I don't think it is implemented. We have a "search related" feature in 2.4-beta: But introducing the fuzzy operator is still missing. It can be straight forward implemented by translating it in a range near this file: You will wait forever if we find no contributor for this feature, unfortunately. Or do you have interest to to implement it? |
I'm afraid I'm not able to implement it. I have zero C++ knowledge. Only a little bit of python experience. :-( |
I finally took a stab at implementing this #12070 As @daschuer mentioned, the fuzzy search has been added (in a way) via the 'Search related Tracks' menu. That has an action to search for +-6 BPM. This is happening transparently, i.e. the query is copied to the search box and can be extended by other filters. |
Now that I fumbled around with the filters I think |
Reported by: Be-ing
Date: 2015-08-04T16:23:09Z
Status: Confirmed
Importance: Wishlist
Launchpad Issue: lp1481411
It would be convenient to have a fuzzy BPM search operation rather than manually typing in a BPM range. For example "~bpm:115" could search for tracks with a BPM within 5 (or whatever number is decided upon) BPM of 115.
The text was updated successfully, but these errors were encountered: