known bugs
From Cycling '74 Wiki
(Difference between revisions)
(→Max externals) |
|||
| Line 5: | Line 5: | ||
==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 | + | * 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. See exemple here : |
<maxpat> | <maxpat> | ||
| Line 29: | Line 29: | ||
-----------end_max5_patcher----------- | -----------end_max5_patcher----------- | ||
</maxpat> | </maxpat> | ||
| − | + | (Max 6.0.8 - OSX 10.6.8) | |
==MSP externals== | ==MSP externals== | ||
Revision as of 23:53, 24 November 2012
This page is dedicated to be an inventory of known bugs. When you list what you believe to be a known bug, please list the Max version, Platform (Mac or Window), and - if possible - the OS Version.
Contents |
The Max Application
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 a dict.group in the [prepend] inlet. See exemple here :
-- Pasted Max Patch, click to expand. --
(Max 6.0.8 - OSX 10.6.8)
MSP externals
Jitter externals
- jit.anim.drive : @ui_map [dictname] attribute is broken (Max 6.0.8 - OSX 10.6.8)