You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a lot of code in app.ts that has to do with things like adhocProgressionMode and wled stuff. These things should be better de-centralized.
Wled stuff can all go into the wled service, then expose the intended actions on the app object if necessary. app.wledActions.changePreset. That seems fine to me. Then WledService defines what those actions are.
There's a lot of code in
app.ts
that has to do with things likeadhocProgressionMode
andwled
stuff. These things should be better de-centralized.Wled stuff can all go into the wled service, then expose the intended actions on the
app
object if necessary.app.wledActions.changePreset
. That seems fine to me. ThenWledService
defines what those actions are.https://github.com/jamtools/jamtools/pull/29#discussion_r1436813545
The text was updated successfully, but these errors were encountered: