[PD] Purr Data beta 2

2016-10-04 Thread Jonathan Wilkes via Pd-list
This is the beta 2 release of Purr Data (the GUI port of Pd-l2ork)

Change log:
* compatibility with older osx versions
* fix external library dependencies on OSX
* first try at jack support for OSX
* more fixes for out-of-order messages to GUI
* fix crasher on Windows when opening a help patch
* fix [draw sprite] index wrapping
* fix freeze with [struct float foo;]

This is a beta release, so please report lots of bugs to
https://git.purrdata.net/jwilkes/purr-data/issues

Binaries:

Debian Jessie 32-bit: 
https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-i686-jessie-beta2.deb

Debian Jessie 64-bit: 
https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-x86_64-jessie-beta2.deb

Ubuntu 14.04 32-bit: 
https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-i686-ubuntu-14.04-beta2.deb

Ubuntu 14.04 64-bit: 
https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-x86_64-ubuntu-14.04-beta2.deb

Ubuntu 16.04 64-bit: 
https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-x86_64-ubuntu-16.04-beta2.deb

Windows with 64-bit GUI: 
https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-win32-beta2.zip

Windows with 32-bit GUI: 
https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-win64-beta2.zip

OSX 64-bit: 
https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-osx64-beta2.zip
-Jonathan
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] compiling cyclone 0.3 Pre Alpha for windows (was: Proposing a cyclone update / another Pre Alpha release (milestone 2))

2016-10-04 Thread Lucas Cordiviola
these libs comes with the compiler and objects are compiles against them. So 
then you need them in the same dir as th external, long ago where placed on 
system folders or in Pd/bin but now with deken you don`t need to manually move 
them.


Mensaje telepatico asistido por maquinas.



From: Pd-list  on behalf of Lucas Cordiviola 

Sent: Wednesday, October 5, 2016 4:35 AM
To: Alexandre Torres Porres
Cc: pd-list@lists.iem.at
Subject: Re: [PD] compiling cyclone 0.3 Pre Alpha for windows (was: Proposing a 
cyclone update / another Pre Alpha release (milestone 2))


Put it in the zip 
"cyclone03prealhpa4_win32.zip"
 just to check [coll] state.


These are gcc things that windows dont have so someone do the bridge, UNIX and 
POSIX things I guess. Not and expert.



Mensaje telepatico asistido por maquinas.



From: Alexandre Torres Porres 
Sent: Wednesday, October 5, 2016 4:27 AM
To: Lucas Cordiviola
Cc: pd-list@lists.iem.at
Subject: Re: compiling cyclone 0.3 Pre Alpha for windows (was: Proposing a 
cyclone update / another Pre Alpha release (milestone 2))

btw, why are those needed?

2016-10-05 1:25 GMT-03:00 Lucas Cordiviola 
>:

No it was not included. I did a vert fast pass of all help patches, y fogot to 
de the 2nd, for more acuarency sometimes it needs more passes, or create a 
batch for dependacywalker that passes all dlls, there you receive an very long 
in-depth txt that you neeed to disciminate.


Mensaje telepatico asistido por maquinas.



From: Alexandre Torres Porres >
Sent: Wednesday, October 5, 2016 4:12 AM

To: Lucas Cordiviola
Cc: pd-list@lists.iem.at
Subject: Re: compiling cyclone 0.3 Pre Alpha for windows (was: Proposing a 
cyclone update / another Pre Alpha release (milestone 2))

did i delete that?


2016-10-05 1:05 GMT-03:00 Lucas Cordiviola 
>:

"libgcc_s_dw2-1.dll" is missing, it`s needed also by [coll]


Attached here, included it for cheking [coll] if you think is appropriate.



Mensaje telepatico asistido por maquinas.

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


Re: [PD] compiling cyclone 0.3 Pre Alpha for windows (was: Proposing a cyclone update / another Pre Alpha release (milestone 2))

2016-10-04 Thread Lucas Cordiviola
Put it in the zip 
"cyclone03prealhpa4_win32.zip"
 just to check [coll] state.


These are gcc things that windows dont have so someone do the bridge, UNIX and 
POSIX things I guess. Not and expert.



Mensaje telepatico asistido por maquinas.



From: Alexandre Torres Porres 
Sent: Wednesday, October 5, 2016 4:27 AM
To: Lucas Cordiviola
Cc: pd-list@lists.iem.at
Subject: Re: compiling cyclone 0.3 Pre Alpha for windows (was: Proposing a 
cyclone update / another Pre Alpha release (milestone 2))

btw, why are those needed?

2016-10-05 1:25 GMT-03:00 Lucas Cordiviola 
>:

No it was not included. I did a vert fast pass of all help patches, y fogot to 
de the 2nd, for more acuarency sometimes it needs more passes, or create a 
batch for dependacywalker that passes all dlls, there you receive an very long 
in-depth txt that you neeed to disciminate.


Mensaje telepatico asistido por maquinas.



From: Alexandre Torres Porres >
Sent: Wednesday, October 5, 2016 4:12 AM

To: Lucas Cordiviola
Cc: pd-list@lists.iem.at
Subject: Re: compiling cyclone 0.3 Pre Alpha for windows (was: Proposing a 
cyclone update / another Pre Alpha release (milestone 2))

did i delete that?


2016-10-05 1:05 GMT-03:00 Lucas Cordiviola 
>:

"libgcc_s_dw2-1.dll" is missing, it`s needed also by [coll]


Attached here, included it for cheking [coll] if you think is appropriate.



Mensaje telepatico asistido por maquinas.

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


Re: [PD] compiling cyclone 0.3 Pre Alpha for windows (was: Proposing a cyclone update / another Pre Alpha release (milestone 2))

2016-10-04 Thread Alexandre Torres Porres
btw, why are those needed?

2016-10-05 1:25 GMT-03:00 Lucas Cordiviola :

> No it was not included. I did a vert fast pass of all help patches, y
> fogot to de the 2nd, for more acuarency sometimes it needs more passes, or
> create a batch for dependacywalker that passes all dlls, there you receive
> an very long in-depth txt that you neeed to disciminate.
>
>
> Mensaje telepatico asistido por maquinas.
>
>
> --
> *From:* Alexandre Torres Porres 
> *Sent:* Wednesday, October 5, 2016 4:12 AM
>
> *To:* Lucas Cordiviola
> *Cc:* pd-list@lists.iem.at
> *Subject:* Re: compiling cyclone 0.3 Pre Alpha for windows (was:
> Proposing a cyclone update / another Pre Alpha release (milestone 2))
>
> did i delete that?
>
>
> 2016-10-05 1:05 GMT-03:00 Lucas Cordiviola :
>
>> "libgcc_s_dw2-1.dll" is missing, it`s needed also by [coll]
>>
>>
>> Attached here, included it for cheking [coll] if you think is appropriate.
>>
>>
>> Mensaje telepatico asistido por maquinas.
>>
>>
>> --
>> *From:* Alexandre Torres Porres 
>> *Sent:* Wednesday, October 5, 2016 3:53 AM
>> *To:* Lucas Cordiviola
>> *Cc:* pd-list@lists.iem.at
>> *Subject:* Re: compiling cyclone 0.3 Pre Alpha for windows (was:
>> Proposing a cyclone update / another Pre Alpha release (milestone 2))
>>
>> awesome, it's up in the air ;)
>>
>> https://github.com/porres/pd-cyclone/releases/tag/0.3prealpha4
>> 
>> porres/pd-cyclone
>> 
>> github.com
>> pd-cyclone - A set of Pure Data objects cloned from Max/MSP
>>
>>
>>
>> 2016-10-04 23:54 GMT-03:00 Lucas Cordiviola :
>>
>>> Here it goes alpha bins:
>>>
>>>
>>> http://lucarda.com.ar/x/cyclone-w32-milestone4-Alpha.zip
>>>
>>>
>>>
>>>
>>> Mensaje telepatico asistido por maquinas.
>>>
>>>
>>> --
>>> *From:* Alexandre Torres Porres 
>>> *Sent:* Wednesday, October 5, 2016 2:42 AM
>>> *To:* Lucas Cordiviola
>>> *Cc:* pd-list@lists.iem.at
>>> *Subject:* Re: compiling cyclone 0.3 Pre Alpha for windows (was:
>>> Proposing a cyclone update / another Pre Alpha release (milestone 2))
>>>
>>> well, [coll] is not worth checking anyway for now, cause we're really
>>> messing with it :)
>>>
>>> 2016-10-04 23:28 GMT-03:00 Lucas Cordiviola :
>>>
 Right,


 Wait a coule of minutes cuz i`m checking 3th party dependencies, have
 to look all objects. for now coll and funnel needs pthreadGC-3.dll


 Mensaje telepatico asistido por maquinas.


 --
 *From:* Alexandre Torres Porres 
 *Sent:* Wednesday, October 5, 2016 2:15 AM
 *To:* Lucas Cordiviola
 *Cc:* Christof Ressi; pd-list@lists.iem.at
 *Subject:* Re: compiling cyclone 0.3 Pre Alpha for windows (was:
 Proposing a cyclone update / another Pre Alpha release (milestone 2))

 howdy, great that you could compile lukas, havent received the binaries
 yet

 I'd love if you could send me some right away ;)

 i got a student online that i hope he could check it out :D

 cheers

 2016-10-04 21:52 GMT-03:00 Alexandre Torres Porres :

> howdy, jut forking this thread since 99% of the messages in the last
> thread were about compiling for windows and we're still in the middle of
> it, haha
>
> anyway, thanks for getting involved, let me know how we can help
> building this for windows
>
> cheers
>
> 2016-10-04 21:48 GMT-03:00 Alexandre Torres Porres :
>
>>
>>
>> 2016-10-04 21:31 GMT-03:00 Lucas Cordiviola :
>>
>> It seems that there is need for windows compilers/testers, if
>>> not, well...
>>>
>>
>> yes, we need, please :)
>>
>
>

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


Re: [PD] compiling cyclone 0.3 Pre Alpha for windows (was: Proposing a cyclone update / another Pre Alpha release (milestone 2))

2016-10-04 Thread Alexandre Torres Porres
well, put those here

https://github.com/porres/pd-cyclone/tree/master/help_files/!windows_dll

2016-10-05 1:12 GMT-03:00 Alexandre Torres Porres :

> did i delete that?
>
>
> 2016-10-05 1:05 GMT-03:00 Lucas Cordiviola :
>
>> "libgcc_s_dw2-1.dll" is missing, it`s needed also by [coll]
>>
>>
>> Attached here, included it for cheking [coll] if you think is appropriate.
>>
>>
>> Mensaje telepatico asistido por maquinas.
>>
>>
>> --
>> *From:* Alexandre Torres Porres 
>> *Sent:* Wednesday, October 5, 2016 3:53 AM
>> *To:* Lucas Cordiviola
>> *Cc:* pd-list@lists.iem.at
>> *Subject:* Re: compiling cyclone 0.3 Pre Alpha for windows (was:
>> Proposing a cyclone update / another Pre Alpha release (milestone 2))
>>
>> awesome, it's up in the air ;)
>>
>> https://github.com/porres/pd-cyclone/releases/tag/0.3prealpha4
>> 
>> porres/pd-cyclone
>> 
>> github.com
>> pd-cyclone - A set of Pure Data objects cloned from Max/MSP
>>
>>
>>
>> 2016-10-04 23:54 GMT-03:00 Lucas Cordiviola :
>>
>>> Here it goes alpha bins:
>>>
>>>
>>> http://lucarda.com.ar/x/cyclone-w32-milestone4-Alpha.zip
>>>
>>>
>>>
>>>
>>> Mensaje telepatico asistido por maquinas.
>>>
>>>
>>> --
>>> *From:* Alexandre Torres Porres 
>>> *Sent:* Wednesday, October 5, 2016 2:42 AM
>>> *To:* Lucas Cordiviola
>>> *Cc:* pd-list@lists.iem.at
>>> *Subject:* Re: compiling cyclone 0.3 Pre Alpha for windows (was:
>>> Proposing a cyclone update / another Pre Alpha release (milestone 2))
>>>
>>> well, [coll] is not worth checking anyway for now, cause we're really
>>> messing with it :)
>>>
>>> 2016-10-04 23:28 GMT-03:00 Lucas Cordiviola :
>>>
 Right,


 Wait a coule of minutes cuz i`m checking 3th party dependencies, have
 to look all objects. for now coll and funnel needs pthreadGC-3.dll


 Mensaje telepatico asistido por maquinas.


 --
 *From:* Alexandre Torres Porres 
 *Sent:* Wednesday, October 5, 2016 2:15 AM
 *To:* Lucas Cordiviola
 *Cc:* Christof Ressi; pd-list@lists.iem.at
 *Subject:* Re: compiling cyclone 0.3 Pre Alpha for windows (was:
 Proposing a cyclone update / another Pre Alpha release (milestone 2))

 howdy, great that you could compile lukas, havent received the binaries
 yet

 I'd love if you could send me some right away ;)

 i got a student online that i hope he could check it out :D

 cheers

 2016-10-04 21:52 GMT-03:00 Alexandre Torres Porres :

> howdy, jut forking this thread since 99% of the messages in the last
> thread were about compiling for windows and we're still in the middle of
> it, haha
>
> anyway, thanks for getting involved, let me know how we can help
> building this for windows
>
> cheers
>
> 2016-10-04 21:48 GMT-03:00 Alexandre Torres Porres :
>
>>
>>
>> 2016-10-04 21:31 GMT-03:00 Lucas Cordiviola :
>>
>> It seems that there is need for windows compilers/testers, if
>>> not, well...
>>>
>>
>> yes, we need, please :)
>>
>
>

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


Re: [PD] compiling cyclone 0.3 Pre Alpha for windows (was: Proposing a cyclone update / another Pre Alpha release (milestone 2))

2016-10-04 Thread Alexandre Torres Porres
did i delete that?


2016-10-05 1:05 GMT-03:00 Lucas Cordiviola :

> "libgcc_s_dw2-1.dll" is missing, it`s needed also by [coll]
>
>
> Attached here, included it for cheking [coll] if you think is appropriate.
>
>
> Mensaje telepatico asistido por maquinas.
>
>
> --
> *From:* Alexandre Torres Porres 
> *Sent:* Wednesday, October 5, 2016 3:53 AM
> *To:* Lucas Cordiviola
> *Cc:* pd-list@lists.iem.at
> *Subject:* Re: compiling cyclone 0.3 Pre Alpha for windows (was:
> Proposing a cyclone update / another Pre Alpha release (milestone 2))
>
> awesome, it's up in the air ;)
>
> https://github.com/porres/pd-cyclone/releases/tag/0.3prealpha4
> 
> porres/pd-cyclone
> 
> github.com
> pd-cyclone - A set of Pure Data objects cloned from Max/MSP
>
>
>
> 2016-10-04 23:54 GMT-03:00 Lucas Cordiviola :
>
>> Here it goes alpha bins:
>>
>>
>> http://lucarda.com.ar/x/cyclone-w32-milestone4-Alpha.zip
>>
>>
>>
>>
>> Mensaje telepatico asistido por maquinas.
>>
>>
>> --
>> *From:* Alexandre Torres Porres 
>> *Sent:* Wednesday, October 5, 2016 2:42 AM
>> *To:* Lucas Cordiviola
>> *Cc:* pd-list@lists.iem.at
>> *Subject:* Re: compiling cyclone 0.3 Pre Alpha for windows (was:
>> Proposing a cyclone update / another Pre Alpha release (milestone 2))
>>
>> well, [coll] is not worth checking anyway for now, cause we're really
>> messing with it :)
>>
>> 2016-10-04 23:28 GMT-03:00 Lucas Cordiviola :
>>
>>> Right,
>>>
>>>
>>> Wait a coule of minutes cuz i`m checking 3th party dependencies, have to
>>> look all objects. for now coll and funnel needs pthreadGC-3.dll
>>>
>>>
>>> Mensaje telepatico asistido por maquinas.
>>>
>>>
>>> --
>>> *From:* Alexandre Torres Porres 
>>> *Sent:* Wednesday, October 5, 2016 2:15 AM
>>> *To:* Lucas Cordiviola
>>> *Cc:* Christof Ressi; pd-list@lists.iem.at
>>> *Subject:* Re: compiling cyclone 0.3 Pre Alpha for windows (was:
>>> Proposing a cyclone update / another Pre Alpha release (milestone 2))
>>>
>>> howdy, great that you could compile lukas, havent received the binaries
>>> yet
>>>
>>> I'd love if you could send me some right away ;)
>>>
>>> i got a student online that i hope he could check it out :D
>>>
>>> cheers
>>>
>>> 2016-10-04 21:52 GMT-03:00 Alexandre Torres Porres :
>>>
 howdy, jut forking this thread since 99% of the messages in the last
 thread were about compiling for windows and we're still in the middle of
 it, haha

 anyway, thanks for getting involved, let me know how we can help
 building this for windows

 cheers

 2016-10-04 21:48 GMT-03:00 Alexandre Torres Porres :

>
>
> 2016-10-04 21:31 GMT-03:00 Lucas Cordiviola :
>
> It seems that there is need for windows compilers/testers, if not,
>> well...
>>
>
> yes, we need, please :)
>


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


Re: [PD] compiling cyclone 0.3 Pre Alpha for windows (was: Proposing a cyclone update / another Pre Alpha release (milestone 2))

2016-10-04 Thread Alexandre Torres Porres
awesome, it's up in the air ;)

https://github.com/porres/pd-cyclone/releases/tag/0.3prealpha4

2016-10-04 23:54 GMT-03:00 Lucas Cordiviola :

> Here it goes alpha bins:
>
>
> http://lucarda.com.ar/x/cyclone-w32-milestone4-Alpha.zip
>
>
>
>
> Mensaje telepatico asistido por maquinas.
>
>
> --
> *From:* Alexandre Torres Porres 
> *Sent:* Wednesday, October 5, 2016 2:42 AM
> *To:* Lucas Cordiviola
> *Cc:* pd-list@lists.iem.at
> *Subject:* Re: compiling cyclone 0.3 Pre Alpha for windows (was:
> Proposing a cyclone update / another Pre Alpha release (milestone 2))
>
> well, [coll] is not worth checking anyway for now, cause we're really
> messing with it :)
>
> 2016-10-04 23:28 GMT-03:00 Lucas Cordiviola :
>
>> Right,
>>
>>
>> Wait a coule of minutes cuz i`m checking 3th party dependencies, have to
>> look all objects. for now coll and funnel needs pthreadGC-3.dll
>>
>>
>> Mensaje telepatico asistido por maquinas.
>>
>>
>> --
>> *From:* Alexandre Torres Porres 
>> *Sent:* Wednesday, October 5, 2016 2:15 AM
>> *To:* Lucas Cordiviola
>> *Cc:* Christof Ressi; pd-list@lists.iem.at
>> *Subject:* Re: compiling cyclone 0.3 Pre Alpha for windows (was:
>> Proposing a cyclone update / another Pre Alpha release (milestone 2))
>>
>> howdy, great that you could compile lukas, havent received the binaries
>> yet
>>
>> I'd love if you could send me some right away ;)
>>
>> i got a student online that i hope he could check it out :D
>>
>> cheers
>>
>> 2016-10-04 21:52 GMT-03:00 Alexandre Torres Porres :
>>
>>> howdy, jut forking this thread since 99% of the messages in the last
>>> thread were about compiling for windows and we're still in the middle of
>>> it, haha
>>>
>>> anyway, thanks for getting involved, let me know how we can help
>>> building this for windows
>>>
>>> cheers
>>>
>>> 2016-10-04 21:48 GMT-03:00 Alexandre Torres Porres :
>>>


 2016-10-04 21:31 GMT-03:00 Lucas Cordiviola :

 It seems that there is need for windows compilers/testers, if not,
> well...
>

 yes, we need, please :)

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


Re: [PD] compiling cyclone 0.3 Pre Alpha for windows (was: Proposing a cyclone update / another Pre Alpha release (milestone 2))

2016-10-04 Thread Lucas Cordiviola
Here it goes alpha bins:


http://lucarda.com.ar/x/cyclone-w32-milestone4-Alpha.zip




Mensaje telepatico asistido por maquinas.



From: Alexandre Torres Porres 
Sent: Wednesday, October 5, 2016 2:42 AM
To: Lucas Cordiviola
Cc: pd-list@lists.iem.at
Subject: Re: compiling cyclone 0.3 Pre Alpha for windows (was: Proposing a 
cyclone update / another Pre Alpha release (milestone 2))

well, [coll] is not worth checking anyway for now, cause we're really messing 
with it :)

2016-10-04 23:28 GMT-03:00 Lucas Cordiviola 
>:

Right,


Wait a coule of minutes cuz i`m checking 3th party dependencies, have to look 
all objects. for now coll and funnel needs pthreadGC-3.dll


Mensaje telepatico asistido por maquinas.



From: Alexandre Torres Porres >
Sent: Wednesday, October 5, 2016 2:15 AM
To: Lucas Cordiviola
Cc: Christof Ressi; pd-list@lists.iem.at
Subject: Re: compiling cyclone 0.3 Pre Alpha for windows (was: Proposing a 
cyclone update / another Pre Alpha release (milestone 2))

howdy, great that you could compile lukas, havent received the binaries yet

I'd love if you could send me some right away ;)

i got a student online that i hope he could check it out :D

cheers

2016-10-04 21:52 GMT-03:00 Alexandre Torres Porres 
>:
howdy, jut forking this thread since 99% of the messages in the last thread 
were about compiling for windows and we're still in the middle of it, haha

anyway, thanks for getting involved, let me know how we can help building this 
for windows

cheers

2016-10-04 21:48 GMT-03:00 Alexandre Torres Porres 
>:


2016-10-04 21:31 GMT-03:00 Lucas Cordiviola 
>:

It seems that there is need for windows compilers/testers, if not, well...

yes, we need, please :)



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


Re: [PD] compiling cyclone 0.3 Pre Alpha for windows (was: Proposing a cyclone update / another Pre Alpha release (milestone 2))

2016-10-04 Thread Alexandre Torres Porres
well, [coll] is not worth checking anyway for now, cause we're really
messing with it :)

2016-10-04 23:28 GMT-03:00 Lucas Cordiviola :

> Right,
>
>
> Wait a coule of minutes cuz i`m checking 3th party dependencies, have to
> look all objects. for now coll and funnel needs pthreadGC-3.dll
>
>
> Mensaje telepatico asistido por maquinas.
>
>
> --
> *From:* Alexandre Torres Porres 
> *Sent:* Wednesday, October 5, 2016 2:15 AM
> *To:* Lucas Cordiviola
> *Cc:* Christof Ressi; pd-list@lists.iem.at
> *Subject:* Re: compiling cyclone 0.3 Pre Alpha for windows (was:
> Proposing a cyclone update / another Pre Alpha release (milestone 2))
>
> howdy, great that you could compile lukas, havent received the binaries
> yet
>
> I'd love if you could send me some right away ;)
>
> i got a student online that i hope he could check it out :D
>
> cheers
>
> 2016-10-04 21:52 GMT-03:00 Alexandre Torres Porres :
>
>> howdy, jut forking this thread since 99% of the messages in the last
>> thread were about compiling for windows and we're still in the middle of
>> it, haha
>>
>> anyway, thanks for getting involved, let me know how we can help building
>> this for windows
>>
>> cheers
>>
>> 2016-10-04 21:48 GMT-03:00 Alexandre Torres Porres :
>>
>>>
>>>
>>> 2016-10-04 21:31 GMT-03:00 Lucas Cordiviola :
>>>
>>> It seems that there is need for windows compilers/testers, if not,
 well...

>>>
>>> yes, we need, please :)
>>>
>>
>>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] compiling cyclone 0.3 Pre Alpha for windows (was: Proposing a cyclone update / another Pre Alpha release (milestone 2))

2016-10-04 Thread Lucas Cordiviola
Right,


Wait a coule of minutes cuz i`m checking 3th party dependencies, have to look 
all objects. for now coll and funnel needs pthreadGC-3.dll


Mensaje telepatico asistido por maquinas.



From: Alexandre Torres Porres 
Sent: Wednesday, October 5, 2016 2:15 AM
To: Lucas Cordiviola
Cc: Christof Ressi; pd-list@lists.iem.at
Subject: Re: compiling cyclone 0.3 Pre Alpha for windows (was: Proposing a 
cyclone update / another Pre Alpha release (milestone 2))

howdy, great that you could compile lukas, havent received the binaries yet

I'd love if you could send me some right away ;)

i got a student online that i hope he could check it out :D

cheers

2016-10-04 21:52 GMT-03:00 Alexandre Torres Porres 
>:
howdy, jut forking this thread since 99% of the messages in the last thread 
were about compiling for windows and we're still in the middle of it, haha

anyway, thanks for getting involved, let me know how we can help building this 
for windows

cheers

2016-10-04 21:48 GMT-03:00 Alexandre Torres Porres 
>:


2016-10-04 21:31 GMT-03:00 Lucas Cordiviola 
>:

It seems that there is need for windows compilers/testers, if not, well...

yes, we need, please :)


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


[PD] compiling cyclone 0.3 Pre Alpha for windows (was: Proposing a cyclone update / another Pre Alpha release (milestone 2))

2016-10-04 Thread Alexandre Torres Porres
howdy, jut forking this thread since 99% of the messages in the last thread
were about compiling for windows and we're still in the middle of it, haha

anyway, thanks for getting involved, let me know how we can help building
this for windows

cheers

2016-10-04 21:48 GMT-03:00 Alexandre Torres Porres :

>
>
> 2016-10-04 21:31 GMT-03:00 Lucas Cordiviola :
>
> It seems that there is need for windows compilers/testers, if not,
>> well...
>>
>
> yes, we need, please :)
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread Alexandre Torres Porres
2016-10-04 21:31 GMT-03:00 Lucas Cordiviola :

It seems that there is need for windows compilers/testers, if not,
> well...
>

yes, we need, please :)
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread Lucas Cordiviola
As I mentioned when we started, this is my first attempt to compile anything, 
I`m a total newbie on compiling.

On cyclone 0.2 I was just testing the threaded [coll].

I will try the latest.

It seems that there is need for windows compilers/testers, if not, well...

you know the DIY thing.

Interest me for know.



Mensaje telepatico asistido por maquinas.



From: Alexandre Torres Porres 
Sent: Wednesday, October 5, 2016 12:11 AM
To: Lucas Cordiviola
Cc: Christof Ressi; pd-list@lists.iem.at
Subject: Re: [PD] Proposing a cyclone update / another Pre Alpha release 
(milestone 2)

Hey Lucas, didn't you have issues compiling cyclone 0.2 from fred's cyclone 
branch? I remember some discussion... well, maybe lets fork this thread to 
discuss building cyclone for windows :) did you try my latest one by the way?

cheers


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


Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread Alexandre Torres Porres
Hey Lucas, didn't you have issues compiling cyclone 0.2 from fred's cyclone
branch? I remember some discussion... well, maybe lets fork this thread to
discuss building cyclone for windows :) did you try my latest one by the
way?

cheers

2016-10-04 20:44 GMT-03:00 Lucas Cordiviola :

> @Christof
>
> *>I could successfully and easily build your cyclone release on my windows
> machine (Levono Thinkpad, Windows 7).*
>
>
> Oops, Why I coudn`t:
>
> Lenovo t410 win8.1
>
>
> $ gcc -v
> Using built-in specs.
> COLLECT_GCC=C:\MinGW\bin\gcc.exe
> COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/5.
> 3.0/lto-wrapper.exe
> Target: mingw32
> Configured with: ../src/gcc-5.3.0/configure --build=x86_64-pc-linux-gnu
> --host=m
> ingw32 --prefix=/mingw --disable-win32-registry --target=mingw32
> --with-arch=i58
> 6 --enable-languages=c,c++,objc,obj-c++,fortran,ada --enable-static
> --enable-sha
> red --enable-threads=posix --with-dwarf2 --disable-sjlj-exceptions
> --enable-vers
> ion-specific-runtime-libs --enable-libstdcxx-debug --with-tune=generic
> --enable-
> libgomp --disable-libvtv --enable-nls
> Thread model: posix
> gcc version 5.3.0 (GCC)
>
>
>
> Any clue?
>
>
>
> Mensaje telepatico asistido por maquinas.
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread Lucas Cordiviola
@Christof


>I could successfully and easily build your cyclone release on my windows 
>machine (Levono Thinkpad, Windows 7).

Oops, Why I coudn`t:

Lenovo t410 win8.1


$ gcc -v
Using built-in specs.
COLLECT_GCC=C:\MinGW\bin\gcc.exe
COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/5.3.0/lto-wrapper.exe
Target: mingw32
Configured with: ../src/gcc-5.3.0/configure --build=x86_64-pc-linux-gnu --host=m
ingw32 --prefix=/mingw --disable-win32-registry --target=mingw32 --with-arch=i58
6 --enable-languages=c,c++,objc,obj-c++,fortran,ada --enable-static --enable-sha
red --enable-threads=posix --with-dwarf2 --disable-sjlj-exceptions --enable-vers
ion-specific-runtime-libs --enable-libstdcxx-debug --with-tune=generic --enable-
libgomp --disable-libvtv --enable-nls
Thread model: posix
gcc version 5.3.0 (GCC)



Any clue?




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


Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread Alexandre Torres Porres
we also seem to have fixed the error below in the new release

binaries_src/signal/sah.o:sah.c:(.text+0x39): undefined reference to
`forky_hasfeeders'
collect2.exe: error: ld returned 1 exit status
make: *** [sah~.dll] Error 1


cheers



2016-10-04 20:09 GMT-03:00 Alexandre Torres Porres :

> ok, we'll check it
>
> but now we have a version with the updated pd-lib-builder, that by default
> will search for vanilla and doesnt look for extended anymore
>
> https://github.com/porres/pd-cyclone/releases/tag/0.3prealpha4
>
> please check if the same happens
>
> thanks
>
> 2016-10-04 19:29 GMT-03:00 Lucas Cordiviola :
>
>> Alexandre, Matt,
>>
>> Here results against 0.47.1, I disable the hole extended files with:
>>
>> “make pdincludepath=C:/Users/Lucarda/Downloads/pd/src
>> pdbinpath=C:/Users/Lucarda/Downloads/pd/bin 2> log.txt”
>>
>> And also renamed extended dir to “off-pd” so no files from extended could
>> be found.
>>
>> Attached “logV5.txt” with errors AND “lconsoleV1.txt” with what I could
>> copy from the console which is not ALL, just the ending (I couldn't find
>> how to output all to a file.).
>>
>>
>>
>>
>>
>> Mensaje telepatico asistido por maquinas.
>>
>>
>> --
>> *From:* Pd-list  on behalf of Lucas
>> Cordiviola 
>> *Sent:* Tuesday, October 4, 2016 9:41 PM
>> *To:* pd-list@lists.iem.at
>> *Subject:* Re: [PD] Proposing a cyclone update / another Pre Alpha
>> release (milestone 2)
>>
>>
>> *>however, on W32 you *also* need to specify the pdbinpath, so the*
>>
>> *pd.dll/pd.lib can be found:*
>>
>>
>> *>$ make pdincludepath=C:/Users/Lucarda/Downloads/pd/src*
>>
>> *pdbinpath=C:/Users/Lucarda/Downloads/pd/bin *
>>
>>
>> Thanx!!!
>>
>>
>> Mensaje telepatico asistido por maquinas.
>>
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] knob (again)

2016-10-04 Thread Lucas Cordiviola
>[l2s] and [tabdump] belong to zexy

Right, I forgot to remove those.

Alles klar.



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


Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread Alexandre Torres Porres
ok, we'll check it

but now we have a version with the updated pd-lib-builder, that by default
will search for vanilla and doesnt look for extended anymore

https://github.com/porres/pd-cyclone/releases/tag/0.3prealpha4

please check if the same happens

thanks

2016-10-04 19:29 GMT-03:00 Lucas Cordiviola :

> Alexandre, Matt,
>
> Here results against 0.47.1, I disable the hole extended files with:
>
> “make pdincludepath=C:/Users/Lucarda/Downloads/pd/src
> pdbinpath=C:/Users/Lucarda/Downloads/pd/bin 2> log.txt”
>
> And also renamed extended dir to “off-pd” so no files from extended could
> be found.
>
> Attached “logV5.txt” with errors AND “lconsoleV1.txt” with what I could
> copy from the console which is not ALL, just the ending (I couldn't find
> how to output all to a file.).
>
>
>
>
>
> Mensaje telepatico asistido por maquinas.
>
>
> --
> *From:* Pd-list  on behalf of Lucas
> Cordiviola 
> *Sent:* Tuesday, October 4, 2016 9:41 PM
> *To:* pd-list@lists.iem.at
> *Subject:* Re: [PD] Proposing a cyclone update / another Pre Alpha
> release (milestone 2)
>
>
> *>however, on W32 you *also* need to specify the pdbinpath, so the*
>
> *pd.dll/pd.lib can be found:*
>
>
> *>$ make pdincludepath=C:/Users/Lucarda/Downloads/pd/src*
>
> *pdbinpath=C:/Users/Lucarda/Downloads/pd/bin *
>
>
> Thanx!!!
>
>
> Mensaje telepatico asistido por maquinas.
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] knob (again)

2016-10-04 Thread Lucas Cordiviola

>@Lucas: do you want to test the deken package on your windows machine and tell 
>me if it works?



Hi Christof,

[mknob] works perfect, all color setting, and displays correctly.

This is what probably also on your machine doesn't work:

 absolutepath
... couldn't create
 relativepath
... couldn't create
 basedir
... couldn't create
 dinlet~
... couldn't create
 dinlet~ 1
... couldn't create
 dinlet~ 2
... couldn't create
dinlet~-help.pd 7 0 3 2 (sig~->canvas) connection failed
 popen
... couldn't create
 popen
... couldn't create
 system
... couldn't create
 l2s
... couldn't create
 popen
... couldn't create
 system
... couldn't create
 readsfv~
... couldn't create
 sfread2~ 2
... couldn't create
 sfread~
... couldn't create
 zexy/tabdump
... couldn't create
 wac
... couldn't create

Surely all the above needs an update.

Do you have the same "... couldn't create" ?



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


Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread Lucas Cordiviola
Alexandre, Matt,

Here results against 0.47.1, I disable the hole extended files with:

"make pdincludepath=C:/Users/Lucarda/Downloads/pd/src 
pdbinpath=C:/Users/Lucarda/Downloads/pd/bin 2> log.txt"

And also renamed extended dir to "off-pd" so no files from extended could be 
found.

Attached "logV5.txt" with errors AND "lconsoleV1.txt" with what I could copy 
from the console which is not ALL, just the ending (I couldn't find how to 
output all to a file.).






Mensaje telepatico asistido por maquinas.



From: Pd-list  on behalf of Lucas Cordiviola 

Sent: Tuesday, October 4, 2016 9:41 PM
To: pd-list@lists.iem.at
Subject: Re: [PD] Proposing a cyclone update / another Pre Alpha release 
(milestone 2)


>however, on W32 you *also* need to specify the pdbinpath, so the

pd.dll/pd.lib can be found:


>$ make pdincludepath=C:/Users/Lucarda/Downloads/pd/src

pdbinpath=C:/Users/Lucarda/Downloads/pd/bin

Thanx!!!



Mensaje telepatico asistido por maquinas.
binaries_src/control/mean.c: In function 'mean_list':
binaries_src/control/mean.c:41:44: warning: unused parameter 's' 
[-Wunused-parameter]
 static void mean_list(t_mean *x, t_symbol *s, int ac, t_atom *av)
^
binaries_src/control/spell.c: In function 'spell_list':
binaries_src/control/spell.c:61:46: warning: unused parameter 's' 
[-Wunused-parameter]
 static void spell_list(t_spell *x, t_symbol *s, int ac, t_atom *av)
  ^
binaries_src/signal/bitor.c: In function 'bitor_intmask':
binaries_src/signal/bitor.c:33:11: warning: passing argument 1 of 'pd_float' 
from incompatible pointer type [-Wincompatible-pointer-types]
  pd_float(x->x_rightinlet, (t_float)x->x_mask);
   ^
In file included from binaries_src/signal/bitor.c:6:0:
C:/Users/Lucarda/Downloads/pd/src/m_pd.h:402:13: note: expected 'struct _class 
**' but argument is of type 'struct _inlet *'
 EXTERN void pd_float(t_pd *x, t_float f);
 ^
binaries_src/signal/bitor.c: In function 'bitor_bits':
binaries_src/signal/bitor.c:127:14: warning: passing argument 1 of 'pd_float' 
from incompatible pointer type [-Wincompatible-pointer-types]
 pd_float(x->x_rightinlet, NAN);
  ^
In file included from binaries_src/signal/bitor.c:6:0:
C:/Users/Lucarda/Downloads/pd/src/m_pd.h:402:13: note: expected 'struct _class 
**' but argument is of type 'struct _inlet *'
 EXTERN void pd_float(t_pd *x, t_float f);
 ^
binaries_src/signal/bitor.c:124:46: warning: unused parameter 's' 
[-Wunused-parameter]
 static void bitor_bits(t_bitor *x, t_symbol *s, int ac, t_atom *av)
  ^
binaries_src/signal/bitor.c: In function 'bitor_new':
binaries_src/signal/bitor.c:143:46: warning: passing argument 1 of 
'obj_findsignalscalar' from incompatible pointer type 
[-Wincompatible-pointer-types]
 x->x_signalscalar = obj_findsignalscalar(x, 1);
  ^
binaries_src/signal/bitor.c:9:17: note: expected 't_object * {aka struct _text 
*}' but argument is of type 't_bitor * {aka struct _bitor *}'
 EXTERN t_float *obj_findsignalscalar(t_object *x, int m);
 ^
shared/unstable/forky.c: In function 'forky_getbitmask':
shared/unstable/forky.c:89:19: warning: unused variable 'bitmask' 
[-Wunused-variable]
  shared_t_bitmask bitmask = 1 << (nbits - 1);
   ^
binaries_src/signal/trunc.c: In function 'trunc_perform':
binaries_src/signal/trunc.c:31:14: warning: unused variable 'x' 
[-Wunused-variable]
 t_trunc *x = (t_trunc *)(w[1]); // Seu objeto
  ^
binaries_src/signal/rdiv.c: In function 'rdiv_dsp':
binaries_src/signal/rdiv.c:28:30: warning: unused parameter 'x' 
[-Wunused-parameter]
 static void rdiv_dsp(t_rdiv *x, t_signal **sp)
  ^
binaries_src/control/atodb.c: In function 'atodb_list':
binaries_src/control/atodb.c:47:39: warning: unused parameter 's' 
[-Wunused-parameter]
 void atodb_list(t_atodb *x, t_symbol *s, int argc, t_atom *argv)
   ^
binaries_src/signal/framedelta.c: In function 'framedelta_new':
binaries_src/signal/framedelta.c:55:39: warning: unused parameter 's' 
[-Wunused-parameter]
 static void *framedelta_new(t_symbol *s, int ac, t_atom *av)
   ^
binaries_src/signal/framedelta.c:55:46: warning: unused parameter 'ac' 
[-Wunused-parameter]
 static void *framedelta_new(t_symbol *s, int ac, t_atom *av)
  ^
binaries_src/signal/framedelta.c:55:58: warning: unused parameter 'av' 
[-Wunused-parameter]
 static void *framedelta_new(t_symbol *s, int ac, t_atom *av)
  ^
shared/common/grow.c: In function 'grow_withdata':
shared/common/grow.c:56:6: warning: unused variable 'oldsize' 
[-Wunused-variable]
  int 

Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread Lucas Cordiviola
>however, on W32 you *also* need to specify the pdbinpath, so the

pd.dll/pd.lib can be found:


>$ make pdincludepath=C:/Users/Lucarda/Downloads/pd/src

pdbinpath=C:/Users/Lucarda/Downloads/pd/bin

Thanx!!!



Mensaje telepatico asistido por maquinas.



From: Pd-list  on behalf of IOhannes m zmoelnig 

Sent: Tuesday, October 4, 2016 7:40 AM
To: pd-list@lists.iem.at
Subject: Re: [PD] Proposing a cyclone update / another Pre Alpha release 
(milestone 2)

On 2016-10-04 01:26, Lucas Cordiviola wrote:
> Did "make pdincludepath=C:/Users/Lucarda/Downloads/pd/src 2> logV2.txt"

yes, that's the currect use of pdincludepath.

however, on W32 you *also* need to specify the pdbinpath, so the
pd.dll/pd.lib can be found:

$ make pdincludepath=C:/Users/Lucarda/Downloads/pd/src
pdbinpath=C:/Users/Lucarda/Downloads/pd/bin

(yes, it would be great if you could just set
pdpath=C:/Users/Lucarda/Downloads/pd/ and the makefile would figure out
the include- and bin-path from that; but no, it doesn't do that right now).

>
> Same results:

no. afaict, very different results. (though the net outcome - a failed
build - is the same)

it seems like the build doesn't link together all the necessary objectfiles.

gmnasdr+
IOhannes

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


[PD] Fw: Aw: Re: knob (again)

2016-10-04 Thread Christof Ressi
was too impatient - the package is online! now I understand how it works...

@Lucas: do you want to test the deken package on your windows machine and tell 
me if it works?

> Gesendet: Dienstag, 04. Oktober 2016 um 21:15 Uhr
> Von: "Christof Ressi" 
> An: "IOhannes m zmölnig" 
> Betreff: Aw: Re: [PD] Fw: knob (again)
>
> Thanks!
> 
> > the logic that creates those display names is rather simple: if the
> > uploader cared to give a name, then you get "/
> > ()
> 
> ok, that means the platform information is gone, but you can provide it in 
> the article name (together with additional information).
> please correct me if I got that wrong.
> 
> So there're two different ways for deken to display the package name:
> a) name of the zip file
> b) / []
> 
> is a) even achievable when manually uploading?
> 
> I haven't noticed b) before, so that's probably the reason I was so confused. 
> It's even better for my case because I can use the article name to display 
> the Pd>=0.47 warning.
> 
> Maybe I didn't really make a third upload but rather edited the second upload 
> and hoped that the changes would show up in deken. 
> Nevertheless, now I've deleted my last upload (before I realized you've 
> already renamed it and removed the first upload... bad timing) and made a new 
> upload - which doesn't show up...
> 
> Sorry for all the trouble...
> 
> > Gesendet: Dienstag, 04. Oktober 2016 um 20:27 Uhr
> > Von: "IOhannes m zmölnig" 
> > An: pd-list@lists.iem.at
> > Betreff: Re: [PD] Fw: knob (again)
> >
> > On 10/04/2016 07:36 PM, Christof Ressi wrote:
> > > IOhannes and Lucas,
> > > 
> > > thanks for your help. I was aware of the naming convention and I've read 
> > > the dev readme.
> > > When I was asking how to manually upload a package, I wanted to know how 
> > > to *upload*.
> > 
> > ok :-)
> > 
> > login, and "add a new file" via the "add new article" menu.
> > 
> > 
> > > 
> > > Now I've tried myself. I uploaded the zip file with 'add new article' 
> > > ('neuen artikel hinzufügen') on my puredata.info account. I named the URL 
> > > the same as the zip file. However, I chose a different article name 
> > > (thinking it should be descriptive). 
> > > after a while it showed up in deken but the name was - and is still! - a 
> > > mess. It kind of mixed bits of the file name with bits of the arcticle 
> > > name (see yourself!). I noticed it immediately and removed the file from 
> > > my account, hoping it would disappear from deken but it's still there! I 
> > > gave it a second try (with a different directory), same results. 
> > 
> > 
> > afaics this part works as expected.
> > deken displays
> > > moonlib/0.3.4_Pd_0.47 (moonlib Windows binaries (Pd >= 0.47))
> > 
> > which is indeed a mixture of the descriptive article name ("moonlib
> > Windows binaries...") and info parsed from the actual filename (a
> > / information "moonlib/0.3.4_Pd_0.47").
> > 
> > which - i think - makes total sense.
> > the version information is *crucial*; just having "moonlib Windows
> > binaries (Pd >= 0.47)" could mean anything (well, at least manything).
> > 
> > the logic that creates those display names is rather simple: if the
> > uploader cared to give a name, then you get "/
> > ()".
> > (it needs to be simple and still contain meaningful information; just
> > having "" is not foolproof enough, as the uploader could
> > give an arbitrary name; and in fact when using the Plone-Software-Center
> > (everything under /downloads/) these names usually lack both libraryname
> > and version)
> > 
> > 
> > > Then I tried to upload it a third time (now with the article name
> > > being the same as the filename),
> > > but this time it doesn't show up in deken. 
> > 
> > that's a bit hard to debug.
> > what's the URL of the not showing-up file?
> > 
> > > 
> > > How can I remove the old packages and get the new one to upload? Here's 
> > > the link btw:
> > > http://puredata.info/Members/spacechild1/externals/moonlib/moonlib-v0.3.4_Pd_0.47-%28Windows-i386-32%29%28Sources%29-externals.zip
> > 
> > *this* one does show up.
> > 
> > for me (and i figure: everyone), deken returns two moonlib uploads by
> > you, both named "moonlib/0.3.4_Pd_0.47 (moonlib Windows binaries (Pd >=
> > 0.47))".
> > one lives in
> > http://puredata.info/Members/spacechild1/externals/moonlib/
> > the other directly in
> > http://puredata.info/Members/spacechild1/externals/
> > 
> > i don't see any 3rd upload. (also i don't see any additional upload when
> > i browse /Members/spacechild1)
> > 
> > the last link, however, is broken.
> > 
> > 
> > the reason for the broken link is a caching problem on the deken server.
> > it needs to be fixed by me.
> > 
> > gfmadsr
> > IOhannes
> > 
> > ___
> > Pd-list@lists.iem.at mailing list
> > UNSUBSCRIBE and account-management -> 
> > https://lists.puredata.info/listinfo/pd-list
> >


Re: [PD] Fw: knob (again)

2016-10-04 Thread IOhannes m zmölnig
On 10/04/2016 08:27 PM, IOhannes m zmölnig wrote:
> the reason for the broken link is a caching problem on the deken server.
> it needs to be fixed by me.

https://git.iem.at/zmoelnig/deken-server/issues/3

gfmads
IOhannes



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


Re: [PD] Fw: knob (again)

2016-10-04 Thread IOhannes m zmölnig
On 10/04/2016 07:36 PM, Christof Ressi wrote:
> IOhannes and Lucas,
> 
> thanks for your help. I was aware of the naming convention and I've read the 
> dev readme.
> When I was asking how to manually upload a package, I wanted to know how to 
> *upload*.

ok :-)

login, and "add a new file" via the "add new article" menu.


> 
> Now I've tried myself. I uploaded the zip file with 'add new article' ('neuen 
> artikel hinzufügen') on my puredata.info account. I named the URL the same as 
> the zip file. However, I chose a different article name (thinking it should 
> be descriptive). 
> after a while it showed up in deken but the name was - and is still! - a 
> mess. It kind of mixed bits of the file name with bits of the arcticle name 
> (see yourself!). I noticed it immediately and removed the file from my 
> account, hoping it would disappear from deken but it's still there! I gave it 
> a second try (with a different directory), same results. 


afaics this part works as expected.
deken displays
> moonlib/0.3.4_Pd_0.47 (moonlib Windows binaries (Pd >= 0.47))

which is indeed a mixture of the descriptive article name ("moonlib
Windows binaries...") and info parsed from the actual filename (a
/ information "moonlib/0.3.4_Pd_0.47").

which - i think - makes total sense.
the version information is *crucial*; just having "moonlib Windows
binaries (Pd >= 0.47)" could mean anything (well, at least manything).

the logic that creates those display names is rather simple: if the
uploader cared to give a name, then you get "/
()".
(it needs to be simple and still contain meaningful information; just
having "" is not foolproof enough, as the uploader could
give an arbitrary name; and in fact when using the Plone-Software-Center
(everything under /downloads/) these names usually lack both libraryname
and version)


> Then I tried to upload it a third time (now with the article name
> being the same as the filename),
> but this time it doesn't show up in deken. 

that's a bit hard to debug.
what's the URL of the not showing-up file?

> 
> How can I remove the old packages and get the new one to upload? Here's the 
> link btw:
> http://puredata.info/Members/spacechild1/externals/moonlib/moonlib-v0.3.4_Pd_0.47-%28Windows-i386-32%29%28Sources%29-externals.zip

*this* one does show up.

for me (and i figure: everyone), deken returns two moonlib uploads by
you, both named "moonlib/0.3.4_Pd_0.47 (moonlib Windows binaries (Pd >=
0.47))".
one lives in
http://puredata.info/Members/spacechild1/externals/moonlib/
the other directly in
http://puredata.info/Members/spacechild1/externals/

i don't see any 3rd upload. (also i don't see any additional upload when
i browse /Members/spacechild1)

the last link, however, is broken.


the reason for the broken link is a caching problem on the deken server.
it needs to be fixed by me.

gfmadsr
IOhannes



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


Re: [PD] Fw: knob (again)

2016-10-04 Thread Christof Ressi
IOhannes and Lucas,

thanks for your help. I was aware of the naming convention and I've read the 
dev readme.
When I was asking how to manually upload a package, I wanted to know how to 
*upload*. 

Now I've tried myself. I uploaded the zip file with 'add new article' ('neuen 
artikel hinzufügen') on my puredata.info account. I named the URL the same as 
the zip file. However, I chose a different article name (thinking it should be 
descriptive). 
after a while it showed up in deken but the name was - and is still! - a mess. 
It kind of mixed bits of the file name with bits of the arcticle name (see 
yourself!). I noticed it immediately and removed the file from my account, 
hoping it would disappear from deken but it's still there! I gave it a second 
try (with a different directory), same results. 
Then I tried to upload it a third time (now with the article name being the 
same as the filename), but this time it doesn't show up in deken. 

How can I remove the old packages and get the new one to upload? Here's the 
link btw:
http://puredata.info/Members/spacechild1/externals/moonlib/moonlib-v0.3.4_Pd_0.47-%28Windows-i386-32%29%28Sources%29-externals.zip

Can someone please explain how to correctly *upload* a package manually. Is 
this is a bug in the deken system or did I do something wrong (if yes, what 
exactly). 

Thanks!

PS: the newer upload works at least, but the older upload just brings an empty 
zip file (since the link actually doesn't exist anymore)

> Gesendet: Dienstag, 04. Oktober 2016 um 09:35 Uhr
> Von: "IOhannes m zmoelnig" 
> An: Pd-List 
> Betreff: Re: [PD] Fw: knob (again)
>
> On 2016-10-04 02:39, Lucas Cordiviola wrote:
> > Just in case:
> > 
> > Of course without all the "http://puredata.info/Members/chr15m/;
> > 
> > just
> > 
> > freeverb~(Windows-i386-32)-externals.zip
> 
> the format of the filenames is detailed in
>https://github.com/pure-data/deken/blob/master/developer/README.md
> 
> and *please* do *NOT* upload files without a version number.
> if there is no version number, use a fake-version that includes the
> compile-date (or better: the date of the last source code change), e.g.
> "v0.0.20161004"). versions should be sortable, so make sure that the
> year comes before the month and the day)
> 
> the above freeverb example is really a legacy file (it was one of the
> earliest test uploads for deken).
> it should have been removed from the server long ago [112]
> 
> so a proper filename should include the version number.
> you should also make sure to upload the sources (and buildsystem) along
> with a binary (probably as a separate upload)
> 
> here's a good example:
> 
>knob-v0.0.20161003-(Windows-i386-32)(Sources)-externals.zip
> 
> gmfdsr
> IOhannes
> 
> 
> [112] https://github.com/pure-data/deken/issues/112
> 
> > 
> > 
> > 
> > Mensaje telepatico asistido por maquinas.
> > 
> > 
> > 
> > From: Pd-list  on behalf of Lucas Cordiviola 
> > 
> > Sent: Tuesday, October 4, 2016 12:26 AM
> > To: Christof Ressi
> > Cc: Pd-List
> > Subject: Re: [PD] Fw: knob (again)
> > 
> > 
> > Some examples for naming the ZIP:
> > 
> > 
> > http://puredata.info/Members/chr15m/freeverb~(Windows-i386-32)-externals.zip
> > http://puredata.info/Members/chr15m/pdlua(Windows-i386-32)-externals.zip
> > http://puredata.info/Members/chr15m/plugin~(Windows-i386-32)-externals.zip
> > http://puredata.info/Members/chr15m/software/v0-0extended/adaptive/adaptive-v0.0.extended-(Windows-i386-32)-externals.zip
> > http://puredata.info/Members/chr15m/software/v0-0extended/arraysize/arraysize-v0.0.extended-(Windows-i386-32)-externals.zip
> > 
> > 
> > 
> > Mensaje telepatico asistido por maquinas.
> > 
> > 
> > 
> > From: Pd-list  on behalf of Lucas Cordiviola 
> > 
> > Sent: Monday, October 3, 2016 11:56 PM
> > To: Christof Ressi
> > Cc: Pd-List
> > Subject: Re: [PD] Fw: knob (again)
> > 
> > 
> > Hi Christof,
> > 
> > Thanx for the new [knob],
> > 
> > 
> > Can anyone tell me how to manually upload a deken package to puredata.info? 
> > I can't get the deken commandline tool to work on Windows (msys2)...
> > 
> > I did it on march on something that I deleted, I can`t remember exactly but 
> > it was just uploading the ZIP with the correct name. See:
> > 
> > https://github.com/pure-data/deken/blob/master/developer/README.md
> > 
> > 
> > You have an account on puredata.info right?
> > 
> > Once you upload wait a couple of minutes and check if deken finds it. Its 
> > just uploading with correct naming IIRC.
> > 
> > 
> > 
> > Mensaje telepatico asistido por maquinas.
> > 
> > 
> > 
> > From: Pd-list  on behalf of Christof Ressi 
> > 
> > 

Re: [PD] no audio in pd-vanilla UBUNTU 16.04

2016-10-04 Thread José Rafael Subía Valdez
Thank you IOhannes,

I run pd by typing "pd"
I have tried "pd -jack" and "pd -alsa"
but no luck

the media menu shows OSS and portaudio, no jack nor alsa and if I select
either, no devices are listed

I am going to try uninstalling every trace of pd and jack and try again.



On Tue, Oct 4, 2016 at 4:34 PM, IOhannes m zmoelnig  wrote:

> On 2016-10-04 16:52, José Rafael Subía Valdez wrote:
> > I need a bit of help with the latest vanilla (0.47.1) in ubuntu 16.04
> > I have compiled from source
>
> why do you not use the Debian packages?
> (oh, because xenial still has Pd-0.46-7)
>
> the mailinglist archives should give you instructions on how to properly
> build an uptodate Pd debian package.
>
>
> > but I can't seem to get the audio working.
> > I have Ubuntu in my Macbook Pro (mid 2010) and I have followed the
> > instructions  in "install.txt". checked the dependencies and after I
> finish
> > it says:
> >
> >
> > Configuration summary:
> >
> >   Target .. x86_64-unknown-linux-gnu
> >   C++ bindings  no
> >   Debug output  no
> >
> >   ALSA  yes
> >   ASIHPI .. no
> >
> >   OSS . yes
> >   JACK  yes
>
> good.
>
> >
> > when I run pd in command line it says:
> >
> > priority 94 scheduling failed.
>
> how do you "run pd"?
> anyhow, this is only to indicate that Pd uses non-realtime priviliges;
> which should work as well.
>
> >
> >
> > but in pd I have no device to select in audio settings and  if i try to
> > select anything, the pd window spits out this:
> >
> > /dev/dsp (read/write): No such file or directory
> > (now will try write-only...)
> > /dev/dsp (writeonly): No such file or directory
> > /dev/dsp (readonly): No such file or directory
>
> because the default is (still) to use the OSS backend, which is
> obviously not enabled on your system.
>
> > any ideas what I am doing wrong?
>
> start "pd -alsa" or "pd -jack" (or set the audio backend via the
> media-menu)
> afair, the Debian packages have set the default to "-alsa", so it
> usually just works.
>
> fgmasdr
> IOhannes
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
> listinfo/pd-list
>
>


-- 
José Rafael Subía Valdez
www.jrsv.net
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] no audio in pd-vanilla UBUNTU 16.04

2016-10-04 Thread IOhannes m zmoelnig
On 2016-10-04 16:52, José Rafael Subía Valdez wrote:
> I need a bit of help with the latest vanilla (0.47.1) in ubuntu 16.04
> I have compiled from source 

why do you not use the Debian packages?
(oh, because xenial still has Pd-0.46-7)

the mailinglist archives should give you instructions on how to properly
build an uptodate Pd debian package.


> but I can't seem to get the audio working.
> I have Ubuntu in my Macbook Pro (mid 2010) and I have followed the
> instructions  in "install.txt". checked the dependencies and after I finish
> it says:
> 
> 
> Configuration summary:
> 
>   Target .. x86_64-unknown-linux-gnu
>   C++ bindings  no
>   Debug output  no
> 
>   ALSA  yes
>   ASIHPI .. no
> 
>   OSS . yes
>   JACK  yes

good.

> 
> when I run pd in command line it says:
> 
> priority 94 scheduling failed.

how do you "run pd"?
anyhow, this is only to indicate that Pd uses non-realtime priviliges;
which should work as well.

> 
> 
> but in pd I have no device to select in audio settings and  if i try to
> select anything, the pd window spits out this:
> 
> /dev/dsp (read/write): No such file or directory
> (now will try write-only...)
> /dev/dsp (writeonly): No such file or directory
> /dev/dsp (readonly): No such file or directory

because the default is (still) to use the OSS backend, which is
obviously not enabled on your system.

> any ideas what I am doing wrong?

start "pd -alsa" or "pd -jack" (or set the audio backend via the media-menu)
afair, the Debian packages have set the default to "-alsa", so it
usually just works.

fgmasdr
IOhannes



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


Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread katja
The include path topic is relevant for pd libs in general. Instead of
workarounds or downstream fixes let's try to find an approach that is
useful for everyone. I've opened this issue:

https://github.com/pure-data/pd-lib-builder/issues/25

Katja

On Mon, Oct 3, 2016 at 10:44 PM, Alexandre Torres Porres
 wrote:
>
>> Or I uninstall “extended”?
>
>
>
> What I did as a quick solution was replacing the one in extended with the
> one in the new vanilla, but we'll work it out in the makefile and in the
> project for the future ;)
>
> cheers
>
> ___
> 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] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread Matt Barber
Sorry, I meant we only needed to #include "m_pd.h" as usual.

On Tue, Oct 4, 2016 at 3:46 AM, IOhannes m zmoelnig  wrote:

> On 2016-10-04 04:44, Matt Barber wrote:
> > I don't think we need a copy of it. We just need to include an existing
> > one, preferably from current vanilla.
>
> how do you include without copying?
> what is "current"? Pd-0.47-1? Pd-0.48-3?
>
> please do not include verbatim copies of *any* Pd-headers in your
> project. this is just bound to break sooner or later, making it even
> harder to fix.
> the Pd headers really must match the Pd binary running on the system
> where you compile. since the Pd binary is upgraded outside of your
> project, so should the headers.
>
> also, on w32 you need the corresponding pd.lib/pd.dll to properly link.
> (and if you decide to ship that as well, you could just ship the entire
> Pd; or just ship properly compiled binaries of your external).
>
> fgmasdr
> 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] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread katja
Value of 'pdincludepath' should be the full path of directory
containing pd API files. The standard pd includes path is different
per platform, and per pd flavor. When in doubt just locate your
preferred m_pd.h and take the full path of directory where it sits.

On Tue, Oct 4, 2016 at 12:35 AM, Lucas Cordiviola  wrote:
> Using pdincludepath:
>
> 
>
> make pdincludepath=C:/Users/Lucarda/Downloads/pd 2> log.txt
>
>
>
> ls: C:/Users/Lucarda/Downloads/pd/m_pd.h: No such file or directory
> pd-lib-
>
> builder/Makefile.pdlibbuilder:690: Where is Pd API m_pd.h? Do 'make help'
> for info.
> binaries_src/control/mean.c:5:18: fatal error: m_pd.h: No such file or
> directory
>
> compilation terminated.
>
> make: *** [binaries_src/control/mean.o] Error 1
>
>
> ---
>
>
>
> make pdincludepath=C:/Users/Lucarda/Downloads/pd/src 2> log.txt
>
>
>
> OK,
>
> See attached log.txt
>
>
>
> Do you feel is better to delete extended?
>
>
>
> Mensaje telepatico asistido por maquinas.
>
>
> 
> From: Alexandre Torres Porres 
> Sent: Monday, October 3, 2016 10:09 PM
> To: Lucas Cordiviola
> Cc: pd-list@lists.iem.at
> Subject: Re: [PD] Proposing a cyclone update / another Pre Alpha release
> (milestone 2)
>
>
>> Feel free to ask me to uninstall “extended” and see what happens (also for
>> the experiment), I`m not using it anymore and I have a ZIP version around.
>
>
>
> that'd be the easiest, but you can try replacing them all or using the
> argument, thanks
>
> ___
> 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] Fw: knob (again)

2016-10-04 Thread Chris McCormick

On 04/10/16 15:35, IOhannes m zmoelnig wrote:

the above freeverb example is really a legacy file (it was one of the
earliest test uploads for deken).
it should have been removed from the server long ago [112]

>

[112] https://github.com/pure-data/deken/issues/112


Fixed. Sorry it took me so long!

Cheers,

Chris.

--
http://mccormick.cx/

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


Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread IOhannes m zmoelnig
On 2016-10-04 04:44, Matt Barber wrote:
> I don't think we need a copy of it. We just need to include an existing
> one, preferably from current vanilla.

how do you include without copying?
what is "current"? Pd-0.47-1? Pd-0.48-3?

please do not include verbatim copies of *any* Pd-headers in your
project. this is just bound to break sooner or later, making it even
harder to fix.
the Pd headers really must match the Pd binary running on the system
where you compile. since the Pd binary is upgraded outside of your
project, so should the headers.

also, on w32 you need the corresponding pd.lib/pd.dll to properly link.
(and if you decide to ship that as well, you could just ship the entire
Pd; or just ship properly compiled binaries of your external).

fgmasdr
IOhannes



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


Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-04 Thread IOhannes m zmoelnig
On 2016-10-04 01:26, Lucas Cordiviola wrote:
> Did "make pdincludepath=C:/Users/Lucarda/Downloads/pd/src 2> logV2.txt"

yes, that's the currect use of pdincludepath.

however, on W32 you *also* need to specify the pdbinpath, so the
pd.dll/pd.lib can be found:

$ make pdincludepath=C:/Users/Lucarda/Downloads/pd/src
pdbinpath=C:/Users/Lucarda/Downloads/pd/bin

(yes, it would be great if you could just set
pdpath=C:/Users/Lucarda/Downloads/pd/ and the makefile would figure out
the include- and bin-path from that; but no, it doesn't do that right now).

> 
> Same results:

no. afaict, very different results. (though the net outcome - a failed
build - is the same)

it seems like the build doesn't link together all the necessary objectfiles.

gmnasdr+
IOhannes



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


Re: [PD] Fw: knob (again)

2016-10-04 Thread IOhannes m zmoelnig
On 2016-10-04 02:39, Lucas Cordiviola wrote:
> Just in case:
> 
> Of course without all the "http://puredata.info/Members/chr15m/;
> 
> just
> 
> freeverb~(Windows-i386-32)-externals.zip

the format of the filenames is detailed in
   https://github.com/pure-data/deken/blob/master/developer/README.md

and *please* do *NOT* upload files without a version number.
if there is no version number, use a fake-version that includes the
compile-date (or better: the date of the last source code change), e.g.
"v0.0.20161004"). versions should be sortable, so make sure that the
year comes before the month and the day)

the above freeverb example is really a legacy file (it was one of the
earliest test uploads for deken).
it should have been removed from the server long ago [112]

so a proper filename should include the version number.
you should also make sure to upload the sources (and buildsystem) along
with a binary (probably as a separate upload)

here's a good example:

   knob-v0.0.20161003-(Windows-i386-32)(Sources)-externals.zip

gmfdsr
IOhannes


[112] https://github.com/pure-data/deken/issues/112

> 
> 
> 
> Mensaje telepatico asistido por maquinas.
> 
> 
> 
> From: Pd-list  on behalf of Lucas Cordiviola 
> 
> Sent: Tuesday, October 4, 2016 12:26 AM
> To: Christof Ressi
> Cc: Pd-List
> Subject: Re: [PD] Fw: knob (again)
> 
> 
> Some examples for naming the ZIP:
> 
> 
> http://puredata.info/Members/chr15m/freeverb~(Windows-i386-32)-externals.zip
> http://puredata.info/Members/chr15m/pdlua(Windows-i386-32)-externals.zip
> http://puredata.info/Members/chr15m/plugin~(Windows-i386-32)-externals.zip
> http://puredata.info/Members/chr15m/software/v0-0extended/adaptive/adaptive-v0.0.extended-(Windows-i386-32)-externals.zip
> http://puredata.info/Members/chr15m/software/v0-0extended/arraysize/arraysize-v0.0.extended-(Windows-i386-32)-externals.zip
> 
> 
> 
> Mensaje telepatico asistido por maquinas.
> 
> 
> 
> From: Pd-list  on behalf of Lucas Cordiviola 
> 
> Sent: Monday, October 3, 2016 11:56 PM
> To: Christof Ressi
> Cc: Pd-List
> Subject: Re: [PD] Fw: knob (again)
> 
> 
> Hi Christof,
> 
> Thanx for the new [knob],
> 
> 
> Can anyone tell me how to manually upload a deken package to puredata.info? I 
> can't get the deken commandline tool to work on Windows (msys2)...
> 
> I did it on march on something that I deleted, I can`t remember exactly but 
> it was just uploading the ZIP with the correct name. See:
> 
> https://github.com/pure-data/deken/blob/master/developer/README.md
> 
> 
> You have an account on puredata.info right?
> 
> Once you upload wait a couple of minutes and check if deken finds it. Its 
> just uploading with correct naming IIRC.
> 
> 
> 
> Mensaje telepatico asistido por maquinas.
> 
> 
> 
> From: Pd-list  on behalf of Christof Ressi 
> 
> Sent: Monday, October 3, 2016 5:15 PM
> To: Antoine Rousseau
> Cc: Pd-List
> Subject: Re: [PD] Fw: knob (again)
> 
> No problem! I'll have a look at the dll stuff myself. maybe I can figure it 
> out when I have some spare time. since I'm on a windows machine, testing is 
> easy.
> 
> Can anyone tell me how to manually upload a deken package to puredata.info? I 
> can't get the deken commandline tool to work on Windows (msys2)...
> 
> 
> 
> 
> 
> 
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list
> 




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