I'd like to see drag and drop of pd patches from an OS file browser onto pd to open them.
On Fri, Mar 7, 2008 at 9:42 AM, Chuckk Hubbard badmuthahubbard@gmail.com wrote:
On Tue, Mar 4, 2008 at 10:55 AM, Georg Holzmann grh@mur.at wrote:
Hallo!
I'd like to apply for some Mentos. I like mixed fruit or grape. As for Pd, I can't think of something major enough to call for
SoC, but I'll keep thinking.
I think the projects should not be too big. This is maybe something
we
can learn from last year. It would be nice to have compact projects which would be e.g. also manageable by people new to the pd
community ...
In that case, I might think of a few possibilities for anyone who is open to them.
I have just a minor suggestion for an improvement. What if it were possible to edit a Pd patch as text from within Pd? I often open a patch in a text editor in order to mass copy sends and receives or GUI elements or whatever. The syntax is straightforward enough that sometimes this is quicker than clicking, for a whole bunch of items. It would be cool if I could do that from within Pd, without closing the patch...
-Chuckk
yes. plus copy and paste of text into pd patches. just select objects in pd and when you paste them into an email they will appear as pd code. vice versa, when you select and copy text from an email then copy should paste pd objects into the patch. (or "new from clipboard"...) marius.
Daniel Wilcox wrote:
I'd like to see drag and drop of pd patches from an OS file browser onto pd to open them.
On Fri, Mar 7, 2008 at 9:42 AM, Chuckk Hubbard <badmuthahubbard@gmail.com <mailto:badmuthahubbard@gmail.com>> wrote: > On Tue, Mar 4, 2008 at 10:55 AM, Georg Holzmann <grh@mur.at <mailto:grh@mur.at>> wrote: > > Hallo! > > > > > > > I'd like to apply for some Mentos. I like mixed fruit or grape. > > > As for Pd, I can't think of something major enough to call for Google > > > SoC, but I'll keep thinking. > > > > I think the projects should not be too big. This is maybe something we > > can learn from last year. It would be nice to have compact projects > > which would be e.g. also manageable by people new to the pd community ... > > In that case, I might think of a few possibilities for anyone who is > open to them. I have just a minor suggestion for an improvement. What if it were possible to edit a Pd patch as text from within Pd? I often open a patch in a text editor in order to mass copy sends and receives or GUI elements or whatever. The syntax is straightforward enough that sometimes this is quicker than clicking, for a whole bunch of items. It would be cool if I could do that from within Pd, without closing the patch... -Chuckk
-- Dan Wilcox danomatika www.robotcowboy.com http://www.robotcowboy.com
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
So some sort of "copy as text" and "paste from text" that handles the object
text stuff?
On Thu, Mar 20, 2008 at 1:06 PM, marius schebella < marius.schebella@gmail.com> wrote:
yes. plus copy and paste of text into pd patches. just select objects in pd and when you paste them into an email they will appear as pd code. vice versa, when you select and copy text from an email then copy should paste pd objects into the patch. (or "new from clipboard"...) marius.
Daniel Wilcox wrote:
I'd like to see drag and drop of pd patches from an OS file browser onto pd to open them.
On Fri, Mar 7, 2008 at 9:42 AM, Chuckk Hubbard <badmuthahubbard@gmail.com <mailto:badmuthahubbard@gmail.com>>
wrote:
> On Tue, Mar 4, 2008 at 10:55 AM, Georg Holzmann <grh@mur.at <mailto:grh@mur.at>> wrote: > > Hallo! > > > > > > > I'd like to apply for some Mentos. I like mixed fruit or grape. > > > As for Pd, I can't think of something major enough to call for Google > > > SoC, but I'll keep thinking. > > > > I think the projects should not be too big. This is maybe something we > > can learn from last year. It would be nice to have compact projects > > which would be e.g. also manageable by people new to the pd community ... > > In that case, I might think of a few possibilities for anyone
who is
> open to them. I have just a minor suggestion for an improvement. What if it were possible to edit a Pd patch as text from within Pd? I often open a patch in a text editor in order to mass copy sends
and
receives or GUI elements or whatever. The syntax is straightforward enough that sometimes this is quicker than clicking, for a whole
bunch
of items. It would be cool if I could do that from within Pd,
without
closing the patch... -Chuckk
-- Dan Wilcox danomatika www.robotcowboy.com http://www.robotcowboy.com
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
well when you copy an object then you have something like #X obj 105 111 inlet; in your clipboard. and if you copy this into any other program it will be insterted as a line of text, but in pd it should be inserted as objects. don't know if that is easy. marius.
Daniel Wilcox wrote:
So some sort of "copy as text" and "paste from text" that handles the object - > text stuff?
On Thu, Mar 20, 2008 at 1:06 PM, marius schebella <marius.schebella@gmail.com mailto:marius.schebella@gmail.com> wrote:
yes. plus copy and paste of text into pd patches. just select objects in pd and when you paste them into an email they will appear as pd code. vice versa, when you select and copy text from an email then copy should paste pd objects into the patch. (or "new from clipboard"...) marius. Daniel Wilcox wrote: > I'd like to see drag and drop of pd patches from an OS file browser onto > pd to open them. > > > On Fri, Mar 7, 2008 at 9:42 AM, Chuckk Hubbard > <badmuthahubbard@gmail.com <mailto:badmuthahubbard@gmail.com> <mailto:badmuthahubbard@gmail.com <mailto:badmuthahubbard@gmail.com>>> wrote: > > On Tue, Mar 4, 2008 at 10:55 AM, Georg Holzmann <grh@mur.at <mailto:grh@mur.at> > <mailto:grh@mur.at <mailto:grh@mur.at>>> wrote: > > > Hallo! > > > > > > > > > > I'd like to apply for some Mentos. I like mixed fruit or > grape. > > > > As for Pd, I can't think of something major enough to call > for Google > > > > SoC, but I'll keep thinking. > > > > > > I think the projects should not be too big. This is maybe > something we > > > can learn from last year. It would be nice to have compact > projects > > > which would be e.g. also manageable by people new to the pd > community ... > > > > In that case, I might think of a few possibilities for anyone who is > > open to them. > > I have just a minor suggestion for an improvement. > What if it were possible to edit a Pd patch as text from within Pd? > I often open a patch in a text editor in order to mass copy sends and > receives or GUI elements or whatever. The syntax is straightforward > enough that sometimes this is quicker than clicking, for a whole bunch > of items. It would be cool if I could do that from within Pd, without > closing the patch... > > -Chuckk > > > -- > Dan Wilcox > danomatika > www.robotcowboy.com <http://www.robotcowboy.com> <http://www.robotcowboy.com> > > > ------------------------------------------------------------------------ > > _______________________________________________ > PD-list@iem.at <mailto:PD-list@iem.at> mailing list > UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Dan Wilcox danomatika www.robotcowboy.com http://www.robotcowboy.com
On 20/03/2008, at 18.52, Daniel Wilcox wrote:
I'd like to see drag and drop of pd patches from an OS file browser
onto pd to open them.
I'm sure you'r concerned with a specific or any OS not just an OS,
since it works on Mac OS X. Maybe it's work for the "desktop manager"
not the OS? - Just thoughts.
That's been implemented using tkdnd, I think the patch even is
included in pd-vanilla. You just need to install tkdnd. It would be
great if someone got tkdnd built into Pd-extended (hint, hint). I
don't think it would be very hard.
On Mac OS X, you can drop pd files on the App icon and they'll open.
.hc
On Mar 20, 2008, at 1:52 PM, Daniel Wilcox wrote:
I'd like to see drag and drop of pd patches from an OS file browser
onto pd to open them.On Fri, Mar 7, 2008 at 9:42 AM, Chuckk Hubbard badmuthahubbard@gmail.com wrote:
On Tue, Mar 4, 2008 at 10:55 AM, Georg Holzmann grh@mur.at wrote:
Hallo!
I'd like to apply for some Mentos. I like mixed fruit or
grape.
As for Pd, I can't think of something major enough to call
for Google
SoC, but I'll keep thinking.
I think the projects should not be too big. This is maybe
something we
can learn from last year. It would be nice to have compact
projects
which would be e.g. also manageable by people new to the pd
community ...
In that case, I might think of a few possibilities for anyone
who is
open to them.
I have just a minor suggestion for an improvement. What if it were possible to edit a Pd patch as text from within Pd? I often open a patch in a text editor in order to mass copy sends and receives or GUI elements or whatever. The syntax is straightforward enough that sometimes this is quicker than clicking, for a whole bunch of items. It would be cool if I could do that from within Pd, without closing the patch...
-Chuckk
-- Dan Wilcox danomatika www.robotcowboy.com _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
The arc of history bends towards justice. - Dr. Martin Luther
King, Jr.
Hi,
Ive been using cyclone/coll to capture data and write it to file but
the patch stops responding after about 2 minutes. My data is 4
streams at 500 samples a second. Has anyone any better ways of doing
this? Im wondering should I be writing to tables instead perhaps? In
which case how would I write to file from the table?
Many thanks
Nick
hi, [;tablename write filename.txt( will write the content of a table into a textfile. it is strange that coll stops working, but it looks like there is a limit after 240000 entries? how much do you want to record? marius.
nicholas ward wrote:
Hi, Ive been using cyclone/coll to capture data and write it to file but
the patch stops responding after about 2 minutes. My data is 4
streams at 500 samples a second. Has anyone any better ways of doing
this? Im wondering should I be writing to tables instead perhaps? In
which case how would I write to file from the table? Many thanks Nick
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Nicholas,
If you go this route here's a patch I use to write tables to textfiles, sorry no time to simplify or generalise it but you should be able to make it do what you like.
a.
On Thu, 20 Mar 2008 21:40:13 +0000 nicholas ward nward04@qub.ac.uk wrote:
Hi, Ive been using cyclone/coll to capture data and write it to file but
the patch stops responding after about 2 minutes. My data is 4
streams at 500 samples a second. Has anyone any better ways of doing
this? Im wondering should I be writing to tables instead perhaps? In
which case how would I write to file from the table? Many thanks Nick
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Andy,
Thanks for that I'll have a look in a sec. Ive opened activity
monitor here and as i capture data I can see the cpu for my patch
going up a percent every second or so. If i send coll the write to
file message it drops back down to 15%. Evidently something is
getting more and more complicated to do in the guts of coll as more
and more data builds up.
At the moment I write a list to coll like so [index data data data
( is this correct?
Thanks again, I'll have a look at your table solution now Andy
Nick
On 20 Mar 2008, at 23:15, Andy Farnell wrote:
Hi Nicholas,
If you go this route here's a patch I use to write tables to textfiles, sorry no time to simplify or generalise it but you should be able to make it do what you like.
a.
On Thu, 20 Mar 2008 21:40:13 +0000 nicholas ward nward04@qub.ac.uk wrote:
Hi, Ive been using cyclone/coll to capture data and write it to file but the patch stops responding after about 2 minutes. My data is 4 streams at 500 samples a second. Has anyone any better ways of doing this? Im wondering should I be writing to tables instead perhaps? In which case how would I write to file from the table? Many thanks Nick
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
-- Use the source<xgraphtable.pd>
hello,
i use textfile to record data on a file without any problem. i tested with files up to 100Mo with no problem or overload.
but writing in a table in memory is also a good option.
cyrille
nicholas ward a écrit :
Hi, Ive been using cyclone/coll to capture data and write it to file but
the patch stops responding after about 2 minutes. My data is 4
streams at 500 samples a second. Has anyone any better ways of doing
this? Im wondering should I be writing to tables instead perhaps? In
which case how would I write to file from the table? Many thanks Nick
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hello Hans-C,
After all it's just a matter of adding tkdnd into the build scripts.
into the scripts/ folder there is a bash one that looks for Wish.app, another one that "ensure that everything is installed on the right place" for mingw, what about doing the same thing for all needed tcl-tk libs?
Hans-Christoph Steiner a écrit :
That's been implemented using tkdnd, I think the patch even is included in pd-vanilla. You just need to install tkdnd. It would be great if someone got tkdnd built into Pd-extended (hint, hint). I don't think it would be very hard.
On Mac OS X, you can drop pd files on the App icon and they'll open.
.hc
On Mar 20, 2008, at 1:52 PM, Daniel Wilcox wrote:
I'd like to see drag and drop of pd patches from an OS file browser onto pd to open them.
On Fri, Mar 7, 2008 at 9:42 AM, Chuckk Hubbard <badmuthahubbard@gmail.com <mailto:badmuthahubbard@gmail.com>> wrote: > On Tue, Mar 4, 2008 at 10:55 AM, Georg Holzmann <grh@mur.at <mailto:grh@mur.at>> wrote: > > Hallo! > > > > > > > I'd like to apply for some Mentos. I like mixed fruit or grape. > > > As for Pd, I can't think of something major enough to call for Google > > > SoC, but I'll keep thinking. > > > > I think the projects should not be too big. This is maybe something we > > can learn from last year. It would be nice to have compact projects > > which would be e.g. also manageable by people new to the pd community ... > > In that case, I might think of a few possibilities for anyone who is > open to them. I have just a minor suggestion for an improvement. What if it were possible to edit a Pd patch as text from within Pd? I often open a patch in a text editor in order to mass copy sends and receives or GUI elements or whatever. The syntax is straightforward enough that sometimes this is quicker than clicking, for a whole bunch of items. It would be cool if I could do that from within Pd, without closing the patch... -Chuckk
-- Dan Wilcox danomatika www.robotcowboy.com http://www.robotcowboy.com _______________________________________________ PD-list@iem.at mailto:PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
The arc of history bends towards justice. - Dr. Martin Luther King, Jr.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I think the think to do would be to create a folder in SVN and import
this code, something like 'extensions/tk/tkdnd'. Then there could be
a Makefile which handles building it for each platform in 'extensions/
tk/Makefile' or wherever makes sense.
Then any other of the very handy tcl and tk extensions could also be
included there. There is a lot of useful Tcl and Tk extensions that
would be very nice to have included.
.hc
On Mar 21, 2008, at 10:31 AM, Patrice Colet wrote:
Hello Hans-C,
After all it's just a matter of adding tkdnd into the build scripts.
into the scripts/ folder there is a bash one that looks for
Wish.app, another one that "ensure that everything is installed on
the right place" for mingw, what about doing the same thing for
all needed tcl-tk libs?Hans-Christoph Steiner a écrit :
That's been implemented using tkdnd, I think the patch even is
included in pd-vanilla. You just need to install tkdnd. It would
be great if someone got tkdnd built into Pd-extended (hint,
hint). I don't think it would be very hard. On Mac OS X, you can drop pd files on the App icon and they'll open. .hc On Mar 20, 2008, at 1:52 PM, Daniel Wilcox wrote:I'd like to see drag and drop of pd patches from an OS file
browser onto pd to open them.On Fri, Mar 7, 2008 at 9:42 AM, Chuckk Hubbard <badmuthahubbard@gmail.com
mailto:badmuthahubbard@gmail.com> wrote: > On Tue, Mar 4, 2008 at 10:55 AM, Georg Holzmann <grh@mur.at mailto:grh@mur.at> wrote: > > Hallo! > > > > > > > I'd like to apply for some Mentos. I like mixed
fruit or grape. > > > As for Pd, I can't think of something major enough to
call for Google > > > SoC, but I'll keep thinking. > > > > I think the projects should not be too big. This is maybe something we > > can learn from last year. It would be nice to have compact projects > > which would be e.g. also manageable by people new to
the pd community ... > > In that case, I might think of a few possibilities for anyone who is > open to them.I have just a minor suggestion for an improvement. What if it were possible to edit a Pd patch as text from
within Pd? I often open a patch in a text editor in order to mass copy
sends and receives or GUI elements or whatever. The syntax is
straightforward enough that sometimes this is quicker than clicking, for a
whole bunch of items. It would be cool if I could do that from within
Pd, without closing the patch...-Chuckk
-- Dan Wilcox danomatika www.robotcowboy.com http://www.robotcowboy.com _______________________________________________ PD-list@iem.at mailto:PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
The arc of history bends towards justice. - Dr. Martin Luther
King, Jr.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
"It is convenient to imagine a power beyond us because that means we
don't have to examine our own lives.", from "The Idols of
Environmentalism", by Curtis White