Releases: iainctduncan/scheme-for-max
Scheme for Max 0.4 beta 1 (Mac and Windows)
Scheme for Max 0.4.0 for Mac (Intel and M1), Win 64.
New features: s4m.grid and s4m arrays, gc timer, better Live integration, Max for Live example devices.
Tested on Max 8 and Max for Live, on Windows 10 and Mac up to 12.1 (Monterey)
Supports Apple Silicon. Note: win32 is no longer provided (let me know if that is an issue please).
Instructions: download the tar file and expand it in your Max Packages directory. This should enable you to find it in the package manager and launch the help file. You may need to do the usual security authorization rituals (see readme on the github page).
Note that s4m is now an extension, and lives in the extensions folder instead of the externals folder.
If you hit issues with installation please feel free to post in the discussion on the forum or make github issues.
Scheme for Max 0.3 - Apple Universal Binary update
This is a drop in replacement for the external compiled as a Universal Binary. It should enable you to run on Apple Silicon by replacing the s4m.mxo from the 0.3 release with this one. This is not a full release, this is a replacement .mxo only - if you have not yet installed s4m, install the 0.3 release. You only need this file to update the 0.3 release for Apple Silicon.
I will make a proper package with this binary once I have confirmation it's working from some folks. Please let me know in the associated discussion if it works for you (on either intel or M1) or file issues if not!
Scheme for Max 0.3.0
Scheme for Max 0.3.0 for Mac (Intel), Win 64, & Win 32.
Tested on Max 8 and Max for Live, one Windows 10 and Mac up to Big Sur (Intel only)
Does not include Apple Silicon. (If you can help with this, get in touch!)
Instructions: download the zip file and expand it in your Max Packages directory. This should enable you to find it in the package manager and launch the help file. On Catalina+ you may need to do the usual security authorization dance (see readme on the github page).
If you hit issues with installation please feel free to post in the discussion or make github issues.
issue-130-fix-2 OSX (not a release)
Not a release, this is a text fix for other machines. Hopefully fixes issue 130
Scheme for Max 0.3.0 rc-4
Release candidate for Scheme for Max 0.3, OSX and Windows. Help file is now updated with examples of all 0.3 features.
To install, download the tarball and expand in your Packages directory.
See the main Readme for details on new features. Please report any issues as github issues here!
Scheme for Max 0.2.0-beta OSX & Windows (current production)
Scheme for Max 0.2.0-beta
Tested on Windows 10, OSX up to Catalina.
Issues: bugs found in multi-channel buffer-set-from-vector and buffer->vector, fixed in master and will be fixed in new release soon.
Instructions: download tarball and expand in your Max Packages directory. This should enable you to find it in the package manager and launch the help file.
0.1.7-beta-osx production release for OSX
Misc packaging fixes :
- scm files now live in the Packages "extras" dir instead of "patchers"
- s7-stuff.scm now back to its original name of "stuff.scm" to make it easier to go from new S7 in build to production
Scheme-For-Max 0.1.6-beta (Windows and OSX package)
Bug fix of the Windows package. This release does not load the Common Music scheme files by default anymore, as loop.scm seems to have issues on windows. To load them, edit s4m.scm.
Other fixes include the package manager assets.
Scheme-For-Max 0.1.3-beta
Bug fixes: outputting lists was not working properly, fixed.
Additions: adds in the loop macro from common music and functions in Rick Taube's utilities.scm file by default now.
Scheme-For-Max 0.1.2-beta
Fixes issue in s4m.repl where empty buffer was sending 'bang' on return, confusing s4m.scm. It's another weird quirk in texteditor, now filtered out.