[PD] is "autobuild.puredata.info" down?
is autobuild.puredata.info down or is it only here? josé -- http://zepadovani.info ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[PD] pdj: how to configure the startup flags in OSX and GUI examples
Hi, Have just downloaded/extracted pdj to my /pdj/. I'm trying to set the flag "-schedlib ~/pdj/pdj" to be able to create guis with AWT (according to the document pdj.pdf at http://www.le-son666.com/software/pdj/). But it is not working... "-schedlib /Users/ze/pdj/pdj: can't load library" any tips? I would also like to know if there are some pdj GUI examples... (I am not an experienced Java programmer, but I think I can do something if I get some examples) thanks, josé -- http://zepadovani.info ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] external to create folders?
Em 11/01/10 20:49, Hans-Christoph Steiner escreveu: using [operating_system] and [popen] you can do it... (see pd patch) best wishes, josé PS: have not tested on a windows box, but I believe it will work.. :) I think mkdir works on Windows too, no? .hc Oops.. well, there is some time that I don't use windows/dos... but google says it does recognize mkdir.. :) Anyway, using [operating_system] + [popen] seems to be a good way to "bang" .bat files for win and .sh scripts for linux/osx and automate things according the current OS.. josé -- http://zepadovani.info ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] external to create folders?
Em 11/01/10 16:39, Matteo Sisti Sette escreveu: Hans-Christoph Steiner escribió: Kind of, you could try sending a mini script to popen, shell, pyext, pdlua, pdtcl, etc. Where could I learn more about pdtcl? I tried to google about it but couldn't even figure out what it is. Btw it is not included in PD Extended is it? thanks m. using [operating_system] and [popen] you can do it... (see pd patch) best wishes, josé PS: have not tested on a windows box, but I believe it will work.. :) -- http://zepadovani.info #N canvas 545 22 805 503 10; #X symbolatom 38 105 10 0 0 0 - - -; #X obj 38 155 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 97 155 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 156 156 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 38 73 operating_system; #X obj 38 129 select windows macos linux; #X obj 148 303 popen; #X obj 150 340 print; #X obj 127 258 mux 1 2; #X obj 104 223 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1 1; #X msg 40 182 0; #X msg 110 186 1; #X obj 200 -18 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X text 235 -9 create dir at home folder; #X msg 194 18 md "%HOMEDIR%/My Documents/mydir"; #X msg 262 43 mkdir ~/mydir; #X obj 35 11 loadbang; #X connect 0 0 5 0; #X connect 1 0 10 0; #X connect 2 0 11 0; #X connect 3 0 11 0; #X connect 4 0 0 0; #X connect 5 0 1 0; #X connect 5 1 2 0; #X connect 5 2 3 0; #X connect 6 0 7 0; #X connect 8 0 6 0; #X connect 9 0 8 2; #X connect 10 0 9 0; #X connect 11 0 9 0; #X connect 12 0 14 0; #X connect 12 0 15 0; #X connect 14 0 8 0; #X connect 15 0 8 1; #X connect 16 0 4 0; ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] Vowel identification
That is really nice! Do you have this working also in SC? (I am asking because our recent thread about cepstrum in sc list) I will try it soon! Best wishes, josé William Brent escreveu: Hi list, I just put together a simple example patch using a couple of my timbreID externs in order to identify sung vowels. Here's a 30 second movie that demonstrates the patch: http://williambrent.conflations.com/mov/timbreID-vowel.mov I've only played with it a bit, but it seems like it works well within a small pitch range as is. If anyone actually has a need for this at the moment, let me know how it works for you... -- http://zepadovani.info ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] W/R Line of .txt
[coll].. two "l" Gintaras Lau. escreveu: Thank you Derek. Fast reply, Could you tell me the name of library that contain [col]. I don't have one yet. Thank you 2009/10/3 Derek Holzer : I recommend the [col] external for this, both writing to and reading from specific lines in a file. best, D. Gintaras Lau. wrote: Hello, numbers "Ctrl+3" are changing and written to text file through [set $1(_[textfile]. There are many of "Ctrl+3" and numbers need to be written to the same text file. How to define a line for each [set $1(_[textfile] to be stored in a single file, different lines and later read a chosen line through [qlist] to get stored number/s. -- ::: derek holzer ::: http://blog.myspace.com/macumbista ::: http://www.vimeo.com/macumbista ::: ---Oblique Strategy # 5: "Abandon normal instructions" ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list -- http://zepadovani.info ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] sc3~ for PD
You can send OSC messages to scynth from pd... you can do something like sc3~ with [textfile] (to type things as you described), [popen]/[shell] (to launch scynth) and OSC server commands (http://supercollider.svn.sourceforge.net/viewvc/supercollider/trunk/build/Help/ServerArchitecture/Server-Command-Reference.html) So it is possible to use PD to send SynthDefs to the server, instantiate Synths, etc... You can route the signals by using jack... to that you will need specific audio buses in SC to be your "inlets" and "outlets" but... probably is just easier to do everything in SC.. :) cheers Si Mills escreveu: Hello http://music.columbia.edu/~brad/sc3~/ - Just wondering, how hard would it be to port this to Pd? Is there any sort of external that allows you to write a text based synth directly inside PD? I imagine when clicking on the object would bring up a mini code editor. Sometimes the ability to to use loops and arrays to create objects and can be a real time saver (500 [osc~] each with random pitch variations and amplitudes please!) I need enlightening to the scripting possibilities of Pd I think cheers ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list -- http://zepadovani.info ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re: [PD] Feedback discussion
Chris McCormick escreveu: On Tue, Sep 15, 2009 at 04:00:09PM -0400, Mathieu Bouchard wrote: Instantaneousness is a myth. It does not exist in nature. I thought that at the moment it looks quite a lot like the collapse of a wave function of an electron being measured is instantaneous. Heisenberg is driving along in his car, and a cop pulls him over: "Sir, do you know how fast you were going?" "No, but I know exactly where I am." Chris. On the next PdCon we should have sessions for physics related papers, presentations and performances (without cars!)... ;) Unfortunately I think that nobody (including Heisenberg) knows when or where it will happen... :P josé -- http://zepadovani.info ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list