Th0rstenf / Rocksniffer-to-Streamer.bot-extension

A set of streamerbot actions interacting with the Rocksmith RSSniffer
MIT License
6 stars 1 forks source link

Split the RockSniffer and Stream app logic #79

Open kozaka-tv opened 1 year ago

kozaka-tv commented 1 year ago

Now, the two main functions are nested together, would be better if they would work independently and in this order:

1) Get Game information from RockSniffer: actual game state, notes, stats, played song data 2) Stream app controller: get current OBS scene, set scene according to Sniffer and/or auto scene switching

This way we could have those main functions working independently.