MantisBT - MPfm
View Issue Details
0000299MPfmSoundpublic2012-02-25 08:592012-03-20 17:53
ycastonguay 
ycastonguay 
normalfeatureN/A
resolvedfixed 
 
0.6.0.00.6.0.0 
0000299: Add a MixerChannel class to MPfm.Sound
Add the different methods required by BASS mixer channels to this class. It must inherit the existing Channel class.
No tags attached.
Issue History
2012-02-25 08:59ycastonguayNew Issue
2012-02-25 08:59ycastonguayStatusnew => assigned
2012-02-25 08:59ycastonguayAssigned To => ycastonguay
2012-02-25 09:25svnCheckin
2012-02-25 09:25svnNote Added: 0000441
2012-02-25 10:01svnCheckin
2012-02-25 10:01svnNote Added: 0000443
2012-03-11 22:36ycastonguayRelationship addedchild of 0000310
2012-03-20 17:53ycastonguayStatusassigned => resolved
2012-03-20 17:53ycastonguayFixed in Version => 0.6.0.0
2012-03-20 17:53ycastonguayResolutionopen => fixed

Notes
(0000441)
svn   
2012-02-25 09:25   
The user admin has checked in files related to this issue (revision 330).

Comment:
MPfm 0.5.3.0
- Added the MixerChannel class, which inherits from the Channel class.
  Added the CreateMixerStream method.

Related to issue 0000299 and issue 0000300.

Files modified:
U MPfm/branches/current/MPfm/frmMain.cs
U MPfm/branches/current/MPfm.Player/Player.cs
U MPfm/branches/current/MPfm.Sound/Bass.Net/Channel.cs
A MPfm/branches/current/MPfm.Sound/Bass.Net/MixerChannel.cs
U MPfm/branches/current/MPfm.Sound/MPfm.Sound.csproj

(0000443)
svn   
2012-02-25 10:01   
The user admin has checked in files related to this issue (revision 331).

Comment:
MPfm 0.5.3.0
- Moved the BassMix usage in Player to MixerChannel.
- Added the SetSync, RemoveSync, GetPosition methods to MixerChannel.

Related to issue 0000299 and issue 0000300.

Files modified:
U MPfm/branches/current/MPfm.Player/Player.cs
U MPfm/branches/current/MPfm.Sound/Bass.Net/Channel.cs
U MPfm/branches/current/MPfm.Sound/Bass.Net/MixerChannel.cs