GitHub - ycastonguay/MPfm: master 2783a81c |
[ Diff ] [ Back to Repository ] |
Author |
Committer |
Branch |
Timestamp |
Parent |
ycastonguay |
ycastonguay |
master |
2013-09-21 19:36:53 |
master 04f4940b |
|
Affected Issues |
0000406: Implement the MPfm.MVP views for Android |
|
Changeset |
Android: Fixed bug where the left/right channel would have the same wave data. The problem was the 32-bit integers coming out of BASS.NET were actually combining left/right values in the same integer (low-word/high-word).
Related to issue 0000406. |
mod - MPfm/MPfm.Android/Classes/Controls/OutputMeterView.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Presenters/EqualizerPresetsPresenter.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.MVP/Services/PlayerService.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Player/Player.cs |
[ Diff ] [ File ] |
mod - MPfm/MPfm.Sound/BassNetWrapper/Base.cs |
[ Diff ] [ File ] |