Releases: jean-emmanuel/open-stage-control
Releases · jean-emmanuel/open-stage-control
v0.8.0
Changelog:
- main
- the headless server/clients model is now the only one beeing used : the GUI mode is nothing more than an embedded chromium (electron) client
- when a new client opens a session on the server, it is synchronized with the other clients
- new switches :
--no-gui
,--gui-only
,--port
,--osc-port
,--version
(see docs)
- ui
- explicit loadings
- widgets
- make push's backlight only respond to external osc messages (not to synchronization messages from other widgets or clients)
- removed special
false
value case for push/toggles (which used to disable osc sending) - add
norelease
option topush
for disabling osc messages when releasing the button true
andfalse
values are now properly sent as boolean
- engine
- electron 1.4.3
- misc
- rewritten matrices with prototypes inheritance
v0.7.0
Changelog
- bug fixes
- osc messages with 0-item and 1-item args are correctly unpacked and routed
- buttons can handle messages with 0 arg if one of their state has the value "null"
- ui
- nice and bigger scrollbar
- right-click no longer starts a dragging gesture
- editor
- copy/paste data auto-incrementation fix
- widgets
- new equalizer plotter
- push/toggles made more obvious
- knob's new options: angle and origin
- fader's new option: origin
- engine
- electron 1.4.1 (chrome 53, node 6.5.0)
- misc
- added
--examples
switch for showing the availabe example sessions instead of the history - rewritten sliders and plots using canvas and prototypes inheritance
- reorganized package using the two-package.json structure: js and css assets are now create at build time, and only necessary dependencies are shipped with the app
- added
v0.6.3
v0.6.2
Changelog:
- cool stuff
- armv7l prebuilt binaries ! (raspberry 2, etc)
- engine
- electron 1.3.5