"°şİo., SwiftMiX Bug List / Web Log ,.oİş°"      

§ October 21, 2010 – 1.49 (C++ Version), added a feature to automate the fitting of songs in a list to particular media-sizes, such as CD-ROM, DVD or Blu-Ray disks. When you choose to export songs and lists from the options menu, a new dialog pops up requesting the size of the media you plan on using. After selecting the media-type, SwiftMiX automatically selects songs that must be removed from the song-lists it order to fit everything on the disk you plan to burn. The user can then skip the removal of a song, in which case an alternate song will be suggested, or permit the song to be removed.

Also fixed a problem in the algorithm used to compute the size required by each list. The byte-sizes are all reported in GiB, MiB, KiB, etc. reflecting the fact that a Killobyte (KiB) is actually 1024 bytes, not 1000 bytes.

§ October 13, 2010 – 1.49 (C++ Version), the new edit mode was kicking out as soon as a song-list window lost focus. We want to stay in the edit-mode and have the freedom to click either song-list, dragging/dropping songs between lists, without exiting the edit-mode. Fixed.
§ October 8, 2010 – 1.48 (C++ Version), added ability to drag/drop multiple selected songs in Edit Mode, either between lists or to a new point in the same list.
§ September 30, 2010 – 1.47 (C++ Version), no bugs found... added programatic computation and positioning of all controls in SwiftMiX's main form - so it will all re-size itself based upon the default size of the Windows Media Player's ActiveX control.
§ September 24, 2010 – 1.46 (C++ Version), added the features to sort a list and eliminate duplicate songs, to copy selected songs to the clipboard, to randomize a song list - and in-general I cleaned up th look and feel of the GUI (The progress meter operates now when adding song files recursively, etc.)
§ September 22, 2010 – 1.45 (C++ Version), added a feature. Right-click in a song-list and click Edit Mode. Now you can select multiple songs in the list by holding down CTRL and left-clicking them one at a time or by selectiong one song and then pressing SHIFT and then another song to select the entire range... Then right-click again to bring up the pop-up menu and select Delete to delete all of the songs from the list, or click Move to insert all of the songs in front of the selected song on the other player's song-list. The ESC key exits Edit Mode.

I found that I needed this feature in the making of my own mix DVD. I put my entire collection of music on List-A. Then I used List-B to drag-drop songs from List-A that I wanted in my final mix-set... Then I deleted all songs from List-A. Now I wanted to select particular songs from List-B to move to List-A for the final dual-player mix. So - I had to create the ability to select and move more than one song! (This turned out to be tricky because I had to derive my OWN component check-list-box to allow multiple file-selection...)

§ September 19, 2010 – 1.44 (C++ Version), complex re-work of the import/export playlist classes to allow them to handle UTF-8 variable byte-size characters in a Windows Media Player playlist. The C++ version does not support UTF-8. But now song file names that have "extended" ASCII characters (such as the French è) will work. Other Unicode characters will not work, such as Chineese characters.
§ September 14, 2010 – 1.43 (C++ Version), found a bug in the Import playlist function that was filtering out special ASCII chars from a filename.
§ September 12, 2010 – 1.42 (C++ Version), Changed the Export/Import playlist classes to store the complete file-path, or optionally, the file-name only, or the relative path without the drive letter. This already works correctly in the .NET version.

Also re-wrote the files/lists Export feature (in the Options menu). It now works more robustly... and I added a feature to compute the disk-space needed by each list and the total space needed - to facilitate editing song-lists prior to exporting them to fit on a DVD.

§ September 9, 2010 – 1.41 (C++ Version), still an exception thrown when deleting a playing song from the end of the song-list. Fixed.
§ September 8, 2010 – 1.40 (C++ Version), fixed problems deleting items from the song's list-box (when you press the DEL key). Also added a (right-click) popup-menu item to delete the selected song.
§ September 8, 2010 – 1.39 (C++ Version), When you added music directories recursively, the new "root" directory for the file-open dialog was not being preserved for the user - Fixed. The time displays now read in hours, minutes and seconds like the C# version.
§ September 7, 2010 – 1.38 (C++ Version), FIXED an ActiveX control sizing problem that has been around for a long time and I was just too busy to tackle the issue. Now its working fine AND - the C++ version now is FREEWARE, the license key will never expire. E-Mail: dxzl@live.com for comments/questions. Thanks!
§ June 18, 2009 – 1.29 (C# Version), Some essential DLLs were missing from the .msi installer.
§ May 29, 2009 – 1.28 (C# Version), Added dockable-window functionality similar to WinAmp thanks to an excellent open-source DLL by Bentley Wolfe on http://dockableform.sourceforge.net/
§ February 13, 2009 – 1.27 (C# Version), 1.37 (C++ version) – New changes to license software.
§ February 5, 2009 – 1.25 (C# Version) – Same changes as for C++ version, also I switched development to a different computer and updated the trial license keys (30-days). (Got to make a living people!)
§ January 30, 2009 – 1.35 (C++ Version) – License Key Software Modified...

I now disallow a key to be written if it is older than the currently installed key and the "ForceKey" flag is set internally. Also, if the computer name was changed the key should no longer be valid and must be re-installed - the program would keep operating, however.

§ November 21, 2008 – 1.34 (C++ Version) – License Key Software Modified...

New License Key feature that lets me post a key that expires relative to the install date rather than just the key's creation date. (incoroprated into all products) - but the trade-off is that I am shortening the trial-period... Also makor re-working of key-encoding algorithms.

§ October 22, 2008 – 1.33 (C++ Version) – New features added...

1) Added shuffle-play (random song mode) (this was in the .NET version, not in the C++ version).

2) Added a right-click popup menu to each song-list as is in the .NET version - here you can clear the list, check/uncheck all songs, and alpha-sort the list.

3) You can now drag/drop a selected group of song-files onto a list to add them. (Before you could drag/drop to move songs only.)

4) Updated the Help-file on the web-site.

5) Clicking an item that is playing will display the Artist, Album and Song Title now.

6) Many other internal improvements to the code.

§ October 21, 2008 – 1.32 (C++ Version) – Ocassionally, if the player was running songs from one list only, songs would stop sequencing. This was caused because the software used a 1-second timer to measure when 1 second remained, then sequence the next song... The problem is that sometimes the phase of the timer relative to the actual time left caused the player to stop, and fail to continue queuing music. Solution was to use the state-change "8" "end of song" event to set a flag which is then checked when the WMP fires a "stop" event. The stop event checks this flag and if its set, sets a timer-event to set up the next song and begin playing it. (tricky because you can't start the player from within a state-change event-handler).

Delete now works rapid-fire - you can click a song and keep hitting DEL key and there is no timer or scrolling delay.

Also, when you exited the player and songs were playing, an exception was being thrown from time-to-time... hopefully, that is also fixed. Now I need to make these changes in the C# version for .NET. - Scott Swift

§ October 16, 2008 – 1.31 (C++ Version) – Two Bugs Fixed...

1) If songs were in only one player's list and the other player had run out of songs, the remaining songs in the player which still had unplayed songs... would not play them.

2) Import Playlist was working for Player A but not for Player B.

Also changes to license-ley software for both C++ and .NET (C#) versions... Trial keys of 90 days also installed.

§ August 15, 2008 – 1.30 (C++ Version) – Bug in player B's elapsed-time readout. FIXED.

Enhansed the drag/drop moving of songs... can now move a playing song within its own play-list and also you can re-queue the currently playing song to play again.

§ August 13, 2008 – 1.28 (C++ Version) – A lot of changes... re-wrote all the check-list-box software... it should work smoothly now to queue new songs, double-click to play a song, single-click to queue a song to play after this one... click the check-box to de-queue or disable or re-enable a song.

Also "Next-Track" will work properly going to the next user-queued song.

Other diverse changes...

Lost KNOWLEDGE: the delete key will delete any song and if the song is currently playing it will start playing the next song in the list.

More lost knowledge: SHIFT+DELETE will delete all the "un-checked" (already played) songs in a list.

§ January 30, 2008 – 1.25 (C++ Version) – Added "Send Timing Telemetry" to Options menu. So now the old simple C++ .exe version can send song info to YahCoLoRiZe also. In YahCoLoRiZe right-click in the main window and select "Process SwiftMiX Song Title".
§ January 28, 2008 – 1.20 (C# Version) – When you click Options->Send Timing Telemetry, SwiftMiX can send song info and play elapsed time. Added album info to that... we now send Album Artist, Song-name and Album Title. Presently this info is available to YahCoLoRiZe when you click The Options Tab and check the SwiftMiX Sync box - or when you Right-Click in the main window and click Process SwiftMiX Song Title in the pop-up menu.
§ November 11, 2007 – 1.19 (C# Version) – Released both C# and C++ versions. Changed support e-mail to: dxzl1@hotmail.com
§ March 10, 2007 – 1.24 – Still Freeware but made some small changes to the licence-key software to reflect updates in other products.
§ March 10, 2007 – 1.23 – Fixed major bug -- if files for only one player present, the songs would not sequence. Converted to a freeware edition. Enjoy!
§ December 13, 2006 – 1.22 – Added full drag and drop between lists for original C++ version.
§ December 5, 2006 – 1.21 – Did some more work on the original version written in C++ (instead of C#). Some internal re-organization, fixed bug of checkmark not appearing for Stop-mode, fixed bug of check not turning off after clicking NextTrack when no more songs were queued.
§ December 5, 2006 – 1.19 – Did some work on the original version written in C++ (instead of C#). Releasing it with a free 1-year license. Works with Windows Media Player 10 and 11. (The c#/.net version is nice, but few people can use it right now!)
§ October 21, 2006 – 1.19 – Checked for functionality with WMP 11. Added Media-Error handlers. (Trial key update). Installer no longer requires un-install of old version.
§ July 21, 2006 – 1.18 – Add telemetry of timing info to YahCoLoRiZe. (forgot to change revision :-))
§ July 21, 2006 – 1.17 – Add "alphebatize list" and "randomize list".
§ July 14, 2006 – 1.16 – Fixed some problems in flashing the currently selected song.
§ July 12, 2006 – 1.15 – Add feature to equalize the number of songs between the two playlists. Add prompts during export to save embedded file-names with no path, a relative path or with a rooted path.
§ July 7, 2006 – 1.14 – Add feature to equalize the number of songs between the two playlists. Add prompts during export to save embedded file-names with no path, a relative path or with a rooted path.
§ July 5, 2006 – 1.13 – Change name to SwiftMiX.
§ July 3, 2006 – 1.12 – Add the features: Invert List, Delete Odd Indices, Delete Even Indices, Remove Duplicates, Find, Check All, Uncheck All, Album Info.
§ June 29, 2006 – 1.11 – Fixed scrolling bug. Added fetch of song's artist and album title. Added check for 1/2 of a DVD/CD.
§ June 29, 2006 – 1.09 – Add F12 and pop-up menu feature to compute the size of all of the files in a list to facilitate make a list that fits a DVD or CD.
§ June 29, 2006 – 1.08 – Add "Random" mode. Fix bug in drag-drop or paste of an item into a list in which all songs had played. A new song would not automatically queue. Cut/Paste now works from the item the mouse points at, not from the "selected" item.
§ June 28, 2006 – 1.07 – add drag-and-drop to move items between song-lists.
§ June 26, 2006 – 1.05 – Revision the same. Fixed problems with drag-drop move and with delete. Also changed the File Export to a background process and am now locking out operations that are unsafe while moving large song files.
§ June 24, 2006 – 1.05 – Added feature "Export Files" in the Options menu. This is powerful. It copies all of the files in the playlist to a directory SwiftMiXeR creates... at a location the user specifies. In addition, both Player A and Player B play-lists are saved in the new directory, but with relative path-names. The resulting directory can then be burned onto a CD-ROM. The CD-ROM can used on any computer. When Import play-list is invoked, the play-list names are created by adding the relative path to the path name of the play-list file being imported. Hence, a DJ can create a mix... and export it to a CD -- but the mix happens "live" and the DJ can modify it on-the-fly. So you can envision a "library" of mixes on CD-ROM that can be taken to any gig.
§ June 23, 2006 – 1.04 – Bug with songs that have an "&" in the title is fixed.
§ June 22, 2006 – 1.03 – Fixed Delete and delete all un-checked items. Added delete to list pop-up menu. Add Cut/Copy/Paste to allow moving items from one list to another. Fix problem where if you unchecked an item... the next song did not queue.
§ June 17, 2006 – 1.02 – Fixed Double-click play from a de-activated play-list window. Changes to minimize file-list windows when main window is minimized.
§ June 16, 2006 – 1.01 – Double-Click to play fixed. Drag-Move songs fixed. Add Directory now remembers last directory opened.
§ June 7, 2006 – 1.00 – CHANGED TO MICROSOFT .NET WITH A FULL INSTALLER... RESET REVISION.
§ June 6, 2006 – 1.17 – Security fix...
§ March 30, 2006 – 1.13 – Add Files now comes up showing all files, not just .wma, some changes in the Options Menu... changed the highlight-scroll delay to 50ms -- was takeing forever for a huge list of songs.
§ March 23, 2006 – 1.10 – High-priority processing was not working... fixed.
§ March 20, 2006 – 1.09 – 1) Press CTRL and double-click now adds a directory and all the songs and songs in all of the subdirectories. 2) Auto mode is not more automatic and Manual mode is now more manual. With Auto turned off, new files will not start by themselvesm you have to press the play button. In Auto mode, the fader will begin moving from wherever it happens to be... before it had to be all the way to one side or the other. In Auto, pressing the Play button of an idle player will force a fade to the new player. 3) Added a new "10%" Volume setting - useful when you have audio streams coming in from other sources besides SwiftMiXeR and want background music.
§ March 16, 2006 – 1.07 – Refinements to license-key manager.
§ March 13, 2006 – 1.05 – New Version with a license-key manager.
§ March 10, 2006 – 1.04 – A) Delete key now deletes all un-checked songs. B) Hold Shift down to delete individual items.
§ March 9, 2006 – 1.03 – A) Added mute when changing to a new song. I was hearing some player digital noise ocassionally. B) View-lists had a bug that opened them off-screen if the main window was moved near an edge of the Desktop. C) Added the ability to move play-list items by drag-dropping them - a lot of work to get it working both with an idle player and one that is playing... D) DEL key will remove a selected list-item E) The Title-Bar of a song-list window now displays either the Queued or "next" song (Q) when you select the window, or it shows the playing song (P). It fits in the last part of the file-name to the size of the window title-bar. E) Added the ability to change the song pointer in a list for a player that is currently playing. (Single-Click)
§ March 6, 2006 – 1.02 – Added "Repeat" function. Changed player names and time-displays to read PlayerA/PlayerB instead of Player1/Player2. Converted to a system that uses double-clicks in a song-list dialog to start playback rather than single-clicks. Single-clicking now will change the song-pointer. This lets you select any song as the next song to fade to from the other player.