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
The simplest version of what I am suggesting is to differentiate left / right click or plain click / modifier click (shift, ctrl, alt) on category filters, so that two types of clicks are recognized:
additive - current implementation - filters are added / removed from the active filter set
exclusive - so that active filter set is completely discarded and only the newly clicked filter is active
Possible more advanced filtering would also include "exclusionary" modifier click, so that instead of including the clicked category into the active filter set (check mark) the excluded category would be excluded from the results set (indicated with cross/minus mark instead of check mark).
That would be useful only in cases, where people use more than one category to tag a single sound and would like to return for example sounds categorized as plucks but not those, that are also categorized as stab.
The text was updated successfully, but these errors were encountered:
Good idea! The "simple query" builder is already pretty complex given you have the modifiers at the top (all must match).
I am designing also for touch screen users, so if we use the right click it can be only as an additional feature that must be accessible also via left click. But the idea for "click and reset" sounds great, like you switch from Leads to Organ, and now always have to click Organ and then click Leads to deselect those, a right click on Organ could automatically cause the reset and restart the search. With touch screen, you have to still do the double click but you're faster anyway.
The exclude function sounds very powerful, but increases the complexity quite a bit, I'd split that out into a separate issue for a future more complex query!
I am designing also for touch screen users, so if we use the right click it can be only as an additional feature that must be accessible also via left click.
I suggest touch+hold for touch screens. This is a learned behavior also used a lot by others. You usually can distinguish between click and touch, does Juce also?
The simplest version of what I am suggesting is to differentiate left / right click or plain click / modifier click (shift, ctrl, alt) on category filters, so that two types of clicks are recognized:
Possible more advanced filtering would also include "exclusionary" modifier click, so that instead of including the clicked category into the active filter set (check mark) the excluded category would be excluded from the results set (indicated with cross/minus mark instead of check mark).
That would be useful only in cases, where people use more than one category to tag a single sound and would like to return for example sounds categorized as plucks but not those, that are also categorized as stab.
The text was updated successfully, but these errors were encountered: