Using the English language, please answer a few questions to help us understand your problem better and guide you to a solution:
What board are you using ?
nodeMCU esp32s`
terminal adapter for esp32
What version of the Arduino IDE are you using ?
2.1.0
What Operating System are you using for the DAW
[ x] Windows
[ ] MacOS
[ ] Linux
[ ] Other (please specify)
Is your problem related to:
[x ] Setup
[ ] Connecting
[ ] AppleMIDI <> MIDI
[ ] Dropped messages
How comfortable are you with code ?
[ ] Complete beginner
[x ] I've done basic projects
[ ] I know my way around C/C++
[ ] Advanced / professional
Describe your project and what you expect to happen:
When I hit a piezo electric, i need to send a midi note over WIFI to ableton live. I have a python code or puredata path to recibe de data and send it to the virtual MIDI channel.
Describe your problem (what does not work):
Library error:
AppleMidi.h: No such file or directory
compilation terminated.
exit status 1
Compilation error: AppleMidi.h: No such file or directory
Steps to reproduce
Just try to compile a simple example that includes the library.
I've tryed intalling and unistalling the library. restat the cpu.
Context
Using the English language, please answer a few questions to help us understand your problem better and guide you to a solution:
2.1.0
Describe your project and what you expect to happen:
When I hit a piezo electric, i need to send a midi note over WIFI to ableton live. I have a python code or puredata path to recibe de data and send it to the virtual MIDI channel.
Describe your problem (what does not work):
Library error:
AppleMidi.h: No such file or directory compilation terminated.
exit status 1
Compilation error: AppleMidi.h: No such file or directory
Steps to reproduce
Just try to compile a simple example that includes the library.
I've tryed intalling and unistalling the library. restat the cpu.