MantisBT - MPfm
View Issue Details
0000144MPfmPlayerpublic2011-10-09 13:362011-10-09 15:58
ycastonguay 
ycastonguay 
highfeatureN/A
resolvedfixed 
 
0.4.4.90.4.4.9 
0000144: Add a AudioConvert class
With methods such as ToMS, ToSamples, etc. which converts to different audio position/length formats. Use the FMOD tutorial help file because it contains all the formulas needed for this.
No tags attached.
Issue History
2011-10-09 13:36ycastonguayNew Issue
2011-10-09 13:36ycastonguayStatusnew => assigned
2011-10-09 13:36ycastonguayAssigned To => ycastonguay
2011-10-09 15:12svnCheckin
2011-10-09 15:12svnNote Added: 0000100
2011-10-09 15:58ycastonguayNote Added: 0000105
2011-10-09 15:58ycastonguayStatusassigned => resolved
2011-10-09 15:58ycastonguayFixed in Version => 0.4.4.9
2011-10-09 15:58ycastonguayResolutionopen => fixed

Notes
(0000100)
svn   
2011-10-09 15:12   
The user admin has checked in files related to this issue. This check-in will automatically fix this issue.

Comment:
Version 0.4.4.9 [preliminary]

- Add ConvertAudio class to convert audio position/length values into different formats.
- Bug fixes to the player looping
- Bug fixes to the Add/Edit Loop and Add/Edit Marker window UI

Related to the issue 0000144.

Files modified:
U MPfm/branches/current/MPfm/MPfm.csproj
U MPfm/branches/current/MPfm/Other Screens/frmAddEditLoop.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmAddEditLoop.cs
U MPfm/branches/current/MPfm/Other Screens/frmAddEditMarker.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmAddEditMarker.cs
U MPfm/branches/current/MPfm/Properties/Resources.Designer.cs
U MPfm/branches/current/MPfm/Properties/Resources.resx
A MPfm/branches/current/MPfm/Resources/error.png
U MPfm/branches/current/MPfm/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmMain.cs
U MPfm/branches/current/MPfm.Library/Data/DataAccess.cs
U MPfm/branches/current/MPfm.Library/Player.cs
A MPfm/branches/current/MPfm.Sound/ConvertAudio.cs
U MPfm/branches/current/MPfm.Sound/MPfm.Sound.csproj

(0000105)
ycastonguay   
2011-10-09 15:58   
There are still other formats to add but so far there's MS, PCM and PCM bytes. Not bad!