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

Fixes getPan() in Android SoundPlayer #1777

Merged
merged 3 commits into from
Jan 2, 2013
Merged

Fixes getPan() in Android SoundPlayer #1777

merged 3 commits into from
Jan 2, 2013

Conversation

thiagohersan
Copy link
Contributor

Fixes #1713.

getPan() should return a value between -1 and +1.

@arturoc
Copy link
Member

arturoc commented Jan 2, 2013

the pan should be set as -1..1 so getPan should return the right value already, have you seen a different behaviour?

@thiagohersan
Copy link
Contributor Author

yeah, pan is set correctly, but take a look at the diff... getPan() is returning pan/2.f+1 right now (0.5...1.5).

@arturoc
Copy link
Member

arturoc commented Jan 2, 2013

:) sorry i read the diff wrong, though you were adding that instead of fixing it.

arturoc added a commit that referenced this pull request Jan 2, 2013
…etPan

Fixes getPan() in Android SoundPlayer
@arturoc arturoc merged commit b9a60c7 into openframeworks:develop Jan 2, 2013
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.

2 participants