Skip to content

Simplify header file a bit #10

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

Merged
merged 2 commits into from
Jan 29, 2016

Conversation

sandeepmistry
Copy link
Contributor

This removes some of the nested platform #ifdef statements and uses platform specific constants for endpoint size as the midi buffer size.

When used with arduino/ArduinoCore-samd#102, Windows 8 reports the a Zero board as a sound device in the device manager (512 was being used as the MIDI buffer size, now 64 is used on SAMD). This might help resolve #8 when used with the SAMD PR. We still need to try it out with a MIDI program.

I've also removed the wildcard value for architectures in library.properties.

cc/ @agdl @facchinm

agdl added a commit that referenced this pull request Jan 29, 2016
@agdl agdl merged commit bdf3a30 into arduino-libraries:master Jan 29, 2016
@agdl
Copy link
Member

agdl commented Jan 29, 2016

I tested it and it works I'm merging it! Thank you!!

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

Successfully merging this pull request may close these issues.

Broken Windows drivers when using with Arduino Zero
2 participants