Releases: jean-emmanuel/open-stage-control
Releases Β· jean-emmanuel/open-stage-control
v1.18.2-beta3
canvas: ios: different touch.force implementation
v1.18.2-beta2
package: beta 2
v1.18.2-beta1
package: more beta
v1.18.2-beta0
canvas: ios: event.altitudeAngle, azimuthAngle & foce fix attempt
v1.18.1
Changelog
- widgets
- button: add
decoupled
property, compatible with all button modes - button: remove
decoupled
mode
- button: add
v1.18.0
Changelog
-
bug fixes
- client script source map not loading (helps providing useful error messages)
-
widgets
- button: add
decoupled
mode (toggle mode that only updates its state when it receives a value from osc/midi messages) - button: add client option
altTraversing
to allow one-way response to traversing gestures for toggle buttons - canvas: iOS: trigger
onTouch
whenevent.force
,event.altitudeAngle
orevent.azimuthAngle
updates - knob: add
snap-alt
mode (snap mode that allows jumping between range.min and range.max) - all: add
borderRadius
property
- button: add
-
scripting
- add
updateCanvas()
function (forces a canvas widget to redraw)
- add
-
remote control
/NOTIFY
: if multiple arguments are provided, interpret the first one as the icon's name for the client notification
-
midi
- on Mac, name virtual ports after the device name to avoid confusion
-
server
- client-options: add
clientSync
option to allow disabling client synchronization - client-options: add
altTraversing
option
- client-options: add
-
editor
- add
F2
keyboard shortcut to bring label property input into view if selected widget has one
- add
v1.17.1-beta2
Changelog
-
widgets
- button: add
decoupled
property (restrict visual feedback to values received from osc/midi messages) - canvas: iOS: trigger
onTouch
whenevent.force
,event.altitudeAngle
orevent.azimuthAngle
updates
- button: add
-
scripting
- add
updateCanvas()
function (forces a canvas widget to redraw)
- add
-
remote control
/NOTIFY
: if multiple arguments are provided, interpret the first one as the icon's name for the client notification
-
midi
- on Mac, name virtual ports after the device name to avoid confusion
v1.17.0
Changelog
-
bug fixes
- editor: error when ctrl+clicking on a root's child
- range: multitouch interaction issue
-
widget
- knob / encoder:
sensitivity
and ctrl+drag gesture preservecircular
mode behavior - knob / encoder:
snap
mode now works likecircular
mode except for the touch start event (value can't jump from start to end anymore) - patchbay: add
exclusive
option
- knob / encoder:
-
editor
- allow interacting with a widget without selecting it by using the middle mouse button or by holding shift+win (shift+cmd on mac).
v1.16.6
Changelog
- bug fixes
- visibility property update issues
v1.16.5
Changelog
(v1.16.5 fixes a font loading regression in v1.16.4)
-
bug fixes
- modal: display issue when a modal receives the same value mutliple times
- patchbay:
outputs
property not handling object value properly - server: resolution conflict between app files and user files
-
widgets
- patchbay: trigger
onValue
script when a connection changes
- patchbay: trigger
-
misc
- windows: allow accessing other drives than the default one (list drives when the file browser reaches the filesystem's root)