(
a = [\pan, -1, \amp, 0.05];
b = [\pan, 1, \amp, 0.15];
// Conversions that might be useful
p = Pbind(*a);
e = a.as(Event);
f = b.as(Event);
)
This first example is indeed I was looking for - I wasn't aware of the * operator it uses. Is there anywhere I can find out more about it? Just ran a quick search on the docs and couldn't find anything.