Re: [PD] trying to test 'pdp library and 'pdp_scan~'

2024-01-16 Thread Alexandre Torres Porres
Em ter., 16 de jan. de 2024 às 13:26, IOhannes m zmoelnig 
escreveu:

> On 1/16/24 17:12, Alexandre Torres Porres wrote:
> > Em ter., 16 de jan. de 2024 às 05:08, cyrille henry 
> escreveu:
> >
> >> Hello,
> >> If you want to try scann synthesis, I suggest to try pmpd. specially
> >> example 47.
> >>
> >
> > Running this in Extended now, it looks amazing. Do we really need Gem
> > though?
>
> not at all.
> Gem just does the visualiation, but the actual physical model runs
> within pmpd on the CPU.
>

I figured, but if you actually remove Gem, somehow, sound stops, so it is
part of the implementation somehow I guess.


>
> >
> > As for pdp, it seems it tries to use the webcam or video sources and I
> > don't understand why.
>
> because it does something different.
> [pdp_scan~] will scan an image along a trajectory, and convert the
> traversed pixels to samples.
> it's not really what "scanned synthesis" is referred to in the wikipedia
> article and the like.
>

yeah, doesn't seem so, but it's gotta be related somehow, right?


>
> >
> > Would love to dig more in it and provide an external myself but it looks
> > quite complex...
>
> or you could just use pmpd?
> i don't fully understand the benefit of re-implementing everything that
> is already out there.
>

I guess it depends on each case, sometimes (I actually think most of the
times) I do offer something different (with more features) and better
resolved, other times it's something simple that doesn't make much sense to
require a dependency, but nowadays, with plugdata, there's always an excuse
or actual requirement to add something (and I am thinking now of the time
and date alternatives that I didn't need or want myself, but someone
requested for plugdata).

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] time/date

2024-01-16 Thread Dan Wilcox
I also use the sexy [time] object. It is actually the only reason I have zexy 
installed as I try to be as vanilla-only as possible due to working with libpd.

I agree that at this point it would be nice to have something like date & time 
built into vanilla... however the objects exist and are easy to install/use on 
desktop.

> On Jan 16, 2024, at 12:00 PM, pd-list-requ...@lists.iem.at wrote:
> 
> Message: 1
> Date: Tue, 16 Jan 2024 11:40:41 +0100
> From: Patco mailto:colet.patr...@gmail.com>>
> To: Hrvoje Radnic mailto:hrvojerad...@yahoo.com>>
> Cc: "pd-list@lists.iem.at " 
> mailto:pd-list@lists.iem.at>>
> Subject: Re: [PD] time/date
> Message-ID:  >
> Content-Type: text/plain; charset="utf-8"
> 
> Hello,
> 
> in zexy external there is [time] object


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


Re: [PD] trying to test 'pdp library and 'pdp_scan~'

2024-01-16 Thread IOhannes m zmoelnig

On 1/16/24 17:12, Alexandre Torres Porres wrote:

Em ter., 16 de jan. de 2024 às 05:08, cyrille henry  escreveu:


Hello,
If you want to try scann synthesis, I suggest to try pmpd. specially
example 47.



Running this in Extended now, it looks amazing. Do we really need Gem
though? 


not at all.
Gem just does the visualiation, but the actual physical model runs 
within pmpd on the CPU.




As for pdp, it seems it tries to use the webcam or video sources and I
don't understand why.


because it does something different.
[pdp_scan~] will scan an image along a trajectory, and convert the 
traversed pixels to samples.
it's not really what "scanned synthesis" is referred to in the wikipedia 
article and the like.




Would love to dig more in it and provide an external myself but it looks
quite complex...


or you could just use pmpd?
i don't fully understand the benefit of re-implementing everything that 
is already out there.


OpenPGP_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] trying to test 'pdp library and 'pdp_scan~'

2024-01-16 Thread Alexandre Torres Porres
Em ter., 16 de jan. de 2024 às 05:08, cyrille henry  escreveu:

> Hello,
> If you want to try scann synthesis, I suggest to try pmpd. specially
> example 47.
>

Running this in Extended now, it looks amazing. Do we really need Gem
though? I figure it is just for displaying the array which is also a model
of a string, right? Perhaps one could use a Data Structure array instead?
Or just nothing at all to just focus on the sound. By the way, how do we
set the frequency in your example? It seems fixed.

As for pdp, it seems it tries to use the webcam or video sources and I
don't understand why.

In fact I know nothing about scanned synthesis and I just ran into it by
accident when reading about vector synthesis in wikipedia, and I even read
the original paper but I couldn't figure it out much yet.

It sounds at first some kinda of wavetable synthesis but it is clearly
physical modeling, right?

Would love to dig more in it and provide an external myself but it looks
quite complex...

thanks



>
> cheers
> c
>
>
> Le 15/01/2024 à 22:45, Alexandre Torres Porres a écrit :
> > When reading about 'Scanned synthesis' in
> https://en.wikipedia.org/wiki/Scanned_synthesis <
> https://en.wikipedia.org/wiki/Scanned_synthesis> I see about the
> [pdp_scan~] external from 'pdp', but I can't use it... I can still try
> extended in my machine and it didn't really work back then, I get
> >
> > Applications/Pd-extended.app/Contents/Resources/extra/pdp/pdp.pd_darwin,
> 10): Library not loaded: /usr/X11R6/lib/libX11.6.dylib
> >Referenced from:
> /Applications/Pd-extended.app/Contents/Resources/extra/pdp/pdp.pd_darwin
> >Reason: image not found
> > pdp: can't load library
> >
> > Purr Data can't load it either.
> >
> > The 'pdp' version in deken (0-0extended) doesn't work either and all
> print the same error.
> >
> > I wanted to check this object out, does anybody know where the source
> lives and if we can try and compile it?
> >
> > 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
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] trying to test 'pdp library and 'pdp_scan~'

2024-01-16 Thread Alexandre Torres Porres
Oh yeah, I now remember we gotta install XQuartz for X11 and Extended! It
works :)

Em ter., 16 de jan. de 2024 às 05:36, IOhannes m zmoelnig 
escreveu:

> On 1/15/24 22:45, Alexandre Torres Porres wrote:
> > When reading about 'Scanned synthesis' in
> > https://en.wikipedia.org/wiki/Scanned_synthesis I see about the
> [pdp_scan~]
> > external from 'pdp', but I can't use it... I can still try extended in my
> > machine and it didn't really work back then, I get
> >
> > Applications/Pd-extended.app/Contents/Resources/extra/pdp/pdp.pd_darwin,
> > 10): Library not loaded: /usr/X11R6/lib/libX11.6.dylib
>
> you need X11 for pdp. iirc, on macOS you can install it via XQuartz.
>
> to quote from their homepage:
>  > it forms the X11.app that Apple shipped with OS X versions 10.5
> through 10.7.
>
> which kind of explains why pdp worked with older versions of OSX, but
> not with current macOS.
>
>
> >
> > Purr Data can't load it either.
>
> obviously, you still need X11.
>
> >
> > The 'pdp' version in deken (0-0extended) doesn't work either and all
> print
> > the same error.
>
> as expected.
>
> >
> > I wanted to check this object out, does anybody know where the source
> lives
> > and if we can try and compile it?
>
> where all externals lived in the days of yore: the sourceforge SVN
> 
>
> a read-only git repository can be found at
> 
>
>
> the code hasn't been touched in 12 years, it probably won't compile on
> modern systems.
>
> Debian still provides pdp binaries, so there's a couple of patches that
> allow us to build on this platform. find them at
> <
> https://salsa.debian.org/multimedia-team/pd/pdp/-/tree/master/debian/patches
> >
>
> these patches might be very Debian specific (solving problems that only
> exist on this platform), i have no idea whether they might help building
> on macOS.
>
>
> and finally, there's of course the official homepage:
> https://zwizwa.be/pdp/
>
> gmasdr
> 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] time/date

2024-01-16 Thread Alexandre Torres Porres
there's also [datetime] frome ELSE btw

Em ter., 16 de jan. de 2024 às 11:14, Patco 
escreveu:

>
>
> > Le 16 janv. 2024 à 13:43, adam johnson  a écrit :
> >
> > use [file copy]
>
> wow this new vanilla internal is really cool
>
> So we can timestamp filenames just by using [file stat] and [file move]
>
>
> ___
> 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] time/date

2024-01-16 Thread Patco


> Le 16 janv. 2024 à 13:43, adam johnson  a écrit :
> 
> use [file copy] 

wow this new vanilla internal is really cool

So we can timestamp filenames just by using [file stat] and [file move]


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


Re: [PD] time/date

2024-01-16 Thread adam johnson
On linux and probably OSX and bsd you can get to time and date from
/proc/driver/rtc, use [file copy] to copy /proc/drive/rtc to a temp file
and then read that temp file into [text], then just grab the needed fields
from the [text]. This will work on most any linux and if it does not work
on OSX/BSD they will have this somewhere in /proc/ or /sys/, been too long
since I have used either of them but I think they have /proc/driver/rtc, no
clue about Windows.

On Tue, Jan 16, 2024 at 4:42 AM Patco  wrote:

> Hello,
>
>  in zexy external there is [time] object
>
>
>
> Le 16 janv. 2024 à 11:26, Hrvoje Radnic via Pd-list 
> a écrit :
>
> Dear group,
>
> Is there any solution for getting the system time-date in pure data
> vanilla? I would like to use my quick recording abstraction without
> worrying about file name and I know it could be done by using [savestate]
> and incremental numbering system, but I think it could be much more elegant
> to just use the time-date stamp as file name.
>
> Thank you!
>
> Hrvoje Radnic
>
> https://www.instagram.com/singlecycled/
>
> https://pdvrecords.bandcamp.com/album/umovi-protiv-valova
> https://soundcloud.com/sumovi-protiv-valova
> 00385(0)915225162
> ___
> 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] time/date

2024-01-16 Thread Matt Davey
I looked for this for YEARS and have been away from PD for a little while,
but was always something that seemed to have never been implemented in
vanilla.
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] time/date

2024-01-16 Thread Peter P.
Hrvoje,
have you checked the list archives at pd.iem.at?
best, P

* Hrvoje Radnic via Pd-list  [2024-01-16 11:27]:
> Dear group,
> Is there any solution for getting the system time-date in pure data vanilla? 
> I would like to use my quick recording abstraction without worrying about 
> file name and I know it could be done by using [savestate] and incremental 
> numbering system, but I think it could be much more elegant to just use the 
> time-date stamp as file name.
> Thank you! 
> Hrvoje Radnic
> https://www.instagram.com/singlecycled/
> 
> https://pdvrecords.bandcamp.com/album/umovi-protiv-valova
> https://soundcloud.com/sumovi-protiv-valova
> 00385(0)915225162

> ___
> 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] time/date

2024-01-16 Thread Patco
Hello,

 in zexy external there is [time] object



> Le 16 janv. 2024 à 11:26, Hrvoje Radnic via Pd-list  a 
> écrit :
> 
> Dear group,
> 
> Is there any solution for getting the system time-date in pure data vanilla? 
> I would like to use my quick recording abstraction without worrying about 
> file name and I know it could be done by using [savestate] and incremental 
> numbering system, but I think it could be much more elegant to just use the 
> time-date stamp as file name.
> 
> Thank you! 
> 
> Hrvoje Radnic
> 
> https://www.instagram.com/singlecycled/ 
> 
> 
> https://pdvrecords.bandcamp.com/album/umovi-protiv-valova 
> 
> https://soundcloud.com/sumovi-protiv-valova 
> 
> 00385(0)915225162
> ___
> 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] time/date

2024-01-16 Thread Hrvoje Radnic via Pd-list
Dear group,
Is there any solution for getting the system time-date in pure data vanilla? I 
would like to use my quick recording abstraction without worrying about file 
name and I know it could be done by using [savestate] and incremental numbering 
system, but I think it could be much more elegant to just use the time-date 
stamp as file name.
Thank you! 
Hrvoje Radnic
https://www.instagram.com/singlecycled/

https://pdvrecords.bandcamp.com/album/umovi-protiv-valova
https://soundcloud.com/sumovi-protiv-valova
00385(0)915225162___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] trying to test 'pdp library and 'pdp_scan~'

2024-01-16 Thread IOhannes m zmoelnig

On 1/15/24 22:45, Alexandre Torres Porres wrote:

When reading about 'Scanned synthesis' in
https://en.wikipedia.org/wiki/Scanned_synthesis I see about the [pdp_scan~]
external from 'pdp', but I can't use it... I can still try extended in my
machine and it didn't really work back then, I get

Applications/Pd-extended.app/Contents/Resources/extra/pdp/pdp.pd_darwin,
10): Library not loaded: /usr/X11R6/lib/libX11.6.dylib


you need X11 for pdp. iirc, on macOS you can install it via XQuartz.

to quote from their homepage:
> it forms the X11.app that Apple shipped with OS X versions 10.5 
through 10.7.


which kind of explains why pdp worked with older versions of OSX, but 
not with current macOS.





Purr Data can't load it either.


obviously, you still need X11.



The 'pdp' version in deken (0-0extended) doesn't work either and all print
the same error.


as expected.



I wanted to check this object out, does anybody know where the source lives
and if we can try and compile it?


where all externals lived in the days of yore: the sourceforge SVN


a read-only git repository can be found at 




the code hasn't been touched in 12 years, it probably won't compile on 
modern systems.


Debian still provides pdp binaries, so there's a couple of patches that 
allow us to build on this platform. find them at 



these patches might be very Debian specific (solving problems that only 
exist on this platform), i have no idea whether they might help building 
on macOS.



and finally, there's of course the official homepage: https://zwizwa.be/pdp/

gmasdr
IOhannes


OpenPGP_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] trying to test 'pdp library and 'pdp_scan~'

2024-01-16 Thread cyrille henry

Hello,
If you want to try scann synthesis, I suggest to try pmpd. specially example 47.

cheers
c


Le 15/01/2024 à 22:45, Alexandre Torres Porres a écrit :

When reading about 'Scanned synthesis' in 
https://en.wikipedia.org/wiki/Scanned_synthesis 
 I see about the [pdp_scan~] 
external from 'pdp', but I can't use it... I can still try extended in my machine and 
it didn't really work back then, I get

Applications/Pd-extended.app/Contents/Resources/extra/pdp/pdp.pd_darwin, 10): 
Library not loaded: /usr/X11R6/lib/libX11.6.dylib
   Referenced from: 
/Applications/Pd-extended.app/Contents/Resources/extra/pdp/pdp.pd_darwin
   Reason: image not found
pdp: can't load library

Purr Data can't load it either.

The 'pdp' version in deken (0-0extended) doesn't work either and all print the 
same error.

I wanted to check this object out, does anybody know where the source lives and 
if we can try and compile it?

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