Re: [PD] [PD-announce] pd 0.52-1 released

2022-01-05 Thread Dan Wilcox
Note: You can rename the .app to Pd-0.52.1.app without issue. ;)

> On Dec 21, 2021, at 12:00 PM, pd-list-requ...@lists.iem.at wrote:
> 
> Message: 2
> Date: Mon, 20 Dec 2021 22:36:33 -0300
> From: Alexandre Torres Porres mailto:por...@gmail.com>>
> To: Pd-List mailto:pd-list@lists.iem.at>>
> Cc: Miller Puckette mailto:m...@ucsd.edu>>
> Subject: Re: [PD] [PD-announce] pd 0.52-1 released
> Message-ID:
><mailto:caeasfmi2t7tiakahmzveqvzk4jxt6crht76c0sia+nnamv_...@mail.gmail.com>>
> Content-Type: text/plain; charset="utf-8"
> 
> awesome, really excited about this one :)
> 
> now, the download I get for macOS 10.10 or later comes as
> "0.52-1*-really*.app",
> which is really funny.


Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] pd 0.52-1 released / libpd

2022-01-05 Thread Dan Wilcox
Just run make in the main pure-data directory first (or even just extra), then 
run make in libpd to get around this for now. I was clearly testing with a 
fully built source tree when I updated the makefiles, so this issue was 
overlooked.

> On Dec 22, 2021, at 1:20 AM, pd-list-requ...@lists.iem.at wrote:
> 
> Message: 2
> Date: Wed, 22 Dec 2021 01:12:30 +0100
> From: Antoine Rousseau mailto:anto...@metalu.net>>
> To: "hans w. koch" mailto:hansw.k...@gmail.com>>
> Cc: Pd-list mailto:pd-list@lists.iem.at>>
> Subject: Re: [PD] [PD-announce] pd 0.52-1 released / libpd
> Message-ID:
><mailto:CAOCG5HyY9k7V8wSKzRNPhjxZK=85hi1am88zwf8qntqgx9w...@mail.gmail.com>>
> Content-Type: text/plain; charset="utf-8"
> 
> it's because extras are not compiled with -DPDINSTANCE.
> 
> if you remove the full 98th line of the libpd/Makefile ("bob~.o bonk~.o
> choice.o fiddle~.o loop~.o lrshift~.o pique.o sigmund~.o \"),
> make clean and re-make, I think the error will disappear.
> I was even able to run the test_libpd with some additional hacks.
> 
> Anyway this part still needs work;
> work is in progress regarding multi instance hooks (see
> https://github.com/libpd/libpd/pull/282 
> <https://github.com/libpd/libpd/pull/282> and
> https://github.com/libpd/libpd/pull/343 
> <https://github.com/libpd/libpd/pull/343>), before the inclusion of libpd
> into Pd can be fully completed.
> 
> cheers
> Antoine


Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] pd 0.52-1 released

2021-12-25 Thread Peter P.
* IOhannes m zmölnig  [2021-12-20 21:01]:
[...]
> bookworm/testing and bullseye/stable-backlists  will hopefully be available 
> by Xmas Eve.
And they are, thank you Christkind!
P



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] pd 0.52-1 released / libpd

2021-12-21 Thread Antoine Rousseau
it's because extras are not compiled with -DPDINSTANCE.

if you remove the full 98th line of the libpd/Makefile ("bob~.o bonk~.o
choice.o fiddle~.o loop~.o lrshift~.o pique.o sigmund~.o \"),
make clean and re-make, I think the error will disappear.
I was even able to run the test_libpd with some additional hacks.

Anyway this part still needs work;
work is in progress regarding multi instance hooks (see
https://github.com/libpd/libpd/pull/282 and
https://github.com/libpd/libpd/pull/343), before the inclusion of libpd
into Pd can be fully completed.

cheers
Antoine



Le mar. 21 déc. 2021 à 22:44, hans w. koch  a écrit :

> out of curiosity i tried to build libpd included in the src folder, by
> doing
>   cd libpd
> make
>
> on macOS BigSur 11.6.2 this throws some errors and doesn´t produce a
> libpd.dylib:
> Undefined symbols for architecture x86_64:
>   "_s_float", referenced from:
>   _sigmund_new in sigmund~.o
>   "_s_list", referenced from:
>   _pique_new in pique.o
>   _pique_list in pique.o
>   _sigmund_new in sigmund~.o
>   "_s_signal", referenced from:
>   _bob_new in bob~.o
>   _bonk_new in bonk~.o
>   _loop_new in loop~.o
>   _pd_tilde_new in pd~.o
> ld: symbol(s) not found for architecture x86_64
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> make: *** [libpd.dylib] Error 1
>
> clueless as to where to start looking what´s gone wrong as the README
> claims: "This is tested on Linux, macOS,
> and on Windows using Msys2/MinGW.”
>
> its not really urgent, but i thought i share.
>
> bests
> hans
>
>
> > Am 20.12.2021 um 20:36 schrieb Miller Puckette via Pd-announce <
> pd-annou...@lists.iem.at>:
> >
> > To Pd-announce:
> >
> > Pd version 0.52-1 is available from http://msp.ucsd.edu/software.htm
> > or (source only) via github: https://github.com/pure-data/pure-data
> >
> > cheers
> > Miller
> >
> >
> >
> > ___
> > Pd-announce mailing list
> > pd-annou...@lists.iem.at
> > https://lists.puredata.info/listinfo/pd-announce
> >
> > ___
> > Pd-list@lists.iem.at mailing list
> > UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
>
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] pd 0.52-1 released / libpd

2021-12-21 Thread hans w. koch
out of curiosity i tried to build libpd included in the src folder, by doing
  cd libpd
make

on macOS BigSur 11.6.2 this throws some errors and doesn´t produce a 
libpd.dylib:
Undefined symbols for architecture x86_64:
  "_s_float", referenced from:
  _sigmund_new in sigmund~.o
  "_s_list", referenced from:
  _pique_new in pique.o
  _pique_list in pique.o
  _sigmund_new in sigmund~.o
  "_s_signal", referenced from:
  _bob_new in bob~.o
  _bonk_new in bonk~.o
  _loop_new in loop~.o
  _pd_tilde_new in pd~.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [libpd.dylib] Error 1

clueless as to where to start looking what´s gone wrong as the README claims: 
"This is tested on Linux, macOS,
and on Windows using Msys2/MinGW.”

its not really urgent, but i thought i share.

bests
hans


> Am 20.12.2021 um 20:36 schrieb Miller Puckette via Pd-announce 
> :
> 
> To Pd-announce:
> 
> Pd version 0.52-1 is available from http://msp.ucsd.edu/software.htm
> or (source only) via github: https://github.com/pure-data/pure-data
> 
> cheers
> Miller
> 
> 
> 
> ___
> Pd-announce mailing list
> pd-annou...@lists.iem.at
> https://lists.puredata.info/listinfo/pd-announce
> 
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list




___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] pd 0.52-1 released

2021-12-21 Thread Pierre Alexandre Tremblay
I think, it is a -really good news :) so we could have 

Change-log-really:
- really-released-really-good-news-with-really-good-new-features

And we just have fun with it :)

Seriously, this is such an improvement in usability for me, in my heart it is 
0.6

-really.

p

> On 21 Dec 2021, at 01:36, Alexandre Torres Porres  wrote:
> 
> awesome, really excited about this one :) 
> 
> now, the download I get for macOS 10.10 or later comes as 
> "0.52-1-really.app", which is really funny.
> 
> also, it's funny that we already have a 0.52-1 but no release notes for it. I 
> wonder how we can describe it really.
> 
> thanks a lot everyone for this
> cheers
> 
> Em seg., 20 de dez. de 2021 às 16:39, Miller Puckette via Pd-announce 
>  escreveu:
> To Pd-announce:
> 
> Pd version 0.52-1 is available from http://msp.ucsd.edu/software.htm
> or (source only) via github: https://github.com/pure-data/pure-data
> 
> cheers
> Miller
> 
> 
> 
> ___
> Pd-announce mailing list
> pd-annou...@lists.iem.at
> https://lists.puredata.info/listinfo/pd-announce
> 
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list



smime.p7s
Description: S/MIME cryptographic signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] pd 0.52-1 released

2021-12-20 Thread Alexandre Torres Porres
awesome, really excited about this one :)

now, the download I get for macOS 10.10 or later comes as
"0.52-1*-really*.app",
which is really funny.

also, it's funny that we already have a 0.52-1 but no release notes for it.
I wonder how we can describe it really.

thanks a lot everyone for this
cheers

Em seg., 20 de dez. de 2021 às 16:39, Miller Puckette via Pd-announce <
pd-annou...@lists.iem.at> escreveu:

> To Pd-announce:
>
> Pd version 0.52-1 is available from http://msp.ucsd.edu/software.htm
> or (source only) via github: https://github.com/pure-data/pure-data
>
> cheers
> Miller
>
>
>
> ___
> Pd-announce mailing list
> pd-annou...@lists.iem.at
> https://lists.puredata.info/listinfo/pd-announce
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] pd 0.52-1 released

2021-12-20 Thread Fede Camara Halac
Wow!! 

Great news, indeed! Thanks to everyone for this release. Somehow you keep 
making Pd better than it already is. Congrats to all. 

The [file] and array stuff are fantastic. The doc is looking great. Aah so many 
great things happening on the gui end. Hurray!

Cheers,

Fede


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] pd 0.52-1 released

2021-12-20 Thread hans w. koch
thank you so much miller and all the others involved, thats wonderful news!
also happy to report that a nasty scratchy/distorted sound coming from a really 
simple automationism patch i had made for my class, has gone away now.
(it was not happening in Pd-0.51-4-macosx, but in all the 0.52 tests i´ve run 
before - would have set out to investigate over the holidays, but seems solved 
now :-)

cheers
hans



> Am 20.12.2021 um 20:36 schrieb Miller Puckette via Pd-announce 
> :
> 
> To Pd-announce:
> 
> Pd version 0.52-1 is available from http://msp.ucsd.edu/software.htm
> or (source only) via github: https://github.com/pure-data/pure-data
> 
> cheers
> Miller
> 
> 
> 
> ___
> Pd-announce mailing list
> pd-annou...@lists.iem.at
> https://lists.puredata.info/listinfo/pd-announce
> 
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] pd 0.52-1 released

2021-12-20 Thread Christof Ressi
What a nice Christmas present :-) Thanks a lot for your hard work and 
endless patience!


I'm particularly excited about the new [file] object (thanks IOhannes!) 
and the new array features.


Cheers,

Christof

On 20.12.2021 20:36, Miller Puckette via Pd-announce wrote:

To Pd-announce:

Pd version 0.52-1 is available from http://msp.ucsd.edu/software.htm
or (source only) via github: https://github.com/pure-data/pure-data

cheers
Miller



___
Pd-announce mailing list
pd-annou...@lists.iem.at
https://lists.puredata.info/listinfo/pd-announce

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list




___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] pd 0.52-1 released

2021-12-20 Thread Antoine Rousseau
Welcome you .52-1!

Le lun. 20 déc. 2021 à 21:25, Csaba Láng  a écrit :

> Thank you all so much, just have installed!
>
> Best,
> Popesz
>
> On Mon, Dec 20, 2021 at 9:04 PM IOhannes m zmölnig 
> wrote:
>
>> Am 20. Dezember 2021 20:36:22 MEZ schrieb Miller Puckette via Pd-announce
>> :
>> >
>> >Pd version 0.52-1 is available
>>
>> Hooray!
>>
>> Debian packages are already available for sid/unstable.
>> bookworm/testing and bullseye/stable-backlists  will hopefully be
>> available by Xmas Eve.
>>
>>
>> mfg.sfg.jfd
>> IOhannes
>>
>>
>> ___
>> Pd-list@lists.iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> https://lists.puredata.info/listinfo/pd-list
>>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] pd 0.52-1 released

2021-12-20 Thread Csaba Láng
Thank you all so much, just have installed!

Best,
Popesz

On Mon, Dec 20, 2021 at 9:04 PM IOhannes m zmölnig  wrote:

> Am 20. Dezember 2021 20:36:22 MEZ schrieb Miller Puckette via Pd-announce <
> pd-annou...@lists.iem.at>:
> >
> >Pd version 0.52-1 is available
>
> Hooray!
>
> Debian packages are already available for sid/unstable.
> bookworm/testing and bullseye/stable-backlists  will hopefully be
> available by Xmas Eve.
>
>
> mfg.sfg.jfd
> IOhannes
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] pd 0.52-1 released

2021-12-20 Thread IOhannes m zmölnig
Am 20. Dezember 2021 20:36:22 MEZ schrieb Miller Puckette via Pd-announce 
:
>
>Pd version 0.52-1 is available

Hooray!

Debian packages are already available for sid/unstable.
bookworm/testing and bullseye/stable-backlists  will hopefully be available by 
Xmas Eve.


mfg.sfg.jfd
IOhannes


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] [PD-announce] pd 0.52-1 released

2021-12-20 Thread Miller Puckette via Pd-announce
To Pd-announce:

Pd version 0.52-1 is available from http://msp.ucsd.edu/software.htm
or (source only) via github: https://github.com/pure-data/pure-data

cheers
Miller



___
Pd-announce mailing list
pd-annou...@lists.iem.at
https://lists.puredata.info/listinfo/pd-announce

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list