You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does it works with only 1 string? Do i have to change only the N_STR parameter?
Yes i think so
If yes, what I have to do after calibration? Recharge the sketch commenting "calibrate()" and "serialBegin(112500)"?
During calibration you need to:
comment Serial.begin(31250);
uncomment Serial.begin(115200);
uncomment calibrate()
Post calibration you need to:
comment Serial.begin(31250);
uncomment Serial.begin(115200);
comment calibrate()
Do i have to connect only the midi out to the computer?
Yes, you need to connect midi 5 DIN out (not USB) to your Audio Interface/adapter and to you computer.
Hi, i know that it is a 6 years ago progect, but I built my own Midilin yesterday. I have some simply questions:
Does it works with only 1 string? Do i have to change only the N_STR parameter?
If yes, what I have to do after calibration? Recharge the sketch commenting "calibrate()" and "serialBegin(112500)"?
Do i have to connect only the midi out to the computer?
Because now i can calibrate but it doesn't work (i use VST called Surge XT)
Thank you for your help, I'm exited for this beautiful project :)
Bye from Italy!
The text was updated successfully, but these errors were encountered: