-
Kommandotolken
Hello! I wonder if anyone have any advice on how to implement a function that assigns various note values to various messages (tones) in a "sel"-object.
I am trying to imitate an old modem dial up sound, and I want the first tone to be 1/4 and the rest to be 1/8. I am not too familiar with pd yet. BR Henrik
-
Kommandotolken
https://github.com/firmata/arduino Maybe this is of use?
I run Mac and I had this problem. I put the firmata in the libraries folder in my mac HD/user/myusername/applications/Arduino/libraries
Which is wrong. I had to right click on the arduino icon and from there, view the package contents, and then place the firmata in that library.
-
Kommandotolken
Hello! I am trying to use my arduino with puredata. In PD I can't create the object "comport 9600", the box stays dotted and won't create inlets our outlets. What is wrong?
I am using OS X. BR Henrik