known bugs
From Cycling '74 Wiki
(Difference between revisions)
m |
|||
| (8 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | This page is | + | This page is intended to provide a quick inventory of known bugs and - when possible - workarounds. |
| + | |||
| + | '''Note: ''All bugs should first be reported using the [//cycling74.com/max6-bug-form/ Max 6 Bug Reporting Form].''''' | ||
| + | |||
| + | When you list what you believe is a submitted and known bug, please list the Max version, Platform (Mac or Window), and the OS Version. | ||
==The Max Application== | ==The Max Application== | ||
| Line 5: | Line 9: | ||
==Max externals== | ==Max externals== | ||
| − | * dict : formatting a message beginning with "set {entry index}" and containing a dictionary name in it doesn't work using zl.group to combine the "set {entry index}" and the dictionary name coming from a dict.group object in one message, works if using [prepend set {entry index} ] and the dictionary name coming from | + | * kslider : clicking on the top right corner ('white' key) will cause MIDI pitch output a semitone higher than expected, as if there is a ghost 'black' key there. This causes a discontinuity in velocity output as well as the wrong pitch. Applies to Max v6 AND v5, both Windows and Mac. Has been ticketed (as of 22-11-2012). |
| + | |||
| + | * dict : formatting a message beginning with "set {entry index}" and containing a dictionary name in it doesn't work using zl.group to combine the "set {entry index}" and the dictionary name coming from a dict.group object in one message, works if using [prepend set {entry index} ] and the dictionary name coming from a dict.group in the [prepend] inlet. (Max 6.0.8 - OSX 10.6.8) | ||
| + | See example here : | ||
| + | <maxpat> | ||
----------begin_max5_patcher---------- | ----------begin_max5_patcher---------- | ||
805.3oc2XssbZCCD8YyWgF8LkwV9B1807OzWZ5vHiUIJEK6QRPtM4eu5hMEH | 805.3oc2XssbZCCD8YyWgF8LkwV9B1807OzWZ5vHiUIJEK6QRPtM4eu5hMEH | ||
| Line 27: | Line 35: | ||
NWKa2jGWWukvEM1z.E0wRtuhqGlL0LjxrCMVDxIaosqOch1ZuN4urMlyjA | NWKa2jGWWukvEM1z.E0wRtuhqGlL0LjxrCMVDxIaosqOch1ZuN4urMlyjA | ||
-----------end_max5_patcher----------- | -----------end_max5_patcher----------- | ||
| + | </maxpat> | ||
==MSP externals== | ==MSP externals== | ||
Revision as of 22:25, 29 November 2012
This page is intended to provide a quick inventory of known bugs and - when possible - workarounds.
Note: All bugs should first be reported using the Max 6 Bug Reporting Form.
When you list what you believe is a submitted and known bug, please list the Max version, Platform (Mac or Window), and the OS Version.
Contents |
The Max Application
Max externals
- kslider : clicking on the top right corner ('white' key) will cause MIDI pitch output a semitone higher than expected, as if there is a ghost 'black' key there. This causes a discontinuity in velocity output as well as the wrong pitch. Applies to Max v6 AND v5, both Windows and Mac. Has been ticketed (as of 22-11-2012).
- dict : formatting a message beginning with "set {entry index}" and containing a dictionary name in it doesn't work using zl.group to combine the "set {entry index}" and the dictionary name coming from a dict.group object in one message, works if using [prepend set {entry index} ] and the dictionary name coming from a dict.group in the [prepend] inlet. (Max 6.0.8 - OSX 10.6.8)
See example here :
-- Pasted Max Patch, click to expand. --
MSP externals
Jitter externals
- jit.anim.drive : @ui_map [dictname] attribute is broken (Max 6.0.8 - OSX 10.6.8)