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

Minor changes to ArdOSC #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Minor changes to ArdOSC #2

wants to merge 1 commit into from

Conversation

nsfw
Copy link

@nsfw nsfw commented Jan 11, 2012

Hello!

I've been using ArdOSC for a while, and I just patched your latest version to get it to compile with the latest Arduino tool chain (and chipKIT32).

It wasn't compiling due to places where a return type of (for example) OSCMessage * was being referred to as OSCMessage::OSCMessage, which is an error since Classname::Classname refers to the constructor for Classname.

Here's the commit message:
Removed Classname::Classname when referencing Classname errors, corrected some spelling errors, added BLOB support (on decode only currently)

Thanks for your good work,
-Scott

…ct some spelling errors, added BLOB support (on decode only currently)
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.

1 participant