New features
- Serial protocol is now able to process either text or binary messages, or custom binary streams. Multiple framing options are implemented ; the user also has the option of handling the framing entirely from the script. Here is the documentation: https://ossia.io/score-docs/devices/serial-device.html ; thanks to @thibaudk for work on this !
- Copy-and-paste for MIDI notes (thanks @RobinMontferme)
- Copy-and paste for automation points
- Copy-and paste nodes in nodal view
- Allow to move multiple nodes in nodal view
Bugfixes
- Fix a small regression which sometimes showed an error message when clicking on a cable
- Show entire names for files in library when the file has a dot in the name, e.g.
foo.1.wav
will now show up asfoo.1
, notfoo
. - shmdata: do not copy textures when nothing is being rendered