-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"item-created" event for new linked items #245
Comments
Hi @paul-lrr . We can see what we can do here and coordinate with XSplit's core team. Just curious, what is your use case here? It might help determine the data we can return. |
I'm in the process of updating an system that I have been using for various dynamic overlays (scoreboards, captions, graphics, etc). I want to have a central server that keeps a list of which scene(s) a particular source is being used on. I have sources register with the server when they first load, but if I copy and paste a source onto a different scene as a linked item, the new item doesn't load again, so there is no trigger to register that the source is now on two scenes. The |
Hi paul-lrr, We are actually planning first to create an event for all 'item-created', then we can just extend it up to 'item-link-created'. For now maybe you could use this simple code to get you started on the functionality you want:
Will just close this ticket for now and create a new one to define the task for this. |
Is there anyway to detect when a new item has been added that is a link to an existing source? The
item-destroyed
event fires when a linked item is deleted but I don't see event for a new linked item being created. Not even theitem-changed
event fires when a new link is added.The text was updated successfully, but these errors were encountered: