Open alex-Arc opened 7 months ago
starting a event from API with a cue name always starts the first matching event. Could it maybe start the next matching event
Should we also look into pattern matching on the cue names? example: start SFX.* would start the next sfx cue even if it was named SFX.1 or SFX.2
start SFX.*
I am not sure about the second part. I personally never programmed a sequence where I would trust such wildcards.
But as for running the next matching cue, sounds like a good improvement to me
starting a event from API with a cue name always starts the first matching event. Could it maybe start the next matching event
Should we also look into pattern matching on the cue names? example:
start SFX.*
would start the next sfx cue even if it was named SFX.1 or SFX.2