You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inconsistency: generate inlet for whatever '%' argument is created - cyclone only creates for 'valid' patterns and prints errors when it isn't, such as "[sprintf]: slot skipped ('j' modifier not supported in a format pattern)". Documented!
Inconsistency: only single modifiers are supported ("l" or "h", not 'L'). In max modifiers like 'll' and 'hh' are supported (not that it seems they work well), as well as 'L'. Documented! - Maybe include L????
Not an inconsistency, but things like width field, # and precision for d/i/o/u/x/X only work with "symout" (same for max, but in max this is more buggy...) - not documented.
Bug: precision and "#" in the wrong order blows up Pd (old bug)
this is a reboot of #349
Inconsistency: generate inlet for whatever '%' argument is created - cyclone only creates for 'valid' patterns and prints errors when it isn't, such as "[sprintf]: slot skipped ('j' modifier not supported in a format pattern)". Documented!
Inconsistency: only single modifiers are supported ("l" or "h", not 'L'). In max modifiers like 'll' and 'hh' are supported (not that it seems they work well), as well as 'L'. Documented! - Maybe include L????
Not an inconsistency, but things like width field, # and precision for d/i/o/u/x/X only work with "symout" (same for max, but in max this is more buggy...) - not documented.
Bug: precision and "#" in the wrong order blows up Pd (old bug)
references:
The text was updated successfully, but these errors were encountered: