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 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


[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


Re: [PD] Not always receiving note-off

2017-03-19 Thread Michael Karr
P.S. Thank you!

Michael

2017-03-19 15:00 GMT+01:00, Michael Karr :
> Hi! I have this simple midi sequencer, which I am feeding from two
> different tables: time data and pitch from table A and the velocity
> from table B.
>
> Of course it works, but with one deadly catch: not all the notes
> receive a note-off signal, but the time code data is more complex in
> the pitch sequence than the velocity sequence (i.e. the velocity is
> sent at chunk intervals of 250 ms over note groupings (i.e. one
> velocity over two notes of 125 ms, 8 notes of 31.25 ms, etc.)
>
> I think this discrepancy is to blame for the fact that some notes are
> not receiving a note off, given that the velocity does not always drop
> to zero before a new note on. This makes for lots of unwanted cleanup
> in the results to say the least.
>
> Is there anything I can do to let my sequencer know to "split" the
> velocity every time a new pitch is received, short of modifying table
> B to have the same timecode data as table A? This would be more
> bothersome than correcting the notes suspended in limbo.
>


-- 
Michael

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


Re: [PD] Metroplus

2017-01-26 Thread Michael Karr
P.S. Solved it already, never mind the question, sorry!

2017-01-26 16:51 GMT+01:00, Michael Karr :
> Hi guys!
>
> I'm trying to feed a sequence of about 30,000 values in milliseconds
> to the metroplus object... I'm tried using tabread, but I can't get it
> to bang all the values into the metroplus, is there some way to do
> that?
>
> Thanks!
>


-- 
Michael

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


[PD] Metroplus

2017-01-26 Thread Michael Karr
Hi guys!

I'm trying to feed a sequence of about 30,000 values in milliseconds
to the metroplus object... I'm tried using tabread, but I can't get it
to bang all the values into the metroplus, is there some way to do
that?

Thanks!

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