Data folder filter in Window Brower

Hi,

It would be great if I could select a data folder in the Window Browser, instead of having to select a wave in that data folder.

For example, if I had a structure like root:raw:run1 and root:processed:run1 I could look at either raw or processed data for ALL runs by choosing root:raw or root:processed.

Hm....I think that filtering could be fairly expensive to do. For each window, it would require checking each wave in each data folder (and all child data folders) starting with the data folder you have selected.

Maybe you could use a window naming scheme that allows you to filter by window name.

Can you restructure your data folder storage to root:run1:raw and root:run1:processed? Or fake an inverse look-up table method to do this restructuring "behind the scenes"?