should be able to write list literals inside constructors, like in jMax. for example:
@for {0 0} {240 320} {1 1}
should call the new-function for the @for with 3 arguments that are all lists containing two integer atoms each.
VSlider and HSlider should be merged together, and allow for all four directions (includes right-to-left, top-to-bottom).
VDial and HDial should be merged together, and allow for all four directions.
Delete key should work when editing an object/comment/etc.
what about jMax's fork object ?
what about jMax's "value view" (on canvas) object ?
either jMax's nested patchers, or a more powerful concept: embedded abstractions (like regular abstractions but need not live in a different file)
should be able to add atom types and define increfs/decrefs on them.
Mathieu Bouchard http://artengine.ca/matju
Hi, Mathieu Bouchard hat gesagt: // Mathieu Bouchard wrote:
Delete key should work when editing an object/comment/etc.
Hey, here I've got another one:
Copy and paste of the system's clipboard should work with PD's text on Linux/X11.
I saw this working on W32, where I can paste text into object boxes or messages, but on Linux it does not work. This wold be wonderful for longer texts where I now quit PD and use Vim :(
Frank Barknecht _ ______footils.org__
I read:
I saw this working on W32, where I can paste text into object boxes or messages, but on Linux it does not work. This wold be wonderful for longer texts where I now quit PD and use Vim :(
vim runs just fine while pd is running ;) BTW you can always use the builtin text editor to paste stuff and send it into your obj/msg box ...
regards,
x
Hi, CK hat gesagt: // CK wrote:
vim runs just fine while pd is running ;)
It does? :)
BTW you can always use the builtin text editor to paste stuff and send it into your obj/msg box ...
Now that is cool. I didn't know that, but it works fine. Still things to learn about PD...
Frank Barknecht _ ______footils.org__