-
Notifications
You must be signed in to change notification settings - Fork 72
Random MIDI codes readed by hairless #53
Comments
I don't know, sorry. It looks like maybe there is some corruption in the serial data stream from the Arduino, some data is being lost somehow...? Can you post an example of the simplest possible Arduino MIDI Library sketch that doesn't work, together with the Hairless MIDI/Serial debug log output? Are there any simple Arduino MIDI Library sketches that do work? |
I tried another codes from same library, but most of them acts same like above or not even detect any message (button code), while in serial port appering question marks whenever button state is changed. I don't know where are logs from program, can you tell me, so I can send you them? Simplest code for potentiometer I tested: ``#include <MIDI_Controller.h> // Include the library // Create a new instance of the class 'Analog', called 'potentiometer', on pin A0, void setup() {} void loop() { |
Hello, On mac with this version : http://projectgus.github.io/hairless-midiserial try to download the software https://drive.google.com/open?id=0BwnVMB_6yujwR1dydVJ6MHJib2M from http://www.notesandvolts.com/2016/03/arduino-midi-controller-potentiometers.html the setup with this initialization because the console Sometimes It appears error : "+66.299 - Warning: got a status byte when we were expecting 1 more data bytes, sending possibly incomplete MIDI message 0xb0". It seems occuring when i move the wires from the breadbord by turning the potentiometer. It is ok with Traktor and after i see the result by moving the I hope this will help you |
Thanks to the previous post, removing "MIDI.begin()" and adding "Serial.begin(115200)" solved the problem, thank you |
Hello. I have problem with Hairless. To comunicate i use loopMIDI, and on arduino I have Notes&Volts code for Midi. But program every time I try to adjust pots sends a lot of errors, and switch between midi values readed by traktor.
Attached screenshots show what i have in mind. Also I tried to change serial port, but it didn't helped.
And standard code from midi library had the same issiue. Is there any way to help with this?
The text was updated successfully, but these errors were encountered: