Skip to content

Releases: grame-cncm/inscore

INScore V. 1.31

08 Nov 15:18
Compare
Choose a tag to compare

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

INScore v.1.28

09 May 19:24
Compare
Choose a tag to compare

This version is also deployed on the web. The main changes concern this new platform:

  • extension of the message forwarding protocol to http, https and websocket
  • support of faust objects and audio graphs (web version)
  • misc. extensions

See the documentation and the change log for all details.

Known issues:

  • [windows, linux] opening multiple windows may result in endless switch of focus between windows
  • 'arc' objects may be incorrectly rendered depending on the angle and the range

INScore v.1.21

19 Nov 14:20
Compare
Choose a tag to compare

New features

- a tempo attribute for all objects that makes INScore more independent for dynamic scores
- a set of new sensor objects (intended to the mobile versions)
- inscore scripts supports basic mathematical expressions
- events typology is extended to any object attribute and to user defined events
- new ‘syncframe’ synchronisation mode
- embedded editing capabilities
- extended debugging tools

See the documentation for more information.