1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
MPfm 0.5.0.0 alpha - A lot of minor bug fixes, too long to describe. - Added invalidate cursor area when refreshing WaveFormMarkersLoops, which optimizes CPU usage. - Worked on converting frequencies length/position but not there yet.
ycastonguay
as admin
More... almost 14 years ago
MPfm 0.5.0.0 alpha - Killed nasty bug with SongGridView when the image fetching was returning nothing (it would keep trying to fetch the album and take CPU for nothing) - Killed also another nasty bug with the Player when loading longer playlists.
ycastonguay
as admin
More... almost 14 years ago
MPfm 0.5.0.0 - Added MarkerDTO (with conversion, gateway methods, etc.) - Reactivated the Add Marker window except for Save.
ycastonguay
as admin
More... almost 14 years ago
MPfm 0.5.0.0 alpha - More work on the PeakFile class; misc bug fixes. Added the Started event. - Removed read/write peak files from the WaveFormMarkerLoops control. Replaced by the PeakFile class. The cursor is now working and the user can click on the waveform for seeking.
ycastonguay
as admin
More... almost 14 years ago
MPfm 0.5.0.0 alpha - More work on the PeakFile class. Yeah, I said that it was done but I forgot the Done event. Now filling all the ProgressData event properties, including ThreadNumber. Added the NumberOfThreadsRunning property.
ycastonguay
as admin
More... almost 14 years ago
MPfm 0.5.0.0 alpha - Worked on the PeakFile class, which is now complete. The user can now specify the number of threads to generate the peak files. Added the GeneratePeakFiles and GeneratePeakFile methods. Cancel is now working with a loop instead of a merge. More work, too long to describe.
ycastonguay
as admin
More... almost 14 years ago
MPfm 0.5.0.0 alpha - Uncommented all code in the Settings window. Changed the way the application asks the user to save settings and manage untested settings. It seems to be very stable now (other than WASAPI and ASIO with the time shifting stream not working properly, but that's another story).
ycastonguay
as admin
More... almost 14 years ago
MPfm 0.5.0.0 alpha - Split MPfm.Library into MPfm.Library and MPfm.Player. MPfm.Player still has a reference to MPfm.Library but that will be eliminated in the near future.
ycastonguay
as admin
More... almost 14 years ago
MPfm 0.5.0.0 alpha - Split MPfm.Library into MPfm.Library and MPfm.Player. MPfm.Player still has a reference to MPfm.Library but that will be eliminated in the near future.
ycastonguay
as admin
More... almost 14 years ago
MPfm 0.5.0.0 alpha - Reactivated most of the code in the Settings window except for the Close window. This means that if the user tests audio files, the application WILL crash. There is more work to do.
ycastonguay
as admin
More... almost 14 years ago
MPfm 0.5.0.0 alpha - Reactivated the UpdateLibrary window, it now works perfectly.
ycastonguay
as admin
More... almost 14 years ago
mp4m.org Website 1.2 preliminary - More work on the Download page
ycastonguay
as admin
More... almost 14 years ago
mp4m.org Website 1.2 preliminary - Added more stuff to the Download page, removed useless stuff.
ycastonguay
as admin
More... almost 14 years ago
mp4m.org Website 1.2 (preliminary) - Modified Download page heavily with new information for developers, new requirements (.NET 4.0, C++ 2010 SP1) - Modified Features page to update supported OSes. - Changed header to now feature BASS instead of FMOD - Changed the footer to update version and copyright
ycastonguay
as admin
More... almost 14 years ago
MPfm 0.5.0.0 alpha - Added Reactive Extension to the project. - Started using Rx for the PeakFile class and it now works very nicely, with multi-thread and cancel support. This means it can be used for updating the library too!
ycastonguay
as admin
More... almost 14 years ago
Initial commit of mp4m.org website (version 1.1). Import from SourceSafe.
ycastonguay
as admin
More... almost 14 years ago
mp4m.org web site 1.1 (import from SourceSafe)
ycastonguay
as admin
More... almost 14 years ago
mp4m.org/musicplayerformusicians.com web site
ycastonguay
as admin
More... almost 14 years ago
MPfm 0.5.0.0 alpha - Removed FMOD completely from the project. - Removed FMOD wrapper from the project. Everything works without FMOD now. Yay!
ycastonguay
as admin
More... almost 14 years ago
MPfm 0.5.0.0 alpha - Removed PlayerV2 and PlaybackEngineV3 from the solution.
ycastonguay
as admin
More... almost 14 years ago
MPfm 0.5.0.0 alpha - Migration to .NET 4.0 is COMPLETED! Everything works. Replaced the SQLite assemblies by the new .NET 4.0 assemblies.
ycastonguay
as admin
More... almost 14 years ago
MPfm 0.5.0.0 alpha - Upgraded from the PHX Software System.Data.SQLite 1.0.66 to 1.0.76 by the new community. This wasn't possible before because of Entity Framework.
ycastonguay
as admin
More... almost 14 years ago
Added LoopDTO and MarkerDTO with nothing in them.
ycastonguay
as admin
More... almost 14 years ago
MPfm 0.5.0.0 alpha - Removed the Entity Framework diagram completely!
ycastonguay
as admin
More... almost 14 years ago
MPfm 0.5.0.0 alpha - Deleted DataAccess.cs and finished moving methods into MPfmGateway (except for loops/markers).
ycastonguay
as admin
More... almost 14 years ago
MPfm 0.5.0.0 alpha - Equalizer and Folders are now available in MPfmGateway!
ycastonguay
as admin
More... almost 14 years ago
MPfm 0.5.0.0 alpha - All methods related to songs are now gone in DataAccess and now implemented in MPfmGateway!
ycastonguay
as admin
More... almost 14 years ago
MPfm 0.5.0.0 alpha - Moved MPfmGateway insert/update/delete code into SQLiteGateway. The MPfmGateway is now using minimal code! Nice.
ycastonguay
as admin
More... almost 14 years ago
MPfm 0.5.0.0 alpha - Now insert/update/delete songs now working using the old fashioned way!
ycastonguay
as admin
More... almost 14 years ago
MPfm 0.5.0.0 alpha - Added the SQLiteGateway and MPfmGateway classes. This implements the Gateway design pattern to access data. - Added the ConvertDTO.Songs method which converts a DataTable into a list of SongDTO.
ycastonguay
as admin
More... almost 14 years ago