-
regis
Hi, everyone!
I'm having dificulties interpreting data from Arduino. I used a multiplex (http://www.arduino.cc/en/Tutorial/ShiftIn) to multiply the number of inputs in the board.
Now, all I got is a list of binary numbers like this:
print: 1
print: 10
print: 100
print: 1001
print: 10010
print: 100100
print: 1.001e+06
print: 1.001e+07Which is fine. 1s represent ON and 0s represent OFF. In the example above, if you look at the last line you will notice that the first button and the forth button are turned ON.
My problem is: how do I deal with this inside PD? How can i relate, for instance, one togle to each bit?
-
regis
hi, there
i'm new to jack and couldn't get it to work on pd-extended (i did get it to work on pd vanilla though)
pd-extended simply doesn't seem to recognize jack (it only recognizes the sound card and the agregate device). pd vanilla recognizes all of them, no problem.
i'm using osX.4.10 on an intel mac book pro
thanks in advance -
regis
mmmm
I noticed that if one digit to the left is turned ON, the others behave correctly - because of the truncated zeros at the beginning. One workaraound is to leave the first one always ON (mechanically), which is a bit stupid I guess.
Also, I hadn't realized that I'm limited to 8 bits. What if I need more? Perhaps I´m getting too greedy?
Another idea that crossed my mind is that I could use the input data to BANG something. I find it even more difficult...
Anyway, thanks a lot for all the help!
-
regis
By the way, I particularly like the name you gave it. LOL.
-
regis
When I grow up I wanna be just like you! I see I have a lot to learn yet
It's exactly what I needed! Thank you!!!
Just one question: how do I get to turn the togle OFF when button is OFF?
Thanks again!
-
regis
hey!
it worked with that version of pd ( http://at.or.at/hans/pd/installers.html )
i just hope this version doesn't crack or something!
i was running a stable version of pd before (which i got from the official site) and it just wouldn't recognize jack. but this one does.
i'll also try hardoff's soundflower suggestion
again thanx everybody! -
regis
hi, there!
thanks for the replies!
i'll try all that.
guitar rig is a vst plugin but it also works as a stand alone
thank you all again -
regis
hi, everyone!
thanks for the replies!
i'm using Pd version 0.38.4-extended-RC8 on an intel mac os 10.4.10
i tried soundflower as well, but it doesn't seem to fit my purpose, unless i have no idea how it works....
here's what i need to do: i want to plug my guitar on guitar rig (or anything else) and change process it before it goes to pd. but i need to be able to send ONLY that channel (i'm using a 1814 firewire m-audio soundcard) and i don't know how to do it with soundflower, as it only seems to route all the channels at once.... or maybe i'm mistaken?
thanks again -
regis
came on, guys
i really need this! :D
obi wannabe! i know you have an idea about that!!
thank you all