Hi,
I hope somebody can help me with this!! I'm using a Doepfer Pocket Dail which has 16 endless controller wheels. It can send Inc. / Dec. values or Relative Cltr Bin. Offset values. If I'm sending these values to the 'ctlin' object I just recieve a strange flow of numbers. Is there any way to recieve this values in PD so I can for example increase or decrease the numbers in a 'number' box whithout the 127 controller-value limit???
//-- brecht --//
Testen Sie MSN Messenger für Ihren Online-Chat mit Freunden: http://messenger.msn.de
halo.
i once wrote a helper-patch for the native-instrument 4control controller. that one has 4 unlimited ctrl. change knobs. i don't know the doepfer, but maybe it helps you building your own.
the trick with the 4control is that it sends +/- delta-values every 50ms. adding them up results in an unlimited ctrl-change value.
glück auf. joreg.
#N canvas 851 67 339 378 10; #X floatatom 127 121 0 0 0; #X floatatom 127 203 0 0 0; #X floatatom 90 259 0 0 0; #X msg 41 33 1; #X msg 64 33 0; #X obj 55 67 metro 50; #X msg 55 93 0; #X obj 127 149 - 64; #X obj 127 177 != -64; #X obj 90 231 spigot; #X obj 54 259 t b; #X obj 54 289 int; #X obj 91 289 + 1; #X floatatom 59 328 0 0 0; #X msg 19 260 0; #X obj 127 67 inlet; #X obj 91 328 outlet; #X obj 98 32 loadbang; #X text 162 67 takes 1 controller input; #X text 139 328 outputs unlimited ctrl values; #X connect 0 0 7 0; #X connect 1 0 9 1; #X connect 2 0 12 1; #X connect 3 0 5 0; #X connect 4 0 5 0; #X connect 5 0 6 0; #X connect 6 0 0 0; #X connect 7 0 8 0; #X connect 7 0 9 0; #X connect 8 0 1 0; #X connect 9 0 2 0; #X connect 9 0 10 0; #X connect 10 0 11 0; #X connect 11 0 12 0; #X connect 12 0 13 0; #X connect 12 0 11 1; #X connect 12 0 16 0; #X connect 14 0 11 0; #X connect 15 0 0 0; #X connect 17 0 5 0;
r___> Hi,
r___> I hope somebody can help me with this!! r___> I'm using a Doepfer Pocket Dail which has 16 endless controller wheels. It r___> can send Inc. / Dec. values or Relative Cltr Bin. Offset values. r___> If I'm sending these values to the 'ctlin' object I just recieve a strange r___> flow of numbers. r___> Is there any way to recieve this values in PD so I can for example increase r___> or decrease the numbers in a 'number' box whithout the 127 controller-value r___> limit???
r___> //-- brecht --//
r___> _________________________________________________________________ r___> Testen Sie MSN Messenger für Ihren Online-Chat mit Freunden: r___> http://messenger.msn.de