Releases: jean-emmanuel/open-stage-control
Releases · jean-emmanuel/open-stage-control
v1.16.1
Changelog
- bug fixes
- eq widgets not properly converted when importing v0 sessions
- image paths with url queries not loaded properly
- @{} syntax not returning truncated value according to the widget's precision property (fixed for primitive values only, object values are still returned as is)
v1.16.0
Changelog
- advanced syntaxes
@{}
andVAR{}
do not return a copy of their value anymore as it may introduce a significant overhead when used extensively. Mutating these objects in#{}
andJS{}
scripts will now affect the actual values and should be avoided at all cost.
- widgets
comments
property flagged as dynamic- multixy: add
doubleTap
property
v.1.15.8
Changelog
- bug fixes
- range: value update issue (internal touch state not updated properly)
- scripting: send(): ignore
ignoreDefaults
property - script: onKeyboard script not cleaned upon edition / removal
- editor: some variables not appearing as defined in
onKeyboard
v1.15.7
Changelog
-
bug fixes
- matrix: property resolution issue with object/array items in
props
- bypass client option
nofocus=1
when the editor is enabled - menu/dropdown: display label when value is undefined
- matrix: property resolution issue with object/array items in
-
misc
- updated midi bridge: provide more information when loading fails; may fix some compatibility issue on windows
v1.15.6
Changelog
- bug fixes
- ios: prevent server error related to the use of cookies
- scripting:
getVar()
now returns a copy of the variable to prevent mutations on saved object
v1.15.5
Changelog
-
bug fixes
- matrix: avanced property issue in
props
property (bis)
- matrix: avanced property issue in
-
editor
- inspector: add solo mode with
alt+click
for category panels
- inspector: add solo mode with
v1.15.4
Changelog
- bug fixes
- matrix: avanced property issue in
props
property
- matrix: avanced property issue in
v1.15.4
Changelog
- bug fixes
- interaction issue ("deadzone") on touch screens
- main menu not hidden when
read-only
is set - osc messages containing unicode characters not encoded correctly
v1.15.2
Changelog
- bug fixes
- modal: scroll state not restored when the modal container is recreated
- server: allow spaces and accentuated characters in client id
v1.15.1
Changelog
1.15.1
-
bug fixes
- prevent flickering on canvas based widgets when they are recreated
-
editor
- added code editor for
html
andcss
properties
- added code editor for
-
remote control
- add
/RELOAD
command
- add