Hi, Im finding myself having a hard time trying to make a patch and thought I ask fore some suggestions: Im loading a text file into the text object, and I want the content to be spit out to a symbol object letter by letter eg. a an ano anot anoth anothe another Anyone familiar with an object that does that?
Timon.
If you use [pyext], [shell], or some of the other scripting objects, you could write a mini-script to do this.
.hc
On Saturday, Mar 6, 2004, at 14:30 America/New_York, timon botez wrote:
Hi, Im finding myself having a hard time trying to make a patch and thought I ask fore some suggestions: Im loading a text file into the text object, and I want the content to be spit out to a symbol object letter by letter eg. a an ano anot anoth anothe another Anyone familiar with an object that does that?
Timon.
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
personally, i've accomplished stuff like this using Toxy. i think for small scripts like this its a good idea since there already a Tcl/Tk runtime in memory when pd is running, launching python just to split a string seems a little heavy weight.
here is a patch i did which i was just messing around with tot scriptlets to see how they worked...
-josh
Hans-Christoph Steiner wrote:
If you use [pyext], [shell], or some of the other scripting objects, you could write a mini-script to do this.
.hc
On Saturday, Mar 6, 2004, at 14:30 America/New_York, timon botez wrote:
Hi, Im finding myself having a hard time trying to make a patch and thought I ask fore some suggestions: Im loading a text file into the text object, and I want the content to be spit out to a symbol object letter by letter eg. a an ano anot anoth anothe another Anyone familiar with an object that does that?
Timon.
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list