cpvalente / ontime

Free, open-source time keeping for live events
https://www.getontime.no
Other
493 stars 51 forks source link

Start next matching CUE #856

Open alex-Arc opened 7 months ago

alex-Arc commented 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

cpvalente commented 7 months ago

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