bpatcher + pattr priority / feature request

Peter McCulloch's icon

I've got some pattr -ified values in a bpatcher. The bpatcher is
sitting in another patcher that has a pattrstorage.

Is there a way of adjusting the priority of the various pattrs in the
bpatcher WITHOUT having to use a send/receive to the top level patcher
pattrstorage?

As a feature request, would it be possible to add the priority
attribute directly to pattr? This would save lots of message boxes...

e.g.

pattr #1.InterpolationTime @priority -1
pattr #1.Volume (defaults to priority 0)

So that InterpolationTime is always restored before Volume in this
example.

thanks,

Peter McCulloch

Jeremy's icon

This has been requested previously, and may eventually appear as a
feature. For now, though, this is impossible.

jb