bitfocus / companion-module-songbeamer-osc

Songbeamer OSC Module
MIT License
5 stars 0 forks source link

split actions/feedbacks/variables/presets/upgrades into separate files #31

Closed bensteUEM closed 1 year ago

bensteUEM commented 1 year ago

osc.js is more than 1000 lines long. Following the example of other modules the functionality can be split into separate modules that are imported into main.

At the same time code usually resides in the src directory...