Skip to content

Releases: grame-cncm/inscore

INScore V. 1.34

25 Apr 15:05

Choose a tag to compare

New features

  • new 'scount' query at application level : gives the scenes count
  • new 'scenes' message at application level
  • add 'errorAddress' message at application level for user setting of the OSC address of error messages
  • 'forward' message don't support broadcast addresses
  • 'forward' message behavior change: append addresses to destination list
  • extend 'newElement' event to application level (/ITL)
  • add 'date%a' query to get the absolute date in seconds (assumes the tempo is 60 bpm)
  • supports dynamic scene relative dimensions and positions
  • add 'IP' query at application level (/ITL)
  • add 'text' query to txt objects
  • allows negative date messages
  • web version:
    • new 'init' message for audioInput objects, must be called before using the audio input
    • add 'autoOff' message for faust objects to automatically set ui buttons to 0 after a 1 value.
    • add event handler for screen orientation change (refresh)
    • prevent default keydown event on window (avoid scrolling)

Bug fixed

  • fix crash bug with OSC bundles
  • web version:
    • fix concurrent 'faustw' objects creation
    • fix evaluation of args variables ($1...$n) in javascript run method
    • fix media end event.
    • fix concurrent 'faustw' objects creation

INScore V. 1.31

08 Nov 15:18

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

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

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.