playbenny / benny

a live music environment
Other
65 stars 3 forks source link

delete keys / focus issue #451

Closed jamesholdenmusic closed 1 month ago

jamesholdenmusic commented 1 month ago

if a block pops up an interface, or if you're editting a patcher, delete/backspace may delete the block.

is it possible to find out if the jitter window has focus? can't find anything in docs/forum that helps, have asked on discord..

best hack yet: timer on mouseidle, disable keys if the mouse isn't moving, but this is a BAD hack and i'm not doing it.

jamesholdenmusic commented 1 month ago

could use pworld, sized to fit a patcher, and have active in that patcher.

jamesholdenmusic commented 1 month ago

could solve 99% of this by putting active in voiceheader?

jamesholdenmusic commented 1 month ago

doesn't work - the active needs to be in the opened patcher!. so you could stipulate that an active goes above voiceheader and connects to it?