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.2.0 - Player: Fixed bugs with sync procs not setting correctly the second time.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.2.0 - Player: Moved the PlaylistIndexChanged event to the PlayerSyncProc method. It now works very well. It still needs a bit of testing to make sure there are no bugs. - Player: Added code to switch main stream sample rate to the PlayerSyncProc method. It now switches sample rate right when the audio file changes.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.2.0 - Player: Added the RemoveSyncCallbacks method. Some bug fixes too.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.2.0 - Player: Added list of sync procs for triggering the PlaylistIndexChanged event and change stream sample rate if needed. Still have a bit more work to do though.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.2.0 - SongGridView: Fixed all known bugs related to dragging the columns to change their order.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.2.0 - WaveFormDisplay: Fixed completely the wave form display cursor bug (when using sample rates higher than 44100Hz). - Player: Started fixing the bug where the playlist items do not ajust the main channel sample rate. It is now fixed for the GoTo method but in the StreamCallback it adjusts the sample rate too soon (need to add a SYNC method with MIXTIME I guess). - SongGridView: Changed the contextual menu for columns (ordered the menu items).
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.2.0 - Updated copyright on all files in the solution. Copyright (C) 2011-2012 Yanick Castonguay.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.2.0 - WaveFormDisplay: Fixed bug with bitmap cache missing parts when generating a peak file.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.2.0 - Settings related to peak files are now 100% done. The main form now loads the configuration values. A few bug fixes were needed to make it work. - Trying to fix the cursor issue with files with sample rates over 44100Hz. It now works but the length reported is wrong...
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.2.0 - Settings window: The peak file settings are now loaded and saved into the configuration file.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.2.0 - Settings window: Added settings for peak file directory and limit. Only the UI is done for now.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.2.0 - SongGridView: More bug fixing on changing column order by dragging the header.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.2.0 - SongGridView: Bug fixes for column moving. Not 100% done yet.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.2.0 - SongGridView: The column moving is now working. It still has a few minor bugs to fix.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.2.0 - Main form: Added the "All" sound format filter - Library: Added orderby for file format (when using the "All" sound format filter). - Settings: Fixed bug when resetting to default values. - Put the new update library in comments for now since it has been postponed.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.2.0 - Player: The loops and markers are now emptying the audio buffer when setting new audio positions. The loop position wasn't working after the last check-in.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.2.0 - Settings window: The Audio Settings UI has been revised and is a bit cleaner. Trackbars have been added for the buffer size and update period, and radio buttons for the sample rate. The buffer size range has been revised to 100 ms to 10000 ms.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.2.0 - Added .NET Async CTP Library to the project. - Player: The audio buffer is now cleared when skipping to a new position or when skipping to a new song. - Player: The position returned by the player now counts in for the buffer size lag. In fact it is now using the main stream output position with a offset position (since the main output position is "infinite" and reset to 0 when the audio buffer needs to be cleared). It's not 100% done yet though; I need to add a syncmix proc to set the offset position exactly when the new song is heard. However the offset is 100% accurate already (since the channel is locked when getting the position, and the data available in the buffer is also added). - UpdateLibrary: The new prototype drops Rx and uses only ASYNC for now. Works fine so far, but the application gets lagged when updating files (especially when generating peak files). - UpdateLibrary: A prototype UI for the background update library has been added to the main form.
ycastonguay
as admin
More... over 13 years ago
mp4m.org 1.2.6.0 - Updated Support and Developer pages with the new online documentation for developers - Updated Features page with links for audio formats and support for MPC - Updated copyrights
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.1.2 Final - Corrected some comments.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.1.2 - Added the Type and FilePath columns to the SongGridView control.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.1.2 - Removed album art cover and other metadata from Update Library window to make the UI faster.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.1.2 - Tested a new method for the new UpdateLibrary process. Seems to work really well. It starts X threads to read audio file metadata, waits for all threads to finish, and then inserts the files into the database. If there are more files to process it starts again X threads and insert files into the database until the list is complete. The downside is that it will insert files into the database often, but the upside is that it seems to work without locking (since the mechanism is out of the thread code).
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.1.2 - Added MPC files to Update Library process and to the Sound Format filter in the Main form.
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.1.2 - Bug fix in ConvertLibrary.ToAudioFile
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.1.2 - Quick fix on the 1.02 to 1.03 script (SampleCount should have been SampleRate!)
ycastonguay
as admin
More... over 13 years ago
git-svn-id: http://hamster-svn/svn/repos/base@267 765c1f7c-9fb8-954f-9ff8-dd0915cb3117
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.1.2 - Added an exception for database version 1.01 (related to the bug where the database version wasn't updated in the 1.01 to 1.02 script)
ycastonguay
as admin
More... over 13 years ago
MPfm 0.5.1.2 - Fixed a minor bug with the database version that was not updated in the Settings table for the 1.01 to 1.02 script. - Added the 1.02 to 1.03 script: - Added the SampleCount and Bitrate columns to the AudioFiles table.
ycastonguay
as admin
More... over 13 years ago
Test submit for MPfm.Player.Demo folder.
ycastonguay
as admin
More... over 13 years ago