The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| readme.txt | 2017-06-20 | 1.3 kB | |
| Grace-3.10.0-osx.zip | 2017-06-20 | 5.2 MB | |
| cm-3.10.0.zip | 2017-06-20 | 12.9 MB | |
| Totals: 3 Items | 18.1 MB | 0 | |
CM 3.10.0 This is a major release containing enhancements and bug fixes. o Change: Refactored CM so it runs in latest version of JUCE (5) and S7 (5.1 of 1-May-17) o Change: JUCE and S7 source trees are now included in the CM repo. o Enhancement: Reimplemented OSC support using new JUCE 5 features so sending and sending and receiving OSC now works in all ports of CM and without any external libraries. o Enhancement: new envelope functions list->envelope, envelope->;list, envelope-min, envelope-max, envelope-average, normalize-envelope, invert-envelope, reverse-envelope, read-envelope, interp-envelopes. See the new Interpolation and Envelopes section in the dictionary. o Enhancement: new plotting functions plot-lists, plot-envelopes. o Enhancement: infinite loops that collect data should no longer crash Grace. This detection is an experimental feature using the begin_hook features added to S7 Scheme by Bill Schottstaetd. While the new detection feature should stop an infinite loop from crashing the app, it will not break out of (or really even detect) the infinite loop itself, so to exit the loop itself you will still need to press the COMMAND-. abort command. o Fix: File>Recently Loaded menu now working again on Mac.