Has anyone done something like this using [struct]/[polygon], even just for sequence display purposes and not editable via mouse clicking/dragging? I did a quick search of the archives but haven't found anything.
There's an extremely crude one in "dodge-song" in the Pd repertory project. I'm sure there are much better ones running around on the net.
cheers Miller
On Mon, Apr 30, 2018 at 11:20:32AM -0400, William Brent wrote:
Has anyone done something like this using [struct]/[polygon], even just for sequence display purposes and not editable via mouse clicking/dragging? I did a quick search of the archives but haven't found anything.
-- William Brent www.williambrent.com
“Great minds flock together” Conflations: conversational idiom for the 21st century
www.conflations.com
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Here is one, is this is what you mean...,
https://github.com/XRoemer/puredata/tree/master/new_sequencer
this version is en html, but it was initially developed with pd's data structures. It worked very well, but used some Purr Data objects to draw, which makes it easier, but not impossible
On Mon, Apr 30, 2018 at 4:38 PM, Miller Puckette msp@ucsd.edu wrote:
There's an extremely crude one in "dodge-song" in the Pd repertory project. I'm sure there are much better ones running around on the net.
cheers Miller
On Mon, Apr 30, 2018 at 11:20:32AM -0400, William Brent wrote:
Has anyone done something like this using [struct]/[polygon], even just
for
sequence display purposes and not editable via mouse clicking/dragging? I did a quick search of the archives but haven't found anything.
-- William Brent www.williambrent.com
“Great minds flock together” Conflations: conversational idiom for the 21st century
www.conflations.com
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
From a long-time project I'm working on, here is a "screen capture" of a
complete classical piece converted directly from midi, around 1h of music,
33548 notes/structs. The way it is made, I will update the midi anytime,
and update the pd patch when necessary.
Could also be editable via mouse or other methods (won't be in my case).
Playback is possible, in this particular case it's even read from 31 cue
points simultaneously.
The detailed view file has a smaller excerpt, also showing barlines and
beats. There you can see clearly the 4 voices in 4 different colors.
I would prefer not say more details in public, but I can in private.
Or you could convert ircam's ftm (or mubu) to Pd :) But many have failed
at this.
Joao
Has anyone done something like this using [struct]/[polygon], even just
for sequence display purposes and not editable via mouse
clicking/dragging? I >did a quick search of the archives but haven't
found anything.--William Brent www.williambrent.com
“Great minds flock together” Conflations: conversational idiom for the 21st century
www.conflations.com
On Mon, 2018-04-30 at 11:20 -0400, William Brent wrote:
Has anyone done something like this using [struct]/[polygon], even just for sequence display purposes and not editable via mouse clicking/dragging? I did a quick search of the archives but haven't found anything.
There is unstep[1] in netpd, which is a sequencer abstractions that some instruments use. It's only able to trigger notes and has no notion of note lengths or velocity, but number of rows and columns can be dynamically set. It's based on an abstraction called ungrid[2] which works also outside the netpd context and which comes a with a proper help.
[1] https://netpd.org/~roman/tmp/unstep.png [2] https://github.com/reduzent/netpd-instruments/blob/master/abs/ungrid.pd
Roman
Thanks for all the responses, looks like one of these options will work for what I need.
On Mon, Apr 30, 2018 at 4:13 PM, Roman Haefeli reduzent@gmail.com wrote:
On Mon, 2018-04-30 at 11:20 -0400, William Brent wrote:
Has anyone done something like this using [struct]/[polygon], even just for sequence display purposes and not editable via mouse clicking/dragging? I did a quick search of the archives but haven't found anything.
There is unstep[1] in netpd, which is a sequencer abstractions that some instruments use. It's only able to trigger notes and has no notion of note lengths or velocity, but number of rows and columns can be dynamically set. It's based on an abstraction called ungrid[2] which works also outside the netpd context and which comes a with a proper help.
[1] https://netpd.org/~roman/tmp/unstep.png [2] https://github.com/reduzent/netpd-instruments/ blob/master/abs/ungrid.pd
Roman _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/ listinfo/pd-list