MantisBT - MPfm
View Issue Details
0000158MPfmPlayerpublic2011-11-12 06:122012-02-05 14:44
ycastonguay 
ycastonguay 
highmajoralways
resolvedfixed 
 
0.5.2.00.5.2.0 
0000158: Playlists with multiple sample rates do not adjust
The playlist adjusts when starting the playback but if a song has a different sample rate it won't adjust during playback.
No tags attached.
Issue History
2011-11-12 06:12ycastonguayNew Issue
2011-11-12 06:12ycastonguayStatusnew => assigned
2011-11-12 06:12ycastonguayAssigned To => ycastonguay
2011-12-21 20:05ycastonguayTarget Version0.5.2.0 => 0.5.1.1
2012-01-10 17:19ycastonguayTarget Version0.5.1.1 => 0.5.1.2
2012-01-18 18:24ycastonguayTarget Version0.5.1.2 => 0.5.2.1
2012-01-28 12:27ycastonguayTarget Version0.5.2.1 => 0.5.2.0
2012-01-28 12:31svnCheckin
2012-01-28 12:31svnNote Added: 0000392
2012-02-05 14:43svnCheckin
2012-02-05 14:43svnNote Added: 0000397
2012-02-05 14:44ycastonguayStatusassigned => resolved
2012-02-05 14:44ycastonguayFixed in Version => 0.5.2.0
2012-02-05 14:44ycastonguayResolutionopen => fixed

Notes
(0000392)
svn   
2012-01-28 12:31   
The user admin has checked in files related to this issue (revision 288).

Comment:
MPfm 0.5.2.0
- WaveFormDisplay: Fixed completely the wave form display cursor bug (when using sample rates higher than 44100Hz).
- Player: Started fixing the bug where the playlist items do not ajust the main channel sample rate.
  It is now fixed for the GoTo method but in the StreamCallback it adjusts the sample rate too soon (need to add a SYNC method with MIXTIME I guess).
- SongGridView: Changed the contextual menu for columns (ordered the menu items).

Related to issue 0000158 and issue 0000192.

Files modified:
U MPfm/branches/current/MPfm/frmMain.cs
U MPfm/branches/current/MPfm.Player/Player.cs
U MPfm/branches/current/MPfm.Sound/PeakFile.cs
U MPfm/branches/current/MPfm.Sound/Playlists/PlaylistItem.cs
U MPfm/branches/current/MPfm.WindowsControls/Audio/WaveFormDisplay.cs
U MPfm/branches/current/MPfm.WindowsControls/Library/SongGridView.cs

(0000397)
svn   
2012-02-05 14:43   
The user admin has checked in files related to this issue (revision 292).

Comment:
MPfm 0.5.2.0
- Player: Moved the PlaylistIndexChanged event to the PlayerSyncProc method. It now works very well.
          It still needs a bit of testing to make sure there are no bugs.
- Player: Added code to switch main stream sample rate to the PlayerSyncProc method. It now switches sample rate
          right when the audio file changes.

Related to issue 0000158 and issue 0000275.

Files modified:
U MPfm/branches/current/MPfm.Player/Player.cs