what does the single/double change parameter stand for in these two objects?
thanks
Am 25. Juli 2019 23:56:32 MESZ schrieb Alexandre Torres Porres porres@gmail.com:
what does the single/double change parameter stand for in these two objects?
connected the object to a [print]
, interact with it in run-mode, and see for yourself.
mfg.hft.fsl IOhannes
Em sex, 26 de jul de 2019 às 03:51, IOhannes m zmölnig zmoelnig@iem.at escreveu:
Am 25. Juli 2019 23:56:32 MESZ schrieb Alexandre Torres Porres < porres@gmail.com>:
what does the single/double change parameter stand for in these two objects?
connected the object to a
[print]
, interact with it in run-mode, and see for yourself.
I had tried it. That didn't really make any difference for me :/
Am 26. Juli 2019 17:14:24 MESZ schrieb Matt Davey hard.off@gmail.com:
yeah i couldn't see what happens either.
ah well. those messages are for the old vdial object, which is another (and deprecated) flavour of vradio.
just instantiate the object as [vdl]
and try again.
mfg.hft.fsl IOhannes
Em sex, 26 de jul de 2019 às 18:09, IOhannes m zmölnig zmoelnig@iem.at escreveu:
Am 26. Juli 2019 17:14:24 MESZ schrieb Matt Davey hard.off@gmail.com:
yeah i couldn't see what happens either.
ah well. those messages are for the old vdial object, which is another (and deprecated) flavour of vradio.
just instantiate the object as
[vdl]
and try again.
by looking at the code, it seemed there was the intention that it could also take effect on the new incarnation, so I don't know if this is a bug then, now that it doesn't take any effect.
But I just think that the best alternative here is to remove these messages from the documentation of both [hradio] and [vradio]. I've been doing an extensive revision of Pd's documentation (that's how I bumped into this), so I think I'll just do this commit and reference to this discussion.
thanks
Em sex, 26 de jul de 2019 às 21:53, Alexandre Torres Porres < porres@gmail.com> escreveu:
Em sex, 26 de jul de 2019 às 18:09, IOhannes m zmölnig zmoelnig@iem.at escreveu:
Am 26. Juli 2019 17:14:24 MESZ schrieb Matt Davey hard.off@gmail.com:
yeah i couldn't see what happens either.
ah well. those messages are for the old vdial object, which is another (and deprecated) flavour of vradio.
just instantiate the object as
[vdl]
and try again.by looking at the code, it seemed there was the intention that it could also take effect on the new incarnation
nope, having a closer look, the answer is no, [hradio] should not interact with these messages - so probably just remove them. On the other hand, the way it used to be has a nice use case where you can control toggles and turn one off when turning a new on... but that would be a feature addition to add this functionality to the new [hradio] button.
Em sex, 26 de jul de 2019 às 22:42, Alexandre Torres Porres < porres@gmail.com> escreveu:
by looking at the code, it seemed there was the intention that it could also take effect on the new incarnation
it's just that the object actually accepted the message in the code, which maybe should not even happen then, as it just gets ignored!
Am 27. Juli 2019 03:42:19 MESZ schrieb Alexandre Torres Porres porres@gmail.com:
Em sex, 26 de jul de 2019 às 21:53, Alexandre Torres Porres < porres@gmail.com> escreveu: On the other hand, the way it used to be has a nice use case where you can control toggles and turn one off when turning a new on...
what's nice about this?
you can build the same with [poly]
or about 4 trivial objects.
imho, it's as "nice" as building a counter (or a rocket-launcher) into [bng]
: doubtlessly nice in a very few select situations, but mostly feature-bloat. I'm glad it's gone.
mfg.hft.fsl IOhannes