MantisBT - MPfm
View Issue Details
0000320MPfmUI | Windows | Settingspublic2012-03-21 17:582012-04-29 19:56
ycastonguay 
ycastonguay 
normalfeatureN/A
resolvedfixed 
 
0.6.0.00.6.0.0 
0000320: Audio Settings: Create Mixer panels for each driver (DirectSound, ASIO, WASAPI)
DirectSound:
- Buffer size (slider + numeric) 100 ms to 10000 ms
- Update period (slider + numeric) 10 ms to 100ms

ASIO:
- Display device information
- Open ASIO control panel button

WASAPI:
- Buffer size (slider + numeric) 100 ms to 10000 ms (to be tested)
No tags attached.
child of 0000321resolved ycastonguay Revamp the Settings window 
Issue History
2012-03-21 17:58ycastonguayNew Issue
2012-03-21 17:58ycastonguayStatusnew => assigned
2012-03-21 17:58ycastonguayAssigned To => ycastonguay
2012-03-21 18:08ycastonguayRelationship addedchild of 0000321
2012-04-17 19:11ycastonguayCategorySettings => Window - Settings
2012-04-21 09:58ycastonguayCategoryWindow - Settings => UI - Windows - Settings
2012-04-21 10:12ycastonguayCategoryUI - Windows - Settings => UI // Windows ## Settings
2012-04-21 10:13ycastonguayCategoryUI // Windows ## Settings => UI / Windows / Settings
2012-04-21 10:13ycastonguayCategoryUI / Windows / Settings => UI - Windows - Settings
2012-04-22 10:08ycastonguayCategoryUI - Windows - Settings => UI | Windows | Settings
2012-04-24 20:51ycastonguayCategoryUI | Windows | Settings => UI | Windows | Settings Window
2012-04-24 20:51ycastonguayCategoryUI | Windows | Settings Window => UI | Windows | Settings
2012-04-29 19:53svnCheckin
2012-04-29 19:53svnNote Added: 0000645
2012-04-29 19:56ycastonguayNote Added: 0000646
2012-04-29 19:56ycastonguayStatusassigned => resolved
2012-04-29 19:56ycastonguayFixed in Version => 0.6.0.0
2012-04-29 19:56ycastonguayResolutionopen => fixed

Notes
(0000645)
svn   
2012-04-29 19:53   
The user animal has checked in files related to this issue (revision 466).

Comment:
MPfm 0.6.0.0
* Sound
  - Added ASIO methods in Base class.
  - Added the ASIOInfo data structure.
* Settings Window (WinForms)
  - Added ASIO panel in Audio Settings tab.
    Some code for detecting the ASIO device information has been added, but it won't make it
    for this release because of problems initializing ASIO devices while playing songs.

Related to issue 0000320.



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/frmMain.cs
A MPfm/branches/current/MPfm.Sound/Bass.Net/ASIOInfo.cs
U MPfm/branches/current/MPfm.Sound/Bass.Net/Base.cs
U MPfm/branches/current/MPfm.Sound/MPfm.Sound.csproj
(0000646)
ycastonguay   
2012-04-29 19:56   
The ASIO Control Panel button won't make it for this version, because of problems initializing other ASIO devices during playback.