Hi all,
Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test1
Some new features:
binary netsend/netreceive (so you should no longer need an extern for OSC)
pd~ (multiprocessing) works on windows and is less likely to deadlock although not yet perfect
multi-purpose "array" and "text" objects. "Array" is a more general replacement for the "table", "tabread" and "tabwrite" obejcts. "text" is sort of like Max's "coll" but simpler and hopefully more powerful.
"text"s are also avaioable as fields in data structures.
"tempo" messages for delay, metro, timer, and "test sequence". In particular you can specify or measure time in samples, but you can also use this for changing the speed of an ensemble of delay loops while keeping them in sync.
Objects/messages/comments have settable box widths.
Also various improvements in audio and midi handling:
The Pd window now tells you whether PD has an audio device open or not
Fixed hangups exiting when using jack
Got ASIO working again on PC (it was apparently broken; I don't know for how long.)
cheers Miller
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
sweeeeet!
On Sat, Aug 17, 2013 at 9:51 PM, Miller Puckette msp@ucsd.edu wrote:
Hi all,
Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git:// pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test1
Some new features:
binary netsend/netreceive (so you should no longer need an extern for OSC)
pd~ (multiprocessing) works on windows and is less likely to deadlock although not yet perfect
multi-purpose "array" and "text" objects. "Array" is a more general replacement for the "table", "tabread" and "tabwrite" obejcts. "text" is sort of like Max's "coll" but simpler and hopefully more powerful.
"text"s are also avaioable as fields in data structures.
"tempo" messages for delay, metro, timer, and "test sequence". In particular you can specify or measure time in samples, but you can also use this for changing the speed of an ensemble of delay loops while keeping them in sync.
Objects/messages/comments have settable box widths.
Also various improvements in audio and midi handling:
The Pd window now tells you whether PD has an audio device open or not
Fixed hangups exiting when using jack
Got ASIO working again on PC (it was apparently broken; I don't know for how long.)
cheers Miller
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Thanks so much!
On Sun, Aug 18, 2013 at 10:51 AM, Miller Puckette msp@ucsd.edu wrote:
Hi all,
Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git:// pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test1
Some new features:
binary netsend/netreceive (so you should no longer need an extern for OSC)
pd~ (multiprocessing) works on windows and is less likely to deadlock although not yet perfect
multi-purpose "array" and "text" objects. "Array" is a more general replacement for the "table", "tabread" and "tabwrite" obejcts. "text" is sort of like Max's "coll" but simpler and hopefully more powerful.
"text"s are also avaioable as fields in data structures.
"tempo" messages for delay, metro, timer, and "test sequence". In particular you can specify or measure time in samples, but you can also use this for changing the speed of an ensemble of delay loops while keeping them in sync.
Objects/messages/comments have settable box widths.
Also various improvements in audio and midi handling:
The Pd window now tells you whether PD has an audio device open or not
Fixed hangups exiting when using jack
Got ASIO working again on PC (it was apparently broken; I don't know for how long.)
cheers Miller
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Miller,
Thanks for the new features!
On Sun, Aug 18, 2013 at 3:51 AM, Miller Puckette msp@ucsd.edu wrote:
Hi all,
Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git:// pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test
It seems to me that there is no tag or branch named 0.45-.. available.
user@desktop:~/git/pure-data$ git checkout 0.4 0.41-0test06 0.43 0.43-2 0.43-4 0.44-0test2 0.42 0.43-1 0.43-2test1 0.43-test1 0.44-1 0.42-4 0.43-1test3 0.43-3 0.44-0 0.44-3 0.42-5 0.43-1test4 0.43-3test1 0.44-0test1
Kind regards, Funs
Thanks - it looks like my attempts to 'git push' somehow stopped working June 1. I don't know where my new 'push' attempts are going but had better try to g3figure this one out. Meanwhile just grab from webpage.
cheers Miller
On Sun, Aug 18, 2013 at 10:49:06AM +0200, Funs Seelen wrote:
Hi Miller,
Thanks for the new features!
On Sun, Aug 18, 2013 at 3:51 AM, Miller Puckette msp@ucsd.edu wrote:
Hi all,
Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git:// pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test
It seems to me that there is no tag or branch named 0.45-.. available.
user@desktop:~/git/pure-data$ git checkout 0.4 0.41-0test06 0.43 0.43-2 0.43-4 0.44-0test2 0.42 0.43-1 0.43-2test1 0.43-test1 0.44-1 0.42-4 0.43-1test3 0.43-3 0.44-0 0.44-3 0.42-5 0.43-1test4 0.43-3test1 0.44-0test1
Kind regards, Funs
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
OK... looks like you can git-clone it as follows:
git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data
pure-data-pure-data
cd pure-data-pure-data
git checkout HEAD
I don't know why it's now called 'pure-data-pure-data' nor how to give it a simpler name. Astonishingly, one can still apparently check out 'pure-data' instead of 'pure-data-pure-data' and one gets an old version; I'd love to be able to delete that or consolidate teh two somehow, but am afraid to try.
cheers Miller
Hi Miller,
Thanks for the new features!
On Sun, Aug 18, 2013 at 3:51 AM, Miller Puckette msp@ucsd.edu wrote:
Hi all,
Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git:// pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test
It seems to me that there is no tag or branch named 0.45-.. available.
user@desktop:~/git/pure-data$ git checkout 0.4 0.41-0test06 0.43 0.43-2 0.43-4 0.44-0test2 0.42 0.43-1 0.43-2test1 0.43-test1 0.44-1 0.42-4 0.43-1test3 0.43-3 0.44-0 0.44-3 0.42-5 0.43-1test4 0.43-3test1 0.44-0test1
Kind regards, Funs
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hello,
Thanks or this new version! I have a problem here. Pd crashes when opening the help patch of the new delay object osx 10.6.8 Here is the gdb log: (gdb) run Starting program: /Users/nix/pd_installer/Pd-0.45-0test1.app/Contents/Resources/bin/pd Reading symbols for shared libraries . done Reading symbols for shared libraries + done Reading symbols for shared libraries . done Reading symbols for shared libraries + done Reading symbols for shared libraries . done Pt_Start() called
Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x00000000 0x0008165b in parsetimeunits () (gdb) bt #0 0x0008165b in parsetimeunits () #1 0x00082e38 in delay_new () #2 0x0004696c in pd_typedmess () #3 0x0004afa2 in binbuf_eval () #4 0x0000a6ed in canvas_objtext () #5 0x0000aa52 in canvas_obj () #6 0x0004678e in pd_typedmess () #7 0x0004afa2 in binbuf_eval () #8 0x0004efd9 in binbuf_evalfile () #9 0x0004f0a6 in glob_evalfile () #10 0x0005a0c6 in open_via_helppath () #11 0x0002621b in canvas_done_popup () #12 0x0004696c in pd_typedmess () #13 0x00046632 in pd_typedmess () #14 0x0004afa2 in binbuf_eval () #15 0x000551f8 in socketreceiver_read () #16 0x00053df0 in sys_domicrosleep () #17 0x00053e55 in sys_microsleep () #18 0x00051580 in m_mainloop () #19 0x00053be2 in sys_main () #20 0x00001fd6 in _start () #21 0x00001efd in start () (gdb)
best, n Le 18/08/13 03:51, Miller Puckette a écrit :
Hi all,
Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test1
Some new features:
binary netsend/netreceive (so you should no longer need an extern for OSC)
pd~ (multiprocessing) works on windows and is less likely to deadlock although not yet perfect
multi-purpose "array" and "text" objects. "Array" is a more general replacement for the "table", "tabread" and "tabwrite" obejcts. "text" is sort of like Max's "coll" but simpler and hopefully more powerful.
"text"s are also avaioable as fields in data structures.
"tempo" messages for delay, metro, timer, and "test sequence". In particular you can specify or measure time in samples, but you can also use this for changing the speed of an ensemble of delay loops while keeping them in sync.
Objects/messages/comments have settable box widths.
Also various improvements in audio and midi handling:
The Pd window now tells you whether PD has an audio device open or not
Fixed hangups exiting when using jack
Got ASIO working again on PC (it was apparently broken; I don't know for how long.)
cheers Miller
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Le 18/08/2013 03:51, Miller Puckette a écrit :
Hi all,
Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test1
Some new features:
binary netsend/netreceive (so you should no longer need an extern for OSC)
pd~ (multiprocessing) works on windows and is less likely to deadlock although not yet perfect
multi-purpose "array" and "text" objects. "Array" is a more general replacement for the "table", "tabread" and "tabwrite" obejcts. "text" is sort of like Max's "coll" but simpler and hopefully more powerful.
"text"s are also avaioable as fields in data structures.
"tempo" messages for delay, metro, timer, and "test sequence". In particular you can specify or measure time in samples, but you can also use this for changing the speed of an ensemble of delay loops while keeping them in sync.
Objects/messages/comments have settable box widths.
Also various improvements in audio and midi handling:
The Pd window now tells you whether PD has an audio device open or not
Fixed hangups exiting when using jack
Got ASIO working again on PC (it was apparently broken; I don't know for how long.)
cheers Miller
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hello Miller,
I get errors after :
$ sudo make install
...
make install-data-hook
make[5]: Entering directory
/home/jack/Téléchargements/pd-0.45-0test1/extra/expr~' cd /usr/local/lib/pd/extra/expr~ && ( \ ln -s expr~.pd_linux expr.pd_linux; \ ln -s expr~.pd_linux fexpr~.pd_linux; \ cd ..; \ ln -s expr~/expr.pd_linux expr.pd_linux; \ ln -s expr~/expr~.pd_linux expr~.pd_linux; \ ln -s expr~/fexpr~.pd_linux fexpr~.pd_linux; \ ln -s expr~/expr-help.pd expr-help.pd; \ ln -s expr~/expr-help.pd expr~-help.pd; \ ln -s expr~/expr-help.pd fexpr~-help.pd; \ ) ln: failed to create symbolic link ‘expr.pd_linux’: File exists ln: failed to create symbolic link ‘fexpr~.pd_linux’: File exists ln: failed to create symbolic link ‘expr.pd_linux’: File exists ln: failed to create symbolic link ‘expr~.pd_linux’: File exists ln: failed to create symbolic link ‘fexpr~.pd_linux’: File exists ln: failed to create symbolic link ‘expr-help.pd’: File exists ln: failed to create symbolic link ‘expr~-help.pd’: File exists ln: failed to create symbolic link ‘fexpr~-help.pd’: File exists make[5]: *** [install-data-hook] Error 1 make[5]: Leaving directory
/home/jack/Téléchargements/pd-0.45-0test1/extra/expr~'
make[4]: *** [install-data-am] Error 2
make[4]: Leaving directory
/home/jack/Téléchargements/pd-0.45-0test1/extra/expr~' make[3]: *** [install-am] Error 2 make[3]: Leaving directory
/home/jack/Téléchargements/pd-0.45-0test1/extra/expr~'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory /home/jack/Téléchargements/pd-0.45-0test1/extra' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory
/home/jack/Téléchargements/pd-0.45-0test1'
make: *** [install] Error 2
My system : Ubuntu 13.04 Linux jack-GE60-0NC-0ND 3.8.0-27-generic #40-Ubuntu SMP Tue Jul 9 00:17:05 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux ++
Jack
OK... attempted fix in place. I don't understand the automake system so this might take an iteration or 2.
thanks M
On Sun, Aug 18, 2013 at 11:58:33AM +0200, Jack wrote:
Le 18/08/2013 03:51, Miller Puckette a écrit :
Hi all,
Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test1
Some new features:
binary netsend/netreceive (so you should no longer need an extern for OSC)
pd~ (multiprocessing) works on windows and is less likely to deadlock although not yet perfect
multi-purpose "array" and "text" objects. "Array" is a more general replacement for the "table", "tabread" and "tabwrite" obejcts. "text" is sort of like Max's "coll" but simpler and hopefully more powerful.
"text"s are also avaioable as fields in data structures.
"tempo" messages for delay, metro, timer, and "test sequence". In particular you can specify or measure time in samples, but you can also use this for changing the speed of an ensemble of delay loops while keeping them in sync.
Objects/messages/comments have settable box widths.
Also various improvements in audio and midi handling:
The Pd window now tells you whether PD has an audio device open or not
Fixed hangups exiting when using jack
Got ASIO working again on PC (it was apparently broken; I don't know for how long.)
cheers Miller
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hello Miller,
I get errors after : $ sudo make install ... make install-data-hook make[5]: Entering directory
/home/jack/Téléchargements/pd-0.45-0test1/extra/expr~' cd /usr/local/lib/pd/extra/expr~ && ( \ ln -s expr~.pd_linux expr.pd_linux; \ ln -s expr~.pd_linux fexpr~.pd_linux; \ cd ..; \ ln -s expr~/expr.pd_linux expr.pd_linux; \ ln -s expr~/expr~.pd_linux expr~.pd_linux; \ ln -s expr~/fexpr~.pd_linux fexpr~.pd_linux; \ ln -s expr~/expr-help.pd expr-help.pd; \ ln -s expr~/expr-help.pd expr~-help.pd; \ ln -s expr~/expr-help.pd fexpr~-help.pd; \ ) ln: failed to create symbolic link ‘expr.pd_linux’: File exists ln: failed to create symbolic link ‘fexpr~.pd_linux’: File exists ln: failed to create symbolic link ‘expr.pd_linux’: File exists ln: failed to create symbolic link ‘expr~.pd_linux’: File exists ln: failed to create symbolic link ‘fexpr~.pd_linux’: File exists ln: failed to create symbolic link ‘expr-help.pd’: File exists ln: failed to create symbolic link ‘expr~-help.pd’: File exists ln: failed to create symbolic link ‘fexpr~-help.pd’: File exists make[5]: *** [install-data-hook] Error 1 make[5]: Leaving directory
/home/jack/Téléchargements/pd-0.45-0test1/extra/expr~' make[4]: *** [install-data-am] Error 2 make[4]: Leaving directory/home/jack/Téléchargements/pd-0.45-0test1/extra/expr~' make[3]: *** [install-am] Error 2 make[3]: Leaving directory
/home/jack/Téléchargements/pd-0.45-0test1/extra/expr~' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory/home/jack/Téléchargements/pd-0.45-0test1/extra' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory
/home/jack/Téléchargements/pd-0.45-0test1' make: *** [install] Error 2My system : Ubuntu 13.04 Linux jack-GE60-0NC-0ND 3.8.0-27-generic #40-Ubuntu SMP Tue Jul 9 00:17:05 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux ++
Jack
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Le 18/08/2013 03:51, Miller Puckette a écrit :
Hi all,
Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test1
Some new features:
binary netsend/netreceive (so you should no longer need an extern for OSC)
pd~ (multiprocessing) works on windows and is less likely to deadlock although not yet perfect
multi-purpose "array" and "text" objects. "Array" is a more general replacement for the "table", "tabread" and "tabwrite" obejcts. "text" is sort of like Max's "coll" but simpler and hopefully more powerful.
"text"s are also avaioable as fields in data structures.
"tempo" messages for delay, metro, timer, and "test sequence". In particular you can specify or measure time in samples, but you can also use this for changing the speed of an ensemble of delay loops while keeping them in sync.
Objects/messages/comments have settable box widths.
Also various improvements in audio and midi handling:
The Pd window now tells you whether PD has an audio device open or not
Fixed hangups exiting when using jack
Got ASIO working again on PC (it was apparently broken; I don't know for how long.)
cheers Miller
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re-hello Miller,
In your help patch about [delay], when you write about 'tempo' : "In this example the unit is set to 1/2 millisecond so that '1000' gives a delay of 2000 msec (2 seconds)." This should give a 500 ms instead 2000 ms, or i am wrong ? ++
Jack
right you are... fixed.
chanks M On Sun, Aug 18, 2013 at 12:08:36PM +0200, Jack wrote:
Le 18/08/2013 03:51, Miller Puckette a écrit :
Hi all,
Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test1
Some new features:
binary netsend/netreceive (so you should no longer need an extern for OSC)
pd~ (multiprocessing) works on windows and is less likely to deadlock although not yet perfect
multi-purpose "array" and "text" objects. "Array" is a more general replacement for the "table", "tabread" and "tabwrite" obejcts. "text" is sort of like Max's "coll" but simpler and hopefully more powerful.
"text"s are also avaioable as fields in data structures.
"tempo" messages for delay, metro, timer, and "test sequence". In particular you can specify or measure time in samples, but you can also use this for changing the speed of an ensemble of delay loops while keeping them in sync.
Objects/messages/comments have settable box widths.
Also various improvements in audio and midi handling:
The Pd window now tells you whether PD has an audio device open or not
Fixed hangups exiting when using jack
Got ASIO working again on PC (it was apparently broken; I don't know for how long.)
cheers Miller
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Re-hello Miller,
In your help patch about [delay], when you write about 'tempo' : "In this example the unit is set to 1/2 millisecond so that '1000' gives a delay of 2000 msec (2 seconds)." This should give a 500 ms instead 2000 ms, or i am wrong ? ++
Jack
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Miller,
That's a lot of new, very useful features! It is really cool to have a decent text editor within Pd. I like how methods on named [text] and [array] objects can be called from any place (depending on scope), since you can get output where you want it instead of everything coming from one outlet. Therefore [text] is more powerful than [cyclone/coll] indeed. Wasn't Jonathan Wilkes proposing a similar approach for glists in general some time ago?
I compiled Pd 0.45-0test1 on Xubuntu 10.4. I'm sorry to report the following: if the help patch for [list] is opened, Pd exits with 'Segmentation fault (core dumped)'.
Katja
On Sun, Aug 18, 2013 at 3:51 AM, Miller Puckette msp@ucsd.edu wrote:
Hi all,
Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test1
Some new features:
binary netsend/netreceive (so you should no longer need an extern for OSC)
pd~ (multiprocessing) works on windows and is less likely to deadlock although not yet perfect
multi-purpose "array" and "text" objects. "Array" is a more general replacement for the "table", "tabread" and "tabwrite" obejcts. "text" is sort of like Max's "coll" but simpler and hopefully more powerful.
"text"s are also avaioable as fields in data structures.
"tempo" messages for delay, metro, timer, and "test sequence". In particular you can specify or measure time in samples, but you can also use this for changing the speed of an ensemble of delay loops while keeping them in sync.
Objects/messages/comments have settable box widths.
Also various improvements in audio and midi handling:
The Pd window now tells you whether PD has an audio device open or not
Fixed hangups exiting when using jack
Got ASIO working again on PC (it was apparently broken; I don't know for how long.)
cheers Miller
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Hi Katya -
Most likely the 'list' trouble is it has a 'del' object - here's the fix:
--- a/src/x_time.c +++ b/src/x_time.c @@ -127,8 +127,7 @@ static void delay_setup(void) delay_class = class_new(gensym("delay"), (t_newmethod)delay_new, (t_method)delay_free, sizeof(t_delay), 0, A_DEFFLOAT, A_DEFFLOAT, A_DEFSYM, 0);
A_DEFFLOAT, , A_DEFFLOAT, A_DEFSYM, 0);
(which I'll put in test 2 later but you can patch it now if you don't want to wait :)
The business of sharing [text] borrows ideas from the design of [delwrite~] but also (in being able to operate anonymously through pointers) from Krzysztof Czaja's very ahead-of-its-time design for the [xeq] object.
cheers Miller
On Sun, Aug 18, 2013 at 12:44:56PM +0200, katja wrote:
Hi Miller,
That's a lot of new, very useful features! It is really cool to have a decent text editor within Pd. I like how methods on named [text] and [array] objects can be called from any place (depending on scope), since you can get output where you want it instead of everything coming from one outlet. Therefore [text] is more powerful than [cyclone/coll] indeed. Wasn't Jonathan Wilkes proposing a similar approach for glists in general some time ago?
I compiled Pd 0.45-0test1 on Xubuntu 10.4. I'm sorry to report the following: if the help patch for [list] is opened, Pd exits with 'Segmentation fault (core dumped)'.
Katja
On Sun, Aug 18, 2013 at 3:51 AM, Miller Puckette msp@ucsd.edu wrote:
Hi all,
Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test1
Some new features:
binary netsend/netreceive (so you should no longer need an extern for OSC)
pd~ (multiprocessing) works on windows and is less likely to deadlock although not yet perfect
multi-purpose "array" and "text" objects. "Array" is a more general replacement for the "table", "tabread" and "tabwrite" obejcts. "text" is sort of like Max's "coll" but simpler and hopefully more powerful.
"text"s are also avaioable as fields in data structures.
"tempo" messages for delay, metro, timer, and "test sequence". In particular you can specify or measure time in samples, but you can also use this for changing the speed of an ensemble of delay loops while keeping them in sync.
Objects/messages/comments have settable box widths.
Also various improvements in audio and midi handling:
The Pd window now tells you whether PD has an audio device open or not
Fixed hangups exiting when using jack
Got ASIO working again on PC (it was apparently broken; I don't know for how long.)
cheers Miller
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Le 18/08/2013 03:51, Miller Puckette a écrit :
Hi all,
Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test1
Got ASIO working again on PC (it was apparently broken; I don't know for how long.)
I've got ASIO working only from cmd:
pd -asio
Great! Thanks a lot!
When I start pd (without -asio) and choose ASIO in GUI menu it's still stucking,
cheers,
PatCo
When testing the text and data structures example, when clicking on the "0" message, Pd freezes in OSX 10.7.5.
With -sterr it doesn't freeze but it prints:
type: 0 print: list a b c d \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\* 1 2 3 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*
best,
J
On Aug 18, 2013, at 6:25 AM, Colet Patrice wrote:
Le 18/08/2013 03:51, Miller Puckette a écrit :
Hi all,
Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test1
Got ASIO working again on PC (it was apparently broken; I don't know for how long.)
I've got ASIO working only from cmd:
pd -asio
Great! Thanks a lot!
When I start pd (without -asio) and choose ASIO in GUI menu it's still stucking,
cheers,
PatCo
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Miller,
The array and text stuff is great!
Another small bug:
Changing the size of an array with a number box sending to [array size array-name], changes the size of the array, but doesn't change/refresh the x axis' label, but rather moves them around that same axis.
best,
J
On Aug 18, 2013, at 10:35 AM, J Oliver wrote:
When testing the text and data structures example, when clicking on the "0" message, Pd freezes in OSX 10.7.5.
With -sterr it doesn't freeze but it prints:
type: 0 print: list a b c d \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\* 1 2 3 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*
best,
J
On Aug 18, 2013, at 6:25 AM, Colet Patrice wrote:
Le 18/08/2013 03:51, Miller Puckette a écrit :
Hi all,
Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test1
Got ASIO working again on PC (it was apparently broken; I don't know for how long.)
I've got ASIO working only from cmd:
pd -asio
Great! Thanks a lot!
When I start pd (without -asio) and choose ASIO in GUI menu it's still stucking,
cheers,
PatCo
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
OK .. this and Jaime's other report (x labels not updating when resize table using [array size] should now be fixed in git (to appear in 'test 2 later - first I want to look at ASIO some more)
cheers Miller
On Sun, Aug 18, 2013 at 08:47:34PM +0100, João Pais wrote:
When testing the text and data structures example, when clicking on the "0" message, Pd freezes in OSX 10.7.5.
same in W7
hi there, looks like awesome updates!!!
how is the max version of pd~ coming up by the way?
cheers
2013/8/18, Miller Puckette msp@ucsd.edu:
OK .. this and Jaime's other report (x labels not updating when resize table using [array size] should now be fixed in git (to appear in 'test 2 later - first I want to look at ASIO some more)
cheers Miller
On Sun, Aug 18, 2013 at 08:47:34PM +0100, João Pais wrote:
When testing the text and data structures example, when clicking on the "0" message, Pd freezes in OSX 10.7.5.
same in W7
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Can you remind me what OS and audio hardware you're on? (I tested this on Windows XP / ASIO4ALL but clearly I need to figure out how to test other configurations somehow.)
cheers Miller
On Sun, Aug 18, 2013 at 03:25:09PM +0200, Colet Patrice wrote:
Le 18/08/2013 03:51, Miller Puckette a écrit :
Hi all,
Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test1
Got ASIO working again on PC (it was apparently broken; I don't know for how long.)
I've got ASIO working only from cmd:
pd -asio
Great! Thanks a lot!
When I start pd (without -asio) and choose ASIO in GUI menu it's still stucking,
cheers,
PatCo
RME fireface is plugged on my Dell Studio 1557 laptop, on Windows Vista, there are also ASIO from cubase and ASIO4ALL.
If I start pd -asio and turn DSP on without selecting ASIO drivers, it freezes, at the same time I wonder why other devices than ASIO are appearing in listdev, the freeze might be caused because PA is using wrong driver
'pd -asio -listdev' shows in console:
audio input devices:
audio output devices:
Le 18/08/2013 21:34, Miller Puckette a écrit :
Can you remind me what OS and audio hardware you're on? (I tested this on Windows XP / ASIO4ALL but clearly I need to figure out how to test other configurations somehow.)
cheers Miller
On Sun, Aug 18, 2013 at 03:25:09PM +0200, Colet Patrice wrote:
Le 18/08/2013 03:51, Miller Puckette a écrit :
Hi all,
Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test1
Got ASIO working again on PC (it was apparently broken; I don't know for how long.)
I've got ASIO working only from cmd:
pd -asio
Great! Thanks a lot!
When I start pd (without -asio) and choose ASIO in GUI menu it's still stucking,
cheers,
PatCo
It's confusing -- portaudio is configured to allow either MMIO or ASIO. I'm thinking about taking the MMIO stuff out since it's already covered in the other API option. But I can't help worrying that PA's MMIO implementation will work for some cases that mine won't. Meanwhile I'll put in a hack to improve clarity at least.
Sounds like I migth be able to get this to fail on my end just by repeatedly turning DSP and ASIO on and off... I'll try that as soon as I can stomach booting my old Windows box again :)
M
On Sun, Aug 18, 2013 at 09:49:42PM +0200, Colet Patrice wrote:
RME fireface is plugged on my Dell Studio 1557 laptop, on Windows Vista, there are also ASIO from cubase and ASIO4ALL.
If I start pd -asio and turn DSP on without selecting ASIO drivers, it freezes, at the same time I wonder why other devices than ASIO are appearing in listdev, the freeze might be caused because PA is using wrong driver
'pd -asio -listdev' shows in console:
audio input devices:
- (0)Mappeur de sons Microsoft - Input
- (0)Microphone / Ligne entree (IDT
- (0)Analog (3+4) (RME Fireface 400)
- (0)Reseau de microphones (IDT High
- (0)ADAT (5+6) (RME Fireface 400)
- (0)Analog (7+8) (RME Fireface 400)
- (0)Analog (5+6) (RME Fireface 400)
- (0)SPDIF (RME Fireface 400)
- (0)ADAT (1+2) (RME Fireface 400)
- (0)Analog (1+2) (RME Fireface 400)
- (0)ADAT (7+8) (RME Fireface 400)
- (0)ADAT (3+4) (RME Fireface 400)
- (1)ASIO Fireface
- (1)ASIO4ALL v2
- (1)Generic Low Latency ASIO Driver
audio output devices:
- (0)Mappeur de sons Microsoft - Output
- (0)Haut-parleurs (RME Fireface 400
- (0)Analog (3+4) (RME Fireface 400)
- (0)ADAT (7+8) (RME Fireface 400)
- (0)SPDIF (RME Fireface 400)
- (0)Analog (5+6) (RME Fireface 400)
- (0)ADAT (1+2) (RME Fireface 400)
- (0)ADAT (3+4) (RME Fireface 400)
- (0)Haut-parleurs / Casque (IDT Hig
- (0)Analog (7+8) (RME Fireface 400)
- (0)ADAT (5+6) (RME Fireface 400)
- (1)ASIO Fireface
- (1)ASIO4ALL v2
- (1)Generic Low Latency ASIO Driver
Le 18/08/2013 21:34, Miller Puckette a écrit :
Can you remind me what OS and audio hardware you're on? (I tested this on Windows XP / ASIO4ALL but clearly I need to figure out how to test other configurations somehow.)
cheers Miller
On Sun, Aug 18, 2013 at 03:25:09PM +0200, Colet Patrice wrote:
Le 18/08/2013 03:51, Miller Puckette a écrit :
Hi all,
Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test1
Got ASIO working again on PC (it was apparently broken; I don't know for how long.)
I've got ASIO working only from cmd:
pd -asio
Great! Thanks a lot!
When I start pd (without -asio) and choose ASIO in GUI menu it's still stucking,
cheers,
PatCo
multi-purpose "array" and "text" objects. "Array" is a more general replacement for the "table", "tabread" and "tabwrite" obejcts. "text" is sort of like Max's "coll" but simpler and hopefully more powerful.
great, that's really nice.
"text"s are also avaioable as fields in data structures.
is it possible to update [pointer] or other object's help files to know how? or send an example patch?
Can texts be used as lists in data structures?
I noticed the new scalar object. Is it also supposed to edit already existing scalars? Can it have a "delete" function, which can yet only be done in edit mode or by deleting the whole canvas? Besides adding an important feature to the program, it also prevents something that happens now and then: some scalars can become "trapped" inside a patch, without the user knowing about it, if they aren't being displayed somewhere. The only way to detect and delete these orphan scalars would be by editing the patch file in a text editor.
Best,
João
Yep - I need to update pointer's help file to mention text items in scalars - meanwhile the magic is described in the [text] help file. But there's a bug report out already (don't hit the '0' message :)
I'm planning to make a way for the 'pointer' object to delete individual scalars but can't decide yet between two possible ways of doing it :)
M
On Sun, Aug 18, 2013 at 08:47:36PM +0100, João Pais wrote:
multi-purpose "array" and "text" objects. "Array" is a more general replacement for the "table", "tabread" and "tabwrite" obejcts. "text" is sort of like Max's "coll" but simpler and hopefully more powerful.
great, that's really nice.
"text"s are also avaioable as fields in data structures.
is it possible to update [pointer] or other object's help files to know how? or send an example patch?
Can texts be used as lists in data structures?
I noticed the new scalar object. Is it also supposed to edit already existing scalars? Can it have a "delete" function, which can yet only be done in edit mode or by deleting the whole canvas? Besides adding an important feature to the program, it also prevents something that happens now and then: some scalars can become "trapped" inside a patch, without the user knowing about it, if they aren't being displayed somewhere. The only way to detect and delete these orphan scalars would be by editing the patch file in a text editor.
Best,
João
On 08/18/2013 03:47 PM, João Pais wrote:
multi-purpose "array" and "text" objects. "Array" is a more general replacement for the "table", "tabread" and "tabwrite" obejcts. "text" is sort of like Max's "coll" but simpler and hopefully more powerful.
great, that's really nice.
How are they more powerful than coll? What do they do?
I assume they come with the same data-loss (what goes in as symbol may come out as float) and symbol-table anxiety (don't fill it up!) Pd currently comes with.
"text"s are also avaioable as fields in data structures.
is it possible to update [pointer] or other object's help files to know how? or send an example patch?
Can texts be used as lists in data structures?
I noticed the new scalar object.
What does it do?
Is it also supposed to edit already existing scalars? Can it have a "delete" function, which can yet only be done in edit mode or by deleting the whole canvas? Besides adding an important feature to the program, it also prevents something that happens now and then: some scalars can become "trapped" inside a patch, without the user knowing about it, if they aren't being displayed somewhere. The only way to detect and delete these orphan scalars would be by editing the patch file in a text editor.
Best,
João
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 08/18/13 03:51, Miller Puckette wrote:
Hi all,
Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data git checkout 0.45-0test1
great news.
i'm currently more or less offline, so i couldn't really have a closer look yet.
in the meantime, would it be possible to do a quick check on the patches used for the Debian packages [1], and see which ones should be included upstream as well?
i'll be flying back from australia today, and once i'm there i can hopefully suggest more specific patches to be included (for now i mainly don't want to miss the window-of-opportunity).
fgmasdr IOhannes
[1] http://sources.debian.net/src/puredata/0.44.3-1/debian/patches
Some new features:
binary netsend/netreceive (so you should no longer need an extern for OSC)
pd~ (multiprocessing) works on windows and is less likely to deadlock although not yet perfect
multi-purpose "array" and "text" objects. "Array" is a more general replacement for the "table", "tabread" and "tabwrite" obejcts. "text" is sort of like Max's "coll" but simpler and hopefully more powerful.
"text"s are also avaioable as fields in data structures.
"tempo" messages for delay, metro, timer, and "test sequence". In particular you can specify or measure time in samples, but you can also use this for changing the speed of an ensemble of delay loops while keeping them in sync.
Objects/messages/comments have settable box widths.
Also various improvements in audio and midi handling:
The Pd window now tells you whether PD has an audio device open or not
Fixed hangups exiting when using jack
Got ASIO working again on PC (it was apparently broken; I don't know for how long.)
cheers Miller
Pd-announce mailing list Pd-announce@iem.at http://lists.puredata.info/listinfo/pd-announce
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I'll check - if they look safe I'l lthrow them in.
cheers M
On Mon, Aug 19, 2013 at 04:45:48AM +0200, IOhannes m zmölnig wrote:
great news.
i'm currently more or less offline, so i couldn't really have a closer look yet.
in the meantime, would it be possible to do a quick check on the patches used for the Debian packages [1], and see which ones should be included upstream as well?
i'll be flying back from australia today, and once i'm there i can hopefully suggest more specific patches to be included (for now i mainly don't want to miss the window-of-opportunity).
fgmasdr IOhannes
[1] http://sources.debian.net/src/puredata/0.44.3-1/debian/patches
OK... I left these ones out:
pd2puredata.patch usrlibpd_path.patch fixmanpage.patch helpbrowser_puredata-doc.patch
since I think they're debian-specific; took the other 11. Thanks - they look helpful!
On Sun, Aug 18, 2013 at 08:21:21PM -0700, Miller Puckette wrote:
I'll check - if they look safe I'l lthrow them in.
cheers M
On Mon, Aug 19, 2013 at 04:45:48AM +0200, IOhannes m zmölnig wrote:
great news.
i'm currently more or less offline, so i couldn't really have a closer look yet.
in the meantime, would it be possible to do a quick check on the patches used for the Debian packages [1], and see which ones should be included upstream as well?
i'll be flying back from australia today, and once i'm there i can hopefully suggest more specific patches to be included (for now i mainly don't want to miss the window-of-opportunity).
fgmasdr IOhannes
[1] http://sources.debian.net/src/puredata/0.44.3-1/debian/patches
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 08/19/13 07:43, Miller Puckette wrote:
OK... I left these ones out:
pd2puredata.patch usrlibpd_path.patch fixmanpage.patch helpbrowser_puredata-doc.patch
since I think they're debian-specific; took the other 11. Thanks - they look helpful!
thanks for taking them in.
you were right about the debian specificity for the remaining patches, though the "fixmanpage" patch is only half-debian specific: i think on no system the manual will be in a subfolder of "bin", like /usr/local/bin/pd/doc/1.manual/index.htm more likely that should read /usr/local/lib/pd/doc/1.manual/index.htm
looking forward to do real checks of Pd-0.45
mfgdsr IOhannes
On 08/19/13 16:27, IOhannes m zmölnig wrote:
On 08/19/13 07:43, Miller Puckette wrote:
OK... I left these ones out:
pd2puredata.patch usrlibpd_path.patch fixmanpage.patch helpbrowser_puredata-doc.patch
since I think they're debian-specific; took the other 11. Thanks - they look helpful!
thanks for taking them in.
oops, i just noticed one patch that was included and probably should not have been: in debian we patch away the use of the internal portaudio/portmidi libraries in order to use the system installed libraries. this is most likely not wanted with the ordinary Pd distribution, so it might be a good idea to revert patch 5f2af0674
and to resolve some confusion about Debian and BSD: while Debian is mainly using linux as the underlying kernel, there are also flavours with using "GNU/hurd" and "BSD" as the underlying kernel - hence the patches. i guess Debian is the system that most often compiles Pd on a BSD-platform (using the autobuilds; no idea how many people actually use it that way)
fgmasdr IOhannes
Ok, thanks - I've unwound that one too.
I'll hold off thinking about where to put 'man' - it mneeds to be coherent with where the source code looks for it and I've lost track of how that all works.
cheers M
On Mon, Aug 19, 2013 at 04:42:14PM +0200, IOhannes m zmölnig wrote:
On 08/19/13 16:27, IOhannes m zmölnig wrote:
On 08/19/13 07:43, Miller Puckette wrote:
OK... I left these ones out:
pd2puredata.patch usrlibpd_path.patch fixmanpage.patch helpbrowser_puredata-doc.patch
since I think they're debian-specific; took the other 11. Thanks - they look helpful!
thanks for taking them in.
oops, i just noticed one patch that was included and probably should not have been: in debian we patch away the use of the internal portaudio/portmidi libraries in order to use the system installed libraries. this is most likely not wanted with the ordinary Pd distribution, so it might be a good idea to revert patch 5f2af0674
and to resolve some confusion about Debian and BSD: while Debian is mainly using linux as the underlying kernel, there are also flavours with using "GNU/hurd" and "BSD" as the underlying kernel - hence the patches. i guess Debian is the system that most often compiles Pd on a BSD-platform (using the autobuilds; no idea how many people actually use it that way)
fgmasdr IOhannes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Am 18.08.2013 um 03:51 schrieb Miller Puckette msp@ucsd.edu:
binary netsend/netreceive (so you should no longer need an extern for OSC)
has someone tried this?
On 08/28/2013 05:49 PM, Max wrote:
Am 18.08.2013 um 03:51 schrieb Miller Puckette msp@ucsd.edu:
binary netsend/netreceive (so you should no longer need an extern for OSC)
has someone tried this?
Another question-- what's the difference between netsend/receive and pdsend/receive?
-Jonathan
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
netsend/netreceive are vanilla Pd objects; pdsend/pdreceive are shell programs that interoperate with them.
cheers Miller
On Wed, Aug 28, 2013 at 06:17:11PM -0400, Jonathan Wilkes wrote:
On 08/28/2013 05:49 PM, Max wrote:
Am 18.08.2013 um 03:51 schrieb Miller Puckette msp@ucsd.edu:
binary netsend/netreceive (so you should no longer need an extern for OSC)
has someone tried this?
Another question-- what's the difference between netsend/receive and pdsend/receive?
-Jonathan
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list