openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
MPfm
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 19, 2024 — Aug 19, 2025
Showing page 55 of 59
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
MPfm 0.5.0.1 - New configuration engine: Separated classes into different files. The section structure is now official. The whole Load/Save/Clear/RefreshXML process is now working. It was easy to setup, so it will be a breeze to update later. The General and Audio sections are now fully implemented.
ycastonguay
as admin
More...
over 13 years ago
MPfm 0.5.0.1 - New configuration engine: changed name to MPfmConfiguration. - Sections are now known as ConfigurationSection (ex: AudioConfigurationSection). - Added comments.
ycastonguay
as admin
More...
over 13 years ago
MPfm 0.5.0.1 - Started working on the new configuration engine. Added the CustomConfig class (might change name later). - MPfm.Core: Added the TryParse with generic type to the Conversion class. - MPfm.Core: Added the XMLHelper class with the GetAttributeValue and GetAttributeValueGeneric methods.
ycastonguay
as admin
More...
over 13 years ago
MPfm 0.5.0.1 - Bug fix: IsRecursive in the Folder object had the wrong value. - Bug fix: When the UpdateLibrary process hit an error, the whole process was stopped. - More work on the next UpdateLibrary process using Reactive Extensions. - Minor bug fixes in the gateway classes.
ycastonguay
as admin
More...
over 13 years ago
MPfm 0.5.0.1 - Changed the name of the older UpdateLibraryProgressData (now OldUpdateLibraryProgressData, OldUpdateLibraryException). - This paved the way for the new version of these classes to be used with the UpdateLibrary class (using Reactive Extensions). - Separated the classes into different file and moved into a proper folder.
ycastonguay
as admin
More...
over 13 years ago
MPfm 0.5.0.1 - Added ImportAudioFiles class which will replace the UpdateLibrary process. It uses the Reactive Extensions. There is still a lot of work to do on the class. - Bug fixes on MPfmGateway and SQLiteGateway. - Changed comments/variable names on PeakFile to make it match with UpdateLibrary (and future classes based on the Reactive Extensions)
ycastonguay
as admin
More...
over 13 years ago
MPfm 0.5.0.1 - AudioFile: Converted the XingInfo property into different properties (encoder delay, padding, etc.) - WaveFormMarkersLoops bug fix: When the user clicked on zoom, the whole control needed to be refreshed (since the cursor now invalidates only part of the control). - Added comments.
ycastonguay
as admin
More...
over 13 years ago
git-svn-id: http://hamster-svn/svn/repos/base@136 765c1f7c-9fb8-954f-9ff8-dd0915cb3117
ycastonguay
as admin
More...
over 13 years ago
MPfm 0.5.0.0 alpha - Fixed a bug where the current loop would not be reset when changing songs.
ycastonguay
as admin
More...
over 13 years ago
MPfm 0.5.0.0 alpha - Removed relationship between loops and markers in the database. This means the start position and end position are now saved instead of the marker A/B id. There are still a few UI bugs, but it's working now.
ycastonguay
as admin
More...
over 13 years ago
MPfm 0.5.0.0 alpha - Fixed playlist double click, now skips to song properly if the player is playing or not.
ycastonguay
as admin
More...
over 13 years ago
MPfm 0.5.0.0 alpha - Added comments to a lot of files. - Removed unused stuff to Win32 and added comments to the remaining stuff. - Revised every AssemblyInfo.cs, now using the same version everywhere and the title/description/product now match.
ycastonguay
as admin
More...
over 13 years ago
MPfm 0.5.0.0 alpha - Added a LOT of comments to the AlbumView and SongGridView controls.
ycastonguay
as admin
More...
over 13 years ago
MPfm 0.5.0.0 alpha - Separated and renamed most SongGridView classes into different files. Now much cleaner. - Added canceling and peak file corruption replacing to the WaveFormMarkersLoops control.
ycastonguay
as admin
More...
over 13 years ago
MPfm 0.5.0.0 alpha - Killed a bug when closing the application while generating a wave form
ycastonguay
as admin
More...
over 13 years ago
git-svn-id: http://hamster-svn/svn/repos/base@128 765c1f7c-9fb8-954f-9ff8-dd0915cb3117
ycastonguay
as admin
More...
over 13 years ago
MPfm 0.5.0.0 alpha - Minor bug fixes to AudioFile and Gateway
ycastonguay
as admin
More...
over 13 years ago
MPfm 0.5.0.0 alpha - Killed more bugs for looping.
ycastonguay
as admin
More...
over 13 years ago
MPfm 0.5.0.0 alpha - Moved Loops and Markers buttons on the same row as the labels. This saves space. - Changed default splitter values to leave more space for the song browser - Changed song browser location and size just a little to make it fit better
ycastonguay
as admin
More...
over 13 years ago
MPfm 0.5.0.0 alpha - Killed most loop bugs, in MPfm and in the Player. - Wave form control optimisations.
ycastonguay
as admin
More...
almost 14 years ago
MPfm 0.5.0.0 alpha - Loops are now back, but strangely some markers aren't precise...?
ycastonguay
as admin
More...
almost 14 years ago
MPfm 0.5.0.0 alpha - Markers are now working again!
ycastonguay
as admin
More...
almost 14 years ago
MPfm 0.5.0.0 alpha - More comments!
ycastonguay
as admin
More...
almost 14 years ago
MPfm 0.5.0.0 alpha - Added LOTS of comments to MPfm.Sound. All classes are now commented. - Replaced PlayerV4 to Player in the MPfm class. This requires changes in several windows.
ycastonguay
as admin
More...
almost 14 years ago
MPfm 0.5.0.0 alpha - Removed DTOs entirely from project! Did some renaming too.
ycastonguay
as admin
More...
almost 14 years ago
MPfm 0.5.0.0 alpha - HUGE update: Removed SongDTO completely from project and replaced by the AudioFile class.
ycastonguay
as admin
More...
almost 14 years ago
MPfm 0.5.0.0 alpha - Added more metadata to AudioFile - Commented most DTOs, getting rid of them one at a time.
ycastonguay
as admin
More...
almost 14 years ago
MPfm 0.5.0.0 alpha - Work on EQPresets and to eliminate EqualizerDTO - Removed SongDTO from AudioFile, that required some changes to the Player
ycastonguay
as admin
More...
almost 14 years ago
MPfm 0.5.0.0 alpha - Moved SongDTO temporarily to MPfm.Player... - ... in order to remove dependency of MPfm.Library to MPfm.Player.
ycastonguay
as admin
More...
almost 14 years ago
MPfm 0.5.0.0 alpha - Player: Reworked EQ methods a bit.
ycastonguay
as admin
More...
almost 14 years ago
←
1
2
…
51
52
53
54
55
56
57
58
59
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree