StreamDeckToolkit
StreamDeckToolkit copied to clipboard
Global Settings Documentation
Could you add an example / article on how to share settings across multiple actions?
Edit: I'm struggling to find a way that the plugin itself (and not an action) can subscribe and change state, based on global settings changing. Whilst it's possible to do so from an action, my understanding is that all actions are not necessarily instantiated, which can make management of global settings tricky.
Edit2: There appears to be a way to register global settings on the connection manager, but it isn't used elsewhere: https://github.com/FritzAndFriends/StreamDeckToolkit/commit/c72e65f1f023faf6b40e2b636ca2ea1322041bdc#r48962354
I'm also having trouble with this... did you find a solution @ryantheleach ?
I'll put together something to demonstrate this... give me a day or two
Jeff
On Thu, Sep 23, 2021 at 10:25 AM Piers Deseilligny @.***> wrote:
I'm also having trouble with this... did you find a solution @ryantheleach https://github.com/ryantheleach ?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/FritzAndFriends/StreamDeckToolkit/issues/170#issuecomment-925865578, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAATF4O2IWLI5IRWU67W6WDUDM2FBANCNFSM42FKM5MQ .
I don't mean to nag, but did you ever find the time to do so @csharpfritz ? Regardless, thanks a ton for this library!
@piersdeseilligny My suspicion is that it was an incomplete implementation in the PR.