pd-fileutils
pd-fileutils copied to clipboard
Limit width of rendered objects
I found two displaying problems with objects in general. The first is that objects are not limited in span as they are in pd vanilla, extended or l2Ork. The second one is when an object contains a comma (such as when using [expr if]), the comma is displayed as , and not simply ,
These problems may also appear in messages, although I haven't test that yet.
Example. Compare this...: https://enzienaudio.com/a/dave?fetch=http://forum.pdpatchrepo.info/uploads/files/upload-4b5f0aba-6363-4f49-975f-df5a26f4a66a.pd
...to this: http://forum.pdpatchrepo.info/uploads/files/upload-76b1b5da-45ac-48be-b406-a93c883518cc.png
EDIT: I also noted that the messages are truncated. Where the png shows [0.123456789( pd-fileutils shows [0.1234567(
good points thanks! I'll fix both of those asap.
Ok I fixed the comma thing : https://enzienaudio.com/a/dave?fetch=http://forum.pdpatchrepo.info/uploads/files/upload-4b5f0aba-6363-4f49-975f-df5a26f4a66a.pd
Still the width to limit!