Ey,
Been playing around with data structures. This is a GOP datastructures sequencer dependent on pd 0.39-2:
http://mccormick.cx/viewcvs/*checkout*/s-abstractions/s-varseq.pd?rev=1.2
This might not be particularly original - I'd really like to hear if someone has done this already and done it better. My goal was to create a generic sequencer type of object, which I could create with a variable number of 'ticks' in it.
Create it with two arguments like:
[v-seq 2 4]
This will create two sets of four 'ticks', each one of which you can vary (by dragging). Connect a number box to the inlet and outlet to observe how you can select a particular 'tick' to see it's value (whatever you have dragged it to) at the outlet.
There appear to be a couple of bugs with this - you can't move the object once you've created it or the 'ticks' stay where they were and only the box moves, and you can no longer edit it. Does anyone know how to solve these bugs with GOP datastructures?
Best,
Chris.
chris@mccormick.cx http://mccormick.cx
Hi,
just wanted to check out your patch, but couldn't access your link, not even the plain domain. Is there a typo or something else with the domain?
I'd really like to have a look...
Best Urs
Chris McCormick schrieb:
Ey,
Been playing around with data structures. This is a GOP datastructures sequencer dependent on pd 0.39-2:
http://mccormick.cx/viewcvs/*checkout*/s-abstractions/s-varseq.pd?rev=1.2
This might not be particularly original - I'd really like to hear if someone has done this already and done it better. My goal was to create a generic sequencer type of object, which I could create with a variable number of 'ticks' in it.
Create it with two arguments like:
[v-seq 2 4]
This will create two sets of four 'ticks', each one of which you can vary (by dragging). Connect a number box to the inlet and outlet to observe how you can select a particular 'tick' to see it's value (whatever you have dragged it to) at the outlet.
There appear to be a couple of bugs with this - you can't move the object once you've created it or the 'ticks' stay where they were and only the box moves, and you can no longer edit it. Does anyone know how to solve these bugs with GOP datastructures?
Best,
Chris.
chris@mccormick.cx http://mccormick.cx
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Am 19. Dezember 2005, 11:11 Uhr (+0100) schrieb Urs Liska:
just wanted to check out your patch, but couldn't access your link, not even the plain domain. Is there a typo or something else with the domain?
I'd really like to have a look...
Try this, it works for me:
http://mccormick.cx/viewcvs/s-abstractions/s-varseq.pd?rev=1.3&view=log
-- Orm
On Mon, Dec 19, 2005 at 11:11:45AM +0100, Urs Liska wrote:
Hi,
just wanted to check out your patch, but couldn't access your link, not even the plain domain. Is there a typo or something else with the domain?
I'd really like to have a look...
Hi,
My ISP had roughly 24hrs downtime yesterday. Try again if you like.
Best,
Chris.
chris@mccormick.cx http://mccormick.cx