MantisBT - MPfm
View Issue Details
0000192MPfmUI | Windows | Main Window | Loops and Markerspublic2011-12-21 20:042012-04-21 09:53
ycastonguay 
ycastonguay 
highmajoralways
resolvedfixed 
0.5.0.0 
0.5.2.00.5.2.0 
0000192: The wave form display cursor displays the wrong position when using sample rates higher than 44100 Hz
Try with any 48000Hz files and up.
No tags attached.
Issue History
2011-12-21 20:04ycastonguayNew Issue
2011-12-21 20:04ycastonguayStatusnew => assigned
2011-12-21 20:04ycastonguayAssigned 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:26ycastonguayTarget Version0.5.1.2 => 0.5.2.2
2012-01-28 11:03svnCheckin
2012-01-28 11:03svnNote Added: 0000389
2012-01-28 11:57ycastonguayTarget Version0.5.2.2 => 0.5.2.0
2012-01-28 11:58ycastonguayCategoryControls => Loops & Markers
2012-01-28 12:29ycastonguaySummaryThe wave form display cursor displays the wrong position when using higher sample rates than 44100 Hz => The wave form display cursor displays the wrong position when using sample rates higher than 44100 Hz
2012-01-28 12:31svnCheckin
2012-01-28 12:31svnNote Added: 0000393
2012-01-28 12:31ycastonguayStatusassigned => resolved
2012-01-28 12:31ycastonguayFixed in Version => 0.5.2.0
2012-01-28 12:31ycastonguayResolutionopen => fixed
2012-01-28 12:31ycastonguayProduct Version => 0.5.0.0
2012-02-18 11:16ycastonguayCategoryLoops & Markers => Loops and Markers
2012-04-21 09:53ycastonguayCategoryLoops and Markers => Player
2012-04-21 09:53ycastonguayCategoryPlayer => Loops and Markers
2012-04-21 09:54ycastonguayCategoryLoops and Markers => Window - Main - Loops and Markers
2012-04-21 09:59ycastonguayCategoryWindow - Main - Loops and Markers => UI - Windows - Main Window - Loops and Markers
2012-04-22 10:10ycastonguayCategoryUI - Windows - Main Window - Loops and Markers => UI | Windows | Main Window | Loops and Markers

Notes
(0000389)
svn   
2012-01-28 11:03   
The user admin has checked in files related to this issue (revision 285).

Comment:
MPfm 0.5.2.0
- Settings related to peak files are now 100% done. The main form now loads the configuration values.
  A few bug fixes were needed to make it work.
- Trying to fix the cursor issue with files with sample rates over 44100Hz. It now works but the length reported is wrong...

Related to issue 0000192 and issue 0000200.

Files modified:
U MPfm/branches/current/MPfm/Other Screens/frmSettings.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmSettings.cs
U MPfm/branches/current/MPfm/Other Screens/frmSettings.resx
U MPfm/branches/current/MPfm/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmMain.cs
U MPfm/branches/current/MPfm/frmMain.resx
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

(0000393)
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