[PD] [PD-announce] pd 0.45 test release

Jack jack at rybn.org
Sun Aug 18 11:58:33 CEST 2013


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 at iem.at
> http://lists.puredata.info/listinfo/pd-announce
>
> _______________________________________________
> Pd-list at 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





More information about the Pd-list mailing list