Re: [PD] netreceive not refreshing values

2021-03-03 Thread Christof Ressi
It might help to post a simple example patch with a description of what 
you want to do. Only reading your e-mails, I have no idea what you're up 
to...


Christof

On 03.03.2021 16:39, Michael Karr wrote:
So thanks once again! I was able to get rolling values using the 
method described in list-serializer. However, it is refreshing the 
values in increments of 250 ms, whereas I should be seeing almost 1 
million values every 40ms (as I can confirm in a graphic that my shell 
is generating). Ideally, this stream would pass in full resolution to 
an oscillator and flush immediately, so as not to clog the buffer. 
What am I missing?


--
Michael

___
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] netreceive not refreshing values

2021-03-03 Thread Michael Karr
So thanks once again! I was able to get rolling values using the method
described in list-serializer. However, it is refreshing the values in
increments of 250 ms, whereas I should be seeing almost 1 million values
every 40ms (as I can confirm in a graphic that my shell is generating).
Ideally, this stream would pass in full resolution to an oscillator and
flush immediately, so as not to clog the buffer. What am I missing?

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


Re: [PD] netreceive not refreshing values

2021-03-03 Thread IOhannes m zmölnig

On 3/3/21 12:20 PM, Michael Karr wrote:

Thank you, I had checked that help file, and list serializer is
conspicuously absent. I am using Pd version 0.51.3 on Windows 10.


here it is at the bottom of the help patch.
the line says:

"serializer [pd example3]"

gfmsadr
IOhannes



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


Re: [PD] netreceive not refreshing values

2021-03-03 Thread Michael Karr
Thank you, I had checked that help file, and list serializer is
conspicuously absent. I am using Pd version 0.51.3 on Windows 10.

Op wo 3 mrt. 2021 om 12:01 schreef :

> Send Pd-list mailing list submissions to
> pd-list@lists.iem.at
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.puredata.info/listinfo/pd-list
> or, via email, send a message with subject or body 'help' to
> pd-list-requ...@lists.iem.at
>
> You can reach the person managing the list at
> pd-list-ow...@lists.iem.at
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Pd-list digest..."
>
>
> Today's Topics:
>
>1. Re: how to force the DSP call? / set delread~ delay name
>   (Alexandre Torres Porres)
>2. netreceive not refreshing values (Michael Karr)
>3. Re: netreceive not refreshing values (IOhannes m zm?lnig)
>
>
> --
>
> Message: 1
> Date: Tue, 2 Mar 2021 21:21:31 -0300
> From: Alexandre Torres Porres 
> To: Christof Ressi 
> Cc: Pd-List 
> Subject: Re: [PD] how to force the DSP call? / set delread~ delay name
> Message-ID:
> <
> caeasfmgorbruxdawe-oxkbz9d0t8rvfo9wyx402h9z4vk5n...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Em seg., 1 de mar. de 2021 ?s 22:43, Christof Ressi <
> i...@christofressi.com>
> escreveu:
>
> > while we're at it, any reason why not to have a "set" method for [send~]
> > and [catch~]? Seems inconsistent
> >
> > For the same reason why you can't set the name of [delwrite~]
> >
>
> I see, I got confused and thought we were supposed to also set the name for
> it.
> -- next part --
> An HTML attachment was scrubbed...
> URL: <
> http://lists.puredata.info/pipermail/pd-list/attachments/20210302/4b4524d0/attachment-0001.htm
> >
>
> --
>
> Message: 2
> Date: Wed, 3 Mar 2021 03:36:12 +0100
> From: Michael Karr 
> To: pd-list@lists.iem.at
> Subject: [PD] netreceive not refreshing values
> Message-ID:
> <
> caoh2gpy13kmgiyy3lo-7+mctp-m_rcy7fyyna8r3h9poome...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hello,
>
> I have set up a udp stream (consisting of millions of values), and I would
> like to output these values three at a time using number objects. When I
> print the output, I get a whole bunch of values, but the number objects
> only retain the 1st, 2nd and 3rd value. How can I tell pd to pass these
> values until the stream is terminated?
>
> --
> Michael
> -- next part ----------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.puredata.info/pipermail/pd-list/attachments/20210303/be9e0928/attachment-0001.htm
> >
>
> --
>
> Message: 3
> Date: Wed, 03 Mar 2021 06:42:55 +0100
> From: IOhannes m zm?lnig 
> To: pd-list@lists.iem.at
> Subject: Re: [PD] netreceive not refreshing values
> Message-ID: <15daf202-8c27-4ca2-b1e4-3e104c962...@iem.at>
> Content-Type: text/plain; charset=utf-8
>
> Am 3. M?rz 2021 03:36:12 MEZ schrieb Michael Karr <
> michael.karr...@gmail.com>:
> >
> > like to output these values three at a time using number objects. When
> > I
> > print the output, I get a whole bunch of values, but the number
> > objects
> > only retain the 1st, 2nd and 3rd value. How can I tell pd to pass
> > these
> > values until the stream is terminated?
>
>
> check out the "list serializer" example in the help for the [list] object.
>
>
>
> mfg.hft.fsl
> IOhannes
>
>
>
>
> --
>
> Subject: Digest Footer
>
> ___
> Pd-list mailing list
> Pd-list@lists.iem.at
> to manage your subscription (including un-subscription) see
> https://lists.puredata.info/listinfo/pd-list
>
>
> --
>
> End of Pd-list Digest, Vol 192, Issue 14
> 
>


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


Re: [PD] netreceive not refreshing values

2021-03-02 Thread IOhannes m zmölnig
Am 3. März 2021 03:36:12 MEZ schrieb Michael Karr :
> 
> like to output these values three at a time using number objects. When
> I
> print the output, I get a whole bunch of values, but the number
> objects
> only retain the 1st, 2nd and 3rd value. How can I tell pd to pass
> these
> values until the stream is terminated?


check out the "list serializer" example in the help for the [list] object.



mfg.hft.fsl
IOhannes


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


[PD] netreceive not refreshing values

2021-03-02 Thread Michael Karr
Hello,

I have set up a udp stream (consisting of millions of values), and I would
like to output these values three at a time using number objects. When I
print the output, I get a whole bunch of values, but the number objects
only retain the 1st, 2nd and 3rd value. How can I tell pd to pass these
values until the stream is terminated?

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