Skip to content

INScore V. 1.31

Latest
Compare
Choose a tag to compare
@dfober dfober released this 08 Nov 15:18
· 141 commits to dev since this release

New features

  • add support for get 'date%f' query,
  • add midi node at application level, supported by the native app for compatibility reasons, works only with the web version,
  • new keyDown and keyUp events

Javascript specific changes

  • new 'compute' message supported by 'faust' objects
  • new form of the 'connect' message (audio domain: to address individual channels)
  • font size unit changed to 'vw' (relative to viewport width, internal change)
  • load message implemented
  • new 'faustw' object (precompiled faust dsp)
  • new 'midi' events

Bug fixed

  • fix 'event' messages forwarding
  • fix $date quantification
  • fix $date%f detection in javascript run method
  • fix non visible mapping for images
  • fix incorrect $x et $y variables value for proportional dimension objects
  • fix missing curve rendering
  • fix guido score scaling issue