Also, there's a "legacy" flag that can be used to get the old behavior on the stuff we'vefixed like [bendin]-Jonathan> hey Jonathan - i would love to work with this for my purposes, but currently i have to be limited to objects for vanilla. is there a way at all to do this, since your original goal was to make l2Ork's new features accessible to all platforms? ideally i'd just like a superior vanilla PD editing environment with undo capability, but not have access to the advanced objects, or just be able to delete anything not integral to the editing process so i don't accidentally use it. any of this possible or are some objects fundamentally changed in your environment so much that cross compatibility is not possible?> best,> scottHi scott,If you need to know which objects, arguments and methods don't exist in Pd Vanilla, Purr Data hasa set of introspection tools that can help you do this.[pdinfo] has a "classlist" method that returns all the class names of everything that made it successfullythrough class_new[classinfo] lets you get all the creator names for the pd's "objectmaker" class. This should be a completelist of all names that you can type into an object box to create an object (plus a few more which youcannot manually create).[classinfo] lets you get method/creator signatures for each object. (Of course A_GIMME leavessome room for ambiguity, though.)Using these objects it should be possible to create a rought picture of Purr Data's "core interface". Ifyou can figure out a way to get similar info from a particular version Pd Vanilla, then you should beable to use the two sets of data to automatically query any version of Purr Data to see what's beenadded or changed.As far as disabling the non-Vanilla objects and methods-- I don't see any easy way to do that inPd. You could probably write some dangerous mercenary class that destroys/overwrites classes/methodsas you direct it from the runtime.You could use the Purr Data introspection objects inside an abstraction to poll the current parentcanvas looking for non-Vanilla objects. And maybe have it create a comment next to the offendingobject. But that's a bit finicky and prone to error.-JonathanOn Sat, Mar 11, 2017 at 7:48 AM, Jonathan Wilkes via Pd-list <pd-list@lists.iem.at> wrote:Purr Data 2.1.1 is out.I added a "dropdown" widget to the "Put" menu. The interfaceisn't yet stable, but it should be usable if people want to playwith it.Changes:
* normalized range for `[bendin]` (keep old behavior under legacy flag)
* added "mouseenter" and "mouseleave" events for data structures
* fixed "Recent Files" under Windows
* cleaned up documentation in repo
* fix for `[midiclkin]` (#255)
* added "l2ork_version" message for `[pdinfo]`
* make loader search order the same as Pd Vanilla
* fixed cord inspector font size
* silence spurious error when autopatching a signal object
* added a `[dropdown]` object for choosing a value for an atom box (interface not stable yet)
* made gatom resizable by click-dragging in edit mode
* added "<ctrl-mousewheel>" for zooming
* added solarized and inverted solarized gui presets
* fixed mycanvas stroke color updates
* improvements to mode 4 of intelligent patching
* fixed "<Delete>" not deleting a selected object on some systems-Jonathan
______________________________ _________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> https://lists.puredata.info/ listinfo/pd-list
______________________________ _________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> https://lists.puredata.info/ listinfo/pd-list______________________________ _________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> https://lists.puredata.info/ listinfo/pd-list
______________________________ _________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> https://lists.puredata.info/ listinfo/pd-list