SplitmediaLabsLimited / xjs

XSplit JS Framework. Make plugins for XSplit Broadcaster, quickly and easily.
Other
39 stars 11 forks source link

Feature request: Emitter for Scene delete #98

Closed marloeleven closed 7 years ago

marloeleven commented 8 years ago

please add an emitter for scene delete. Also for when scenes are added

ghost commented 8 years ago

Filed internally in XBCPLUGINS-453. Already available in the current version of XSplit, we'll have to include this on the next version of XJS ;)

nelson-temporal commented 8 years ago

Added scene emitter for delete and add scene deletion event : 'scene-delete' scene added event : 'scene-add'

These would always return scene index.

*Note: current public build of XBC would not work for SourcePluginWindow "scene-added" event.