1
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Sep 05, 2024 — Sep 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
MPfm 0.6.0.0 - Added tooltips for the Add/Edit Marker window.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 - Added tooltips to the Add/Edit Loop window.
ycastonguay
as animal
More... over 13 years ago
MPfm 0.6.0.0 - Added tooltips to the Edit Song Metadata and Effects windows.
ycastonguay
as animal
More... over 13 years ago
Test check-in after migration
ycastonguay
as animal
More... over 13 years ago
Deleted the playerV3_FMODload2channels branch.
ycastonguay
as animal
More... over 13 years ago
Deleted the playerV3_loadAllStreams branch.
ycastonguay
as animal
More... over 13 years ago
git-svn-id: http://hamster-svn/svn/repos/base@347 765c1f7c-9fb8-954f-9ff8-dd0915cb3117
ycastonguay
as admin
More... over 13 years ago
MPfm 0.6.0.0 - Code standardization: Removed m_ from member variables for several classes (see list below). This should be the last checkin for this issue.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.6.0.0 - Code standardization: Removed m_ from member variables for several classes (see list below).
ycastonguay
as admin
More... over 13 years ago
MPfm 0.6.0.0 - Code standardization: Removed m_ from member variables for the AudioFile class.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.6.0.0 - Code standardization: Removed m_ from member variables from frmMain and frmSettings.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.6.0.0 - Settings: The sample rate combo box is now working. The song position/output meter update frequency settings are now working and updated in real time.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.6.0.0 - Settings: Added the Saved audio settings state. The Save Audio Settings button now works. The audio settings state label is now updated with all states. Fixed the bug where the Settings window was not closed propertly when using the window close button instead of the "Close" button. The "Close" button was also deleted.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.6.0.0 - Settings: Added a message box warning when no ASIO or WASAPI devices could be found (when selecting ASIO or WASAPI from the combo box)
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.3.0 - Settings window: Added sample rate combo box. Added status message / icon which is updated when the audio settings state changes. Added the Save Audio Settings button.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.3.0 - Settings: Now loading/saving update frequency (song position, output meter) and tooltip settings.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.3.0 - Added tooltips to the Settings window.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.3.0 - Player: WASAPI devices now reset the buffer when setting a new position or a new playlist index.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.3.0 - Settings window: Added the position update frequency and output meter update frequency controls. Also fixed a bug where the track bar for the buffer size and update period were not updated when the numeric up/down control value changed.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.3.0 - Player: Refactored GoTo method. It is now re-using the Play method instead of duplicating code. The GoTo method now works on ASIO and WASAPI. However, on WASAPI, the playback does not start again after using Play or GoTo several times rapidely (bug).
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.3.0 - Player: Fixed bug with the GoTo method which crashed with the new mixer channel.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.3.0 - Channel: The GetLength, GetPosition and SetPosition methods do not automatically convert the values depending on floating point anymore. This logic has been moved to the Player and other classes (such as PeakFile and PlaylistItem). - Player: - Bug fix: The FX channel buffer is now cleared, like the mixer channel buffer. - Bug fix: The StreamProc callback was using the m_playlist.CurrentItemIndex to increase the m_currentMixPlaylistIndex. Now using a an increment instead. This fixes the transition between the 2nd song and other songs for ASIO and WASAPI devices (crashed the application before!). - Fixed volume for ASIO and WASAPI devices. - The SetPosition(double percentage) method is now using the SetPosition(long position) method (instead of duplicating code) - Set default buffer size to 1000ms.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.3.0 - Moved the BassMix usage in Player to MixerChannel. - Added the SetSync, RemoveSync, GetPosition methods to MixerChannel.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.3.0 - Added the MixerChannel class, which inherits from the Channel class. Added the CreateMixerStream method.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.3.0 - Player: Continuing to integrate BASSMix. Fixed time shifting and synchronization methods.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.3.0 - Player: Added BASSMix. A mixing channel will enable getting data for ASIO and WASAPI without stealing decoding data (was the cause for the skipping audio bug). The output meter has been renabled for ASIO and WASAPI. - Player: Fixed bugs for pausing with ASIO and WASAPI. Both of them required different methods for pausing. - Bass.NET wrapper: Added CreateMixerStream to the Channel class.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.3.0 - Removed a panel from the Current Song panel that was under the artist name, album title, etc. - Reset most panel colors in the Main window so now they're all standard. - Added more properties to MainWindowTheme and set most default values.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.3.0 - Themes window: Added RefreshMainWindowPreview method. Now refreshes most controls. - Added more properties to the MainWindowTheme class. - Panel: removed useless HeaderFontName property.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.3.0 - Finished adding the properties for the MainWindowTheme class.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.3.0 - Replaced the loading of embedded fonts with the new technique to allow embedded fonts to be visible at design time. All the controls are converted now.
ycastonguay
as admin
More... over 13 years ago