Skip to content

Releases: RTcmix/RTcmix

RTcmix version 6.0.0

Choose a tag to compare

@dougscott dougscott released this 12 Jun 17:59

Major changes: New support for a MinC switch statement.
Much additional optimization and bug fixing.

RTcmix version 5.9.0

Choose a tag to compare

@dougscott dougscott released this 08 Mar 15:35

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

Choose a tag to compare

@dougscott dougscott released this 03 Dec 23:17

Fixes link error in EMBEDDED builds.
Fixes bugs in OSC sending code which were revealed under Linux.

RTcmix version 5.8.0

Choose a tag to compare

@dougscott dougscott released this 23 Nov 03:21

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

Choose a tag to compare

@dougscott dougscott released this 09 Aug 21:24

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

Choose a tag to compare

@dougscott dougscott released this 22 Jun 00:23

Some upgrades to the MinC parser:

  1. Better reporting of the call stack for errors in nested custom functions.
  2. 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

Choose a tag to compare

@dougscott dougscott released this 20 Mar 03:37

A gathering together of minor fixes and small improvements.

RTcmix version 5.5.0

Choose a tag to compare

@dougscott dougscott released this 03 Sep 20:53

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

Choose a tag to compare

@dougscott dougscott released this 23 Jul 16:42

Bug fix release.

RTcmix version 5.4.1

Choose a tag to compare

@dougscott dougscott released this 16 Feb 18:57

Many bug fixes since previous release.
Improvements to MIDI Output system.
Completion of Minc parser expansion.