known bugs
From Cycling '74 Wiki
(Difference between revisions)
(created page) |
(→Max externals) |
||
| (14 intermediate revisions by 4 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. |
| − | * jit.anim.drive : @ui_map [dictname] attribute is broken (6.0.8) | + | '''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== | ||
| + | |||
| + | ==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 : | ||
| + | |||
| + | <maxpat> | ||
| + | ----------begin_max5_patcher---------- | ||
| + | 805.3oc2XssbZCCD8YyWgF8LkwV9B1807OzWZ5vHiUIJEK6QRPtM4eu5hMEH | ||
| + | gXaQhgouXORVr6YO6tGIwKS7f4UORDPv2A+D348xDOOyT5I7ZF6AKwOtbMVX | ||
| + | VFbYUYIgIgSseSRdTZl+gJ9eDsy96JlTPeln+RPvL+loqwxk2QYqVvIKkVml | ||
| + | k3q9L.kDoeEDaGodB9UyOhsorZibMQZ7eqonEFuVke+2BR24V9pbyh14QMPX | ||
| + | 3RCPf+fvKvLL7eFlxZsafdtWmLQ+X5YREEUDAfUIAZNY3TRZZpgK7ScmRhuP | ||
| + | TR9ForhA+ffKxeufC0UrE7NwVPq4sqS9TMwZaXNlsBtukNufgQdP4v2jdkfb | ||
| + | PtCo0lHOxToGlzQjidajm8wA9ziIfuzLcIQHvqHCmGlaS8goQ6WkmNjRf3SR | ||
| + | D8K3q4DgpwEKoUrCP1bCxBMIp1Gue8D5BPYnCEFFDkEdlT1YG7mnYRkJpIrB | ||
| + | ffHA2BCuE5vVHnlzVl9U17gKofR9LYmOgtoczCVaOeU3.BUQUtZTjOH1GjnG | ||
| + | YZ5cjsPYAlhnLzvqkBtRqkJnKkyVwq1T6dQTPr9URhCEQnSRKZfojZv7mtvk | ||
| + | SmQWVZTngSBM0MQNHAgtVqadd8r6qnLG3j3X6gWM0N1M1G1V5AmtnQue9HwK | ||
| + | im5SZirSZnypOQ+Gp9zPKH6APbQ8Y90i3S22A.kZ6Whb8N.nvK7c.zjJ3lab | ||
| + | Qx.sWrGmMK9Ci8n2QxHrOo5oMBHNJhzLo.ukTrP4UE9WfkRNUkbs+eAd6HLO | ||
| + | HoLmTr2UQ0QNW4GIgufvv4qMdz27MC+Ozrfo2ZKk7.ralM0dMqPqzx.u2bRm | ||
| + | cAFiAWSYG+2lXfjd9CiCQ0F9x1DT68WA+CSEDgjxLWEYuEkcvZtiVTPX6i4B | ||
| + | pPSqE6302Pn8ENY8.MnfQENAc.mnQCM5KFzI6De.j+Jgi9zBcBmvqK3nkqFo | ||
| + | r0Qt5D3IY7pd5Sm9Qj3WJdButxWQ8.NyGMzLuuIqQp4pO5xiXsSe50QIWWJy | ||
| + | NWKa2jGWWukvEM1z.E0wRtuhqGlL0LjxrCMVDxIaosqOch1ZuN4urMlyjA | ||
| + | -----------end_max5_patcher----------- | ||
| + | </maxpat> | ||
| + | |||
| + | * When reading a text file with [coll], if said text contains /, or /; and you double-clic the [coll] then modify the text, you can't close and save the window containing the [coll] data. | ||
| + | See here : http://cycling74.com/forums/topic.php?id=44652 | ||
| + | |||
| + | ==MSP externals== | ||
| + | |||
| + | ==Jitter externals== | ||
| + | |||
| + | * jit.anim.drive : @ui_map [dictname] attribute is broken (Max 6.0.8 - OSX 10.6.8) | ||
| + | |||
| + | ==Max for Live externals== | ||
| + | |||
| + | ==Gen== | ||
Latest revision as of 17:49, 14 January 2013
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 |
[edit] The Max Application
[edit] 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. --
- When reading a text file with [coll], if said text contains /, or /; and you double-clic the [coll] then modify the text, you can't close and save the window containing the [coll] data.
See here : http://cycling74.com/forums/topic.php?id=44652
[edit] MSP externals
[edit] Jitter externals
- jit.anim.drive : @ui_map [dictname] attribute is broken (Max 6.0.8 - OSX 10.6.8)