Dear all,
1/ I just noticed a small bug with iMubu: at least 2 toggle attributes (“region_visible” and “view_showmean”) have a reverse behavior: clicking on “visible” make the corresponding element disappear and vice versa.
2/ Otherwise I have a feature request: would it be possible to implement a “set” message, allowing changing the internal attributes of iMubu without reflecting it at the output? For instance I’d like to be able to do something like “set region 1000 3000”. Currently it’s impossible, implying having a gate at the output to avoid feedback loops, and hoping that the message which is being sent at the output is not defered and sent after the gate closes.
Best,
Alexis
UPDATE:
1/ with region_visible at least it’s actually a little bit trickier than I thought: if I switch it off and on, as I wrote before, the behavior seems to be reversed. However: if I switch it off once, then quit the inspector, lock the patch and click in iMubu with the “region” tool, the region disappears finally
2/ the trick with the gate at the output of iMubu does not work, since the output seems indeed to be defered
… and another minor thing I noticed: clicking in “region” mode on the iMubu first outputs the message “region 0. 0.”, the proper region bounds are first output when the mouse button is released or when the mouse is dragged.