SplitmediaLabsLimited / generator-xjs

Yeoman Generator for scaffolding an XSplit plugin using the XSplit JS Framework.
Other
0 stars 0 forks source link

Add SourcesListUpdate handler on generated files #4

Closed ghost closed 8 years ago

ghost commented 8 years ago

XJS Framework currently does not handle SourceListUpdate, so we'll have to add up a dummy handler for this callback.

XSplit Broadcaster will try to call that function each time the sources list order is updated.

mikeybanez commented 8 years ago

Better to fix this in the framework itself than in secondary packages like the generator.