obs-websocket-community-projects / obs-websocket-js

Consumes https://github.com/obsproject/obs-websocket
MIT License
679 stars 96 forks source link

'CurrentSceneChanged' event is in the event instructions but doesn't exist any more. #339

Open propertunist opened 1 year ago

propertunist commented 1 year ago

Description:

The event 'CurrentSceneChanged' is mentioned in the instructions for handling events on the homepage of this repo, but doesn't exist in the list of events or in the codebase. It's unfortunate that the event seems to have been removed because it included the name of the old scene that was being changed away from, which is useful. The only event I can see that is a replacement for this old event is 'CurrentProgramSceneChanged', but it doesn't include the old scene name in it's returned data.

I would prefer if this event were updated to include the name of the old scene being changed away from.

In any case, the instructions on the homepage are out of date and misleading.

Versions Used (if applicable):