Someone on the Facebook group was asking why [t 30 50 90] does not work as expected. Considering how [pack] works, I tend to agree.
I propose to change trigger as follows:
- 1: make literals work similar to [pack].
If given a bang, then send the each literal to corresponding output.
- 2: Allow [trigger] to accept a list. If there is one element, then distribute to all "f" | "floats" as the present behavior. If there are multiple elements, then distribute similar to pack.
This illustrates the problem:
IMHO, this would be much more intuitive (to make pack and trigger behave similarly), and also it would make trigger much more useful.
Thoughts?
BH