Relationship between pattern-matching and other features

So, the next release of score will have pattern-matching implemented pretty much everywhere.
e.g. as of current git master, it is possible to send automations to OSCdevice:/*/{x,y,z} or read / write to similar addresses from the Device.read / Device.write functions in JS - it was actually possible for months but there was a small bug at the UI layer, and it did not support specifying devices.

However this leads to a few questions (already asked a bit in https://github.com/OSSIA/score/issues/632):

Thanks !