Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

my modulin almost ready #5

Open
elton-bin opened this issue Jul 9, 2022 · 2 comments
Open

my modulin almost ready #5

elton-bin opened this issue Jul 9, 2022 · 2 comments

Comments

@elton-bin
Copy link

Hi, i know that it is a 6 years ago progect, but I built my own Midilin yesterday. I have some simply questions:

  1. Does it works with only 1 string? Do i have to change only the N_STR parameter?

  2. If yes, what I have to do after calibration? Recharge the sketch commenting "calibrate()" and "serialBegin(112500)"?

  3. 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!

@elton-bin
Copy link
Author

@HanYangZhao

@HanYangZhao
Copy link
Owner

Sorry for the very late response.

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:

  1. comment Serial.begin(31250);
  2. uncomment Serial.begin(115200);
  3. uncomment calibrate()

Post calibration you need to:

  1. comment Serial.begin(31250);
  2. uncomment Serial.begin(115200);
  3. 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.

Let me know if you have more questions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants