You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just an idea while reading #5655 and other 'find similar tracks' feature requests.
The 'Search related Tracks' menu could be 'combo items':
checkboxes with the existing actions
Clicking the action (text) would instantly trigger a search with the respective query
Checking one or more items would enable a 'Search' button at the bottom of the menu
Clicking 'Search' would combine the queries and trigger a search
This would, for example, simplify searching for compatible keys and compatible BPM, without having to combine (copy/paste) queries manually.
The current workflow (clicking one specific action) would not be affected.
Implementation can (hoepfully) be adopted from Crates menu (QWidgetAtcion with QCheckBox).
The text was updated successfully, but these errors were encountered:
A MIDI bind, which, when triggered, makes the library view change to show search results from within the library/current crate that have a BPM and key that are appropriate to mix into from the currently playing track.
fyi wireshark has something like this where you can right click on a field and then say "Prepare/Apply as filter". I personally find it a bit clunky, though I'm not sure how to implement much better.
Just an idea while reading #5655 and other 'find similar tracks' feature requests.
The 'Search related Tracks' menu could be 'combo items':
checkboxes with the existing actions
This would, for example, simplify searching for compatible keys and compatible BPM, without having to combine (copy/paste) queries manually.
The current workflow (clicking one specific action) would not be affected.
Implementation can (hoepfully) be adopted from Crates menu (QWidgetAtcion with QCheckBox).
The text was updated successfully, but these errors were encountered: