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
In static/javascripts/app.js, interaction functionalities and sequencer scheduling are mixed together.
It would be nice, for clarity, to split these two different logics in different files.
For instance:
app.js could only launch the initialization functions.
sequencer.js could take care of the sequencer scheduling.
controller.js could take care of the controls and user interactions.
The text was updated successfully, but these errors were encountered:
In static/javascripts/app.js, interaction functionalities and sequencer scheduling are mixed together.
It would be nice, for clarity, to split these two different logics in different files.
For instance:
The text was updated successfully, but these errors were encountered: