Is anyone aware of an alternative GUI for PD's array object?
i found the PD array object useless for editing as well, but the [widget] external coupled with Tk's BLT extension makes cake out of something better: http://whats-your.name/pd/gui/lg.gif . the widget definition is at http://cvs.sourceforge.net/viewcvs.py/*checkout*/pure-data/extensions/gui/ix... and theres another one similar to EnvGen at http://cvs.sourceforge.net/viewcvs.py/*checkout*/pure-data/externals/miXed/t...
I am looking for something where an arbitrary number of sequential points can be drawn within a bounded 2-dimensional graph, and then a number of interpolation styles can be applied and visualized.
since you cant define links between tables and a trigger to do something whenever an array is updated (ideally faster-than-realtime), your best bet is proably managing the updates to table 1 (uninterpolated) from a single place and then run it thru [expr] or [pmpd] or what not to fill up a second table with many more points., then you should be able to view those overlayed in a single box with the builtin array or graph object somehow...