Releases: mus264/264-tools
v0.18.0
What’s changed?
- Replace old Java
filesys
class to use Node.js for file system operations
⚠️ BREAKING CHANGES ⚠️
This release drops support for Max versions lower than Max 8. If you need to use 264 Tools with Max 7 or below, please use v0.17.0.
How to install
-
If you have previously installed a copy of 264 Tools, delete it from your Max Packages directory
-
Download the latest release by clicking on ‘Source code’ below
-
Uncompress your download to your Max Packages directory
You can find this under~/Documents/Max 8/Packages
-
Open (or restart) Max
v0.17.0
What’s changed?
- 🆕 Added
.maxsnip
and.maxcoll
files for all modules (#22)
How to install
-
If you have previously installed a copy of 264 Tools, delete it from your Max Packages directory
-
Download the latest release by clicking on ‘Source code’ below
-
Uncompress your download to your Max Packages directory
You can find this under~/Documents/Max 7/Packages
for Max 7 or~/Documents/Max 8/Packages
for Max 8 -
Open (or restart) Max
v0.16.0
What’s changed?
- Add playback position control and presets to
264.sfplay~
(#21) - Improve update checker experience for Max 6 (bcbd0e5)
Example of the updated 264.sfplay~
module with preset play trigger active
How to install
-
If you have previously installed a copy of 264 Tools, delete it from your Max Packages directory
-
Download the latest release by clicking on ‘Source code’ below
-
Uncompress your download to your Max Packages directory
You can find this under~/Documents/Max 7/Packages
for Max 7 or~/Documents/Max 8/Packages
for Max 8 -
Open (or restart) Max
v0.15.0
What’s changed?
How to install
-
If you have previously installed a copy of 264 Tools, delete it from your Max Packages directory
-
Download the latest release by clicking on ‘Source code’ below
-
Uncompress your download to your Max Packages directory
You can find this under~/Documents/Max 7/Packages
for Max 7 or~/Documents/Max 8/Packages
for Max 8 -
Open (or restart) Max
v0.14.3
What’s changed?
How to install
-
If you have previously installed a copy of 264 Tools, delete it from your Max Packages directory.
-
Download the latest release by clicking on ‘Source code’ above
-
Uncompress your download to your Max Packages directory.
You can find this under~/Documents/Max 7/Packages
for Max 7 or~/Documents/Max 8/Packages
for Max 8. -
Open (or restart) Max.
v0.14.2
What’s changed?
How to install
-
If you have previously installed a copy of 264 Tools, delete it from your Max Packages directory.
-
Download the latest release by clicking on ‘Source code’ above
-
Uncompress your download to your Max Packages directory.
You can find this under~/Documents/Max 7/Packages
for Max 7 or~/Documents/Max 8/Packages
for Max 8. -
Open (or restart) Max.
v0.14.1
What’s changed?
- Fix conflicting duplicated preset arguments and files (761da27)
- Namespace
hamming1.aiff
to264.hamming1.aiff
to avoid potential conflicts (af11bf1) - Fix typos in help files and examples (de4f4b4, be32615)
- Update README (7cfe71d, 5d8e950, 4ab430c, 665311f, 74101a2)
How to install
-
If you have previously installed a copy of 264 Tools, delete it from your Max Packages directory.
-
Download the latest release by clicking on ‘Source code’ above
-
Uncompress your download to your Max Packages directory.
You can find this under~/Documents/Max 7/Packages
for Max 7 or~/Documents/Max 8/Packages
for Max 8. -
Open (or restart) Max.
v0.14.0
What’s changed?
- 🆕 ✨ Automatically resize modules when created as a new
bpatcher
(#19) - 🆕 Add “Module Finder” extra to make it easier to find relevant modules (c62ae2f)
- Improve unintuitive inlet ordering vs GUI ordering in
264.reverb~
(#18, closes #8) - Update init, interfaces, parameter catalogue, and package-info (c802cca, 1df0565)
How to install
-
If you have previously installed a copy of 264 Tools, delete it from your Max Packages directory.
-
Download the latest release by clicking on ‘Source code’ above
-
Uncompress your download to your Max Packages directory.
You can find this under~/Documents/Max 7/Packages
for Max 7 or~/Documents/Max 8/Packages
for Max 8. -
Open (or restart) Max.
v0.13.0
- 🆕 Add help files for all 264 Tools modules (#14, closes #4)
- 🆕 Add
264.key-learn
keyboard shortcut module (d944914, closes #15) - Fix
264.sfplay~
receiving play & load messages simultaneously (#16, fixes #10) 🐛 - Fix broken button in overview patch (50ba95d) 🐛
- Fix incorrect hint text in
264.sfplay~
(db14c57) 🐛 - Improve update checker (fe5306c, c9620f6, 733b212, ccad51d) 🐛
v0.12.0
- 🆕 Add Max reference files for all 264 Tools modules (a9d2460)
- 🆕 Add
264.gate~
amplitude gating module (9e0a442) - Fix mislabelled and disconnected third inlet in
264.loop~
(9bd28f6) 🐛 - 🆕 Create
CHANGELOG.md
to consolidate release and prelease information (8a299fa) - Update
source/modules-screenshot.png