Using strings in triggers?

Currently, the conditional operators for triggers only accept numerical values. Would you consider allowing strings to control the trigger conditionals? I’m working on a project with a bunch of intervals that are not connected to the root time node, and are meant to be triggered from Max. It’d be nice to be able to trigger those intervals by sending their names to a parameter. It’d be especially nice if it was possible to use the == conditional to pause/stop triggers with when a non-matching string is sent.

that sounds reasonnable, could you add this to GH’s issue tracker ?

Yes - #785.

It works with strings actually but you have to put them in “quotes”

Great, thanks @jcelerier !