Skip to content

Instantly share code, notes, and snippets.

@jean-emmanuel
Created February 28, 2017 18:45
Show Gist options
  • Save jean-emmanuel/53f18a91ce491116be820390c4533e12 to your computer and use it in GitHub Desktop.
Save jean-emmanuel/53f18a91ce491116be820390c4533e12 to your computer and use it in GitHub Desktop.
  • main
  • ui
    • new /TABS id1 id2 etc osc address to remotely enable tabs
    • remote editing through /EXEC command is now deprecated, use /EDIT and /EDIT_SOFT instead
  • bug fixes
    • push widgets (and keyboards) not correctly synchronizing each other (with shared widget ids or between different clients)
    • modal: correct z-stacking with absolutely positionned widgets; proper rendering for inner widgets; disable parent tab's scrolling when opened; fix various style glitches;
    • strip: resize glitch when containing compact horizontal sliders
    • tab links broken after activating traversing gestures
    • push release is now handled per touch point (releasing one finger used to release all pressed buttons)
    • crash when remote-editing widgets in disabled tabs
    • desktop client touch screen support restored
    • string arguments overquoted in sent osc messages
  • widgets
    • css option now supports css selectors, scoped to the widgets element
    • matrices don't pass css option to their children anymore; subwidgets' indexes are now append to preArgs instead of being prepended.
  • misc
    • app's title uppercased
    • tabs titles' letter-spacing increased
    • destroy default client window when the app process exits
    • reduced scrollbars width
  • custom module
    • added support for initialization script
    • unified expected formatting in sendOsc and receiveOsc methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment