How to make Queue Event
dongsu8142 opened this issue · 1 comments
dongsu8142 commented
What are some ways to create a queue event?
FelixMcFelix commented
Queues aren't a fundamental building block in songbird. What you can probably make use of is TrackEvent::End
: have a look at some of our examples to get a feel for how the event system works.