Hi
I have assigned a knob on my bcr2000 to a vertical slider in pd. Under the sliders properties, I have set send-symbol and receive-symbol to "send" and "rec". I then have
[ctlin 1] | [/ 127] | [s rec]
[r send] | [* 127] | [ctlout 1]
This basically works, the upper one is receiving from the bcr and moving the fader in pd, the lower one is updating the display on the bcr when the knob is moved in pd.
The problem is that pd sends it's send-symbol, even if the fader is moved as a result of the receive-symbol. This means that the bcr get's the value right back, with a small delay, which causes the whole to be very reluctent to accept movements from the bcr.
I could make some logic that doesn't send the value back if it was received from midi, but thought I'd ask if there was a simpler solution? For instance is it possible to have pd's knobs *not* send it's send-symbol if the fader was moved as a result of a receive-symbol?
Hi,
You can set the value of the slider without having it sent back with a 'set' message
[ctlin 1] | [/127] | [set $1( | [s rec]
cheers, Kristof
info@kristoflauwers.domainepublic.net
http://kristoflauwers.domainepublic.net http://myspace.com/xofxof ____________________________________
At 15:31 2008-07-22, you wrote:
Hi
I have assigned a knob on my bcr2000 to a vertical slider in pd. Under the sliders properties, I have set send-symbol and receive-symbol to "send" and "rec". I then have
[ctlin 1] | [/ 127] | [s rec]
[r send] | [* 127] | [ctlout 1]
This basically works, the upper one is receiving from the bcr and moving the fader in pd, the lower one is updating the display on the bcr when the knob is moved in pd.
The problem is that pd sends it's send-symbol, even if the fader is moved as a result of the receive-symbol. This means that the bcr get's the value right back, with a small delay, which causes the whole to be very reluctent to accept movements from the bcr.
I could make some logic that doesn't send the value back if it was received from midi, but thought I'd ask if there was a simpler solution? For instance is it possible to have pd's knobs *not* send it's send-symbol if the fader was moved as a result of a receive-symbol?
-- peace, love & harmony Atte
http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
thats cool....
i didn know/never used that
Am 22.07.2008 um 15:50 schrieb kristof lauwers:
Hi,
You can set the value of the slider without having it sent back with a 'set' message
[ctlin 1] | [/127] | [set $1( | [s rec]
cheers, Kristof
info@kristoflauwers.domainepublic.net
http://kristoflauwers.domainepublic.net http://myspace.com/xofxof ____________________________________
At 15:31 2008-07-22, you wrote:
Hi
I have assigned a knob on my bcr2000 to a vertical slider in pd.
Under the sliders properties, I have set send-symbol and receive-symbol to "send" and "rec". I then have[ctlin 1] | [/ 127] | [s rec]
[r send] | [* 127] | [ctlout 1]
This basically works, the upper one is receiving from the bcr and
moving the fader in pd, the lower one is updating the display on the bcr
when the knob is moved in pd.The problem is that pd sends it's send-symbol, even if the fader is moved as a result of the receive-symbol. This means that the bcr
get's the value right back, with a small delay, which causes the whole
to be very reluctent to accept movements from the bcr.I could make some logic that doesn't send the value back if it was received from midi, but thought I'd ask if there was a simpler
solution? For instance is it possible to have pd's knobs *not* send it's send-symbol if the fader was moved as a result of a receive-symbol?-- peace, love & harmony Atte
http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
---------------------------------------<
Luigi Rensinghoff luigi.rensinghoff@freenet.de skype:gigischinke ichat:gigicarlo
kristof lauwers wrote:
You can set the value of the slider without having it sent back with a 'set' message
Thanks alot, exactly what I was looking for.
Am 22.07.2008 um 15:31 schrieb Atte André Jensen:
Hi
I have assigned a knob on my bcr2000 to a vertical slider in pd. Under the sliders properties, I have set send-symbol and receive-symbol to "send" and "rec". I then have
[ctlin 1] | [/ 127] | [s rec]
[r send] | [* 127] | [ctlout 1]
This basically works, the upper one is receiving from the bcr and
moving the fader in pd, the lower one is updating the display on the bcr when the knob is moved in pd.The problem is that pd sends it's send-symbol, even if the fader is moved as a result of the receive-symbol. This means that the bcr get's the value right back, with a small delay, which causes the whole to be very reluctent to accept movements from the bcr.
I could make some logic that doesn't send the value back if it was received from midi, but thought I'd ask if there was a simpler
solution?
i cant think of any....
probably you need to pit the send and receive out of the slider and
do something
with "t b b" and "spigot"...
but that would be what you call the "logic"....
cheers luigi
For instance is it possible to have pd's knobs *not* send it's send-symbol if the fader was moved as a result of a receive-symbol?
-- peace, love & harmony Atte
http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
---------------------------------------<
Luigi Rensinghoff luigi.rensinghoff@freenet.de skype:gigischinke ichat:gigicarlo
Atte André Jensen wrote:
Hi
This basically works, the upper one is receiving from the bcr and moving the fader in pd, the lower one is updating the display on the bcr when the knob is moved in pd.
The problem is that pd sends it's send-symbol, even if the fader is
i doubt that Pd sends it's send-symbol....
moved as a result of the receive-symbol. This means that the bcr get's the value right back, with a small delay, which causes the whole to be very reluctent to accept movements from the bcr.
I could make some logic that doesn't send the value back if it was received from midi, but thought I'd ask if there was a simpler solution? For instance is it possible to have pd's knobs *not* send it's send-symbol if the fader was moved as a result of a receive-symbol?
anyhow, under the link below [1] is the abstraction that we use in our CUBEmixer-application in order to interact with midi (using behringer-sh!t) among other things.
use it like
[ctlin 1] | [sendreceive send] | [ctlout 0]
[r bla] | [ \
the abstraction depends on iemlib2 in order to have settable sends/receives but if you don't want this, just replace it by ordinary [s]/[r].
fgmasdr. IOhannes
[1] https://iem.svn.sourceforge.net/svnroot/iem/spatialization/CUBEmixer/trunk/l...