Re: [PD] is there a way to color the points/curve in an array ?

2021-05-31 Thread Dan Wilcox
> On May 31, 2021, at 6:39 PM, pd-list-requ...@lists.iem.at wrote: > > now i?ll be opening a new topic on how to create one in gem, as joao > suggested. > i really have no clue, where to start? [scopeXYZ~] ? ala https://github.com/jyg/gemscope- etc...

Re: [PD] is there a way to color the points/curve in an array ?

2021-05-31 Thread hans w. koch
ok, i bulit a simple colored 8chan oscilloskope from the pdpatchrepo link given by jean-yves. it fits my needs, though it suffers from some unpleasant flickering - i attach it anyway, in case someone finds it useful. (its “oszi8_color.pd” in the folder. pretty self-explanatory, if you have an

Re: [PD] is there a way to color the points/curve in an array ?

2021-05-29 Thread Roman Haefeli
On Sat, 2021-05-29 at 10:17 +0200, Jean-Yves Gratius wrote: > You should try my sarray abstraction (based on this discussion https://forum.pdpatchrepo.info/topic/11184/colarray-a-graphical-array-where-color-and-line-width-can-be-set ) > > download here

Re: [PD] is there a way to color the points/curve in an array ?

2021-05-29 Thread Jean-Yves Gratius
Great ! If your project is to create a fixed-size oscilloscope abstraction, may be it's a good idea  to check also  the original discussion and patch  by Ingox (https://forum.pdpatchrepo.info/topic/11184/colarray-a-graphical-array-where-color-and-line-width-can-be-set)  , as my work was

Re: [PD] is there a way to color the points/curve in an array?

2021-05-29 Thread João Pais
Out of the blue, it would be possible to do it in gem. That might be the best way. hans w. koch schrieb am Sa., 29. Mai 2021, 11:09: > thanks joao, > > i looked into multiarray which of course is great, > just for my purpose of creating an oscilloscope, where updating at > audiorate is crucial,

Re: [PD] is there a way to color the points/curve in an array ?

2021-05-29 Thread hans w. koch
(resending to the list, as i answered to jean-yves privatley only by mistake - sorry) > > > thanks jean-yves, > > thats some serious wizzardry and it seems that i could build my oscilliscope > from that :-) > have to study it a bit more to really understand, whats going on under the > hood.

Re: [PD] is there a way to color the points/curve in an array?

2021-05-29 Thread hans w. koch
thanks joao, i looked into multiarray which of course is great, just for my purpose of creating an oscilloscope, where updating at audiorate is crucial, it didn´t seem to be the right candidate. your answer about limiting data refresh rate seems to confirm my (admittedly quick) asessment. i am

Re: [PD] is there a way to color the points/curve in an array?

2021-05-28 Thread João Pais
A solution already exists for several months, [jmmmp/multiarray]. It is of course an abstraction using the available ressources based on data structures, as since they rely so heavily on tcl/tk are far from efficient. A practical compromise could be to limit the data's velocity, at the expense

Re: [PD] is there a way to color the points/curve in an array?

2021-05-28 Thread Roman Haefeli
On Fri, 2021-05-28 at 14:04 +0200, Roman Haefeli wrote: > On Fri, 2021-05-28 at 13:31 +0200, hans w. koch wrote: > > using 4 superimposed arrays to show different waveforms (e.g. phase > > differences), i was wondering, if there is a way to assign a unique > > color to each array, to visually

Re: [PD] is there a way to color the points/curve in an array?

2021-05-28 Thread Roman Haefeli
On Fri, 2021-05-28 at 09:27 -0300, Alexandre Torres Porres wrote: > there's also this on the horizon > https://github.com/pure-data/pure-data/pull/711 Oh, that would be nice to have! Roman signature.asc Description: This is a digitally signed message part

Re: [PD] is there a way to color the points/curve in an array?

2021-05-28 Thread Alexandre Torres Porres
there's also this on the horizon https://github.com/pure-data/pure-data/pull/711 Em sex., 28 de mai. de 2021 às 09:07, Roman Haefeli escreveu: > On Fri, 2021-05-28 at 13:31 +0200, hans w. koch wrote: > > using 4 superimposed arrays to show different waveforms (e.g. phase > > differences), i was

Re: [PD] is there a way to color the points/curve in an array?

2021-05-28 Thread Roman Haefeli
On Fri, 2021-05-28 at 13:31 +0200, hans w. koch wrote: > using 4 superimposed arrays to show different waveforms (e.g. phase > differences), i was wondering, if there is a way to assign a unique > color to each array, to visually better separate the waveforms. > i found a discussion "[PD] Array

[PD] is there a way to color the points/curve in an array?

2021-05-28 Thread hans w. koch
using 4 superimposed arrays to show different waveforms (e.g. phase differences), i was wondering, if there is a way to assign a unique color to each array, to visually better separate the waveforms. i found a discussion "[PD] Array Enhancements" about that (and other things, like "Hide Array