Releases: RTcmix/RTcmix
Release list
RTcmix version 6.0.0
RTcmix version 5.9.0
Major expansion in Open Sound Control (OSC) support.
Added beginnings of the ability to create struct "operators".
Much "under-the-hood" optimization of locking, etc.
Many small bug fixes.
RTcmix version 5.8.1
Fixes link error in EMBEDDED builds.
Fixes bugs in OSC sending code which were revealed under Linux.
RTcmix version 5.8.0
This release has expanded support for OSC, including the ability to send commands in addition to scores.
Also many bug fixes and code cleanup.
Tested under MacOS, Linux, and Pi Linux.
RTcmix version 5.7.0
The primary difference in this release is expansion of the MinC parser to uniformly handle combinations of the postfix operators ., (), and []. MinC syntax now supports complex expressions like a[b].c()[d]; Any result of an operation can be used as the object for another operation -- type checking is handled as a separate step.
RTcmix version 5.6.0
Some upgrades to the MinC parser:
- Better reporting of the call stack for errors in nested custom functions.
- New ternary operator (like in C/C++).
New quad version of MMOVE/RVB (still in testing).
rtcmix~ configuration updated to allow it to work under Max 8.6 and Max 9 as well as older versions.
RTcmix version 5.5.1
A gathering together of minor fixes and small improvements.
RTcmix version 5.5.0
This release supports a new advanced feature: The ability to "derive" a MinC struct from another using the 'structbase' keyword. Also bug fixes.
RTcmix version 5.4.2
RTcmix version 5.4.1
Many bug fixes since previous release.
Improvements to MIDI Output system.
Completion of Minc parser expansion.