Skip to content

0.9.41

Compare
Choose a tag to compare
@cesaref cesaref released this 30 Jul 14:24
· 463 commits to master since this release

Version 0.9.41

  • Modifications to the command line tool

    Modifications to stop accidental playing of .soul files rather than .soulpatch files. A new '--nopatch' option restores the previous functionality.

  • Updated documentation

    Tidied documentation.

  • HEART Changes

    Updates to member initialisation to use initial values, simplying requirements for system generated init functions.

  • Support for event delays

    Event connections now support the delay [n] syntax.

  • Code tidy up

    Various improvements to interfaces to make the codebase more consistent

  • Support for chaining connections

    Connections can now omit naming of endpoints if there is only one. This means that for processors with a single input and output endpoint, they can be used in a connection chain (e.g where previously you might need two connections to route via a processor, for example audioIn -> processor.audioIn, processor.audioOut -> audioOut this can now be written audioIn -> processor -> audioOut)