I'm trying to understand the USB-MIDI transport library that was built to work with the Arduino MIDI Library. I just have a quick question about the format of the pre-processer section:
#include <USB-MIDI.h>
USING_NAMESPACE_MIDI;
The USING_NAMESPACE_MIDI looks like a pre-processer item, but there is no '#' directive like I'm used to seeing in C++, such as #ifndef,#define, etc. Can you explain this? Thank you!
Ahh I think I figured it out, nevermind. This is a pre-processer definition that was defined elsewhere and is to be replaced by something else by the pre-processor. Mods feel free to delete this post. Thanks
Mods feel free to delete this post.
Hello lemmings,
Just so you know posts here only usually get deleted if they are spam or abusive. You post is unlikely to be deleted because all posts potentially provide an answer for someone else with a similar problems in future.