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

Can't find #include "class/midi/midi_host.h" #4

Closed
AshuSharda opened this issue Jul 4, 2022 · 3 comments
Closed

Can't find #include "class/midi/midi_host.h" #4

AshuSharda opened this issue Jul 4, 2022 · 3 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@AshuSharda
Copy link

AshuSharda commented Jul 4, 2022

Hi 👋
I was trying to compile your code on a windows 10 with
vs code but I was not able find this file anywhere in your code (#include"class/midi/midi_host.h") can you please guide me about this issue. I have old m audio keystudio 49 that doesn't connects to Cubasis 3 but works fine with FL studio mobile on the same phone. Thanks in advance. I am getting the same error as described by fadh3r please help

@rppicomidi
Copy link
Owner

rppicomidi commented Jul 7, 2022

@AshuSharda Sorry for the slow reply. The file is in my fork of the tinyusb library in the midihost branch. https://github.com/rppicomidi/tinyusb/tree/midihost/src/class/midi. So either your PC's pico sdk has the wrong fork of tinyusb in it, or the tinyusb fork has the wrong branch checked out. Please see the README.md for step by step.

@rppicomidi rppicomidi added help wanted Extra attention is needed good first issue Good for newcomers labels Jul 7, 2022
@AshuSharda
Copy link
Author

AshuSharda commented Jul 8, 2022

Hi first of all thank you very much for replying. I was able to compile the code correctly after getting the library in midi host branch you mentioned. Well for software part I think I have done it. Now I will connect to my m audio keystudio tomorrow and let you know if it is working. Thanks again. 🙏 I hooked it up to my m audio and it is working but notes are getting stuck very often specially when playing two or more notes in combination or when playing notes close to each other any information or solutions on this issue will be very helpful and once again thanks for your guidance without that I wouldn't have achieved it.

@AshuSharda
Copy link
Author

@rppicomidi I fixed the issue of notes getting stuck it had nothing to with raspberry pi pico midi2usbhost. It was the ble parser board which had the problem in its code. Thanks again for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants