AMP VERSION 1.3 RELEASE
------------------------------
Download: http://www.aychamo.com/amp/AMP.zip
Source Code: http://www.aychamo.com/amp/AMPSource.zip
Instructions: You should be able to copy it over and just start it up. If you notice any weird configuration problems, I would suggest nuking your entire ~/Library/Application Support/AMP directory (~ = your home folder). You should not have to re-import your music, pictures, or movies.
Summary of Primary Changes:
- Graphical "File-Open" for any "Open" buttons
- Plugin Manager / App Launcher
- "Colors" configuration option for the highlight bar (Thanks Raceer for the idea)
- Show/Hide Mouse Cursor option
- Tweaked some of the screens
- Fixed all the previous mentioned bugs, with the pop-up "Now Playing" screen, etc
- Wrote a new plugin example, more simple, sophisitcated..
- I've been playing with this version for so long, you will notice other new things that I can't remember, or I did before I started using the changelog.txt
AMP CHANGELOG.TXT
-----------------
Sep 6:
- Added the graphical "File-Open" to the main AMP_AppDelegate
Sep 4:
- Added a "disabled" Eject button to the AMP_Utilities
Aug 25:
- Figured out how to do the graphical "File-Open"
- Have implemented the graphical "File-Open" in AMP_PluginManager & AMP_Utilities
Aug 24:
- Wrote esentially the entire AMP_PluginManager
Aug 23:
- Added a whole new configuration option "Colors" to allow you to change the scroll bar color
- Scroll bar has various presets, and saves in the configuration keys RGB_RED_VALUE, RGB_GREEN_VALUE, RGB_BLUE_VALUE
- Method: - (void)setBarColorToRed: (float)redColor green: (float)greenColor blue: (float)blueColor added to OAGradientTableView.m
- Added appropriate methods in AMP_Configuration.m
Aug 18: (in the airport)
- Replaced the "Use iTunes Visuals" option in the config screen with "Display mouse cursor"
- Replaced "USE_ITUNES_VISUALS" with "DISPLAY_MOUSE_CURSOR" in the configuration options & set the default to "YES"
- Changed the appropriate IBOutlet NSButton to configDisplayMouseCursorButton;
- Removed the whole check for using iTunes's visuals in the AMP_VisualsModel.m source
- AMP_App_Delegate.m: Added a conditional at the end of -awakeFromNib to hide the mouse cursor if so selected
- AMP_Configuration.m: Added show/hide logic for the mouse cursor when user activates a file-open dialog box
- AMP_VisualsModule.m: Fixed the bug about the "Music Control Window" not disappearing when the art was clicked on or whatever
Aug 13:
- Replaced startup graphic with AMPLoading.qtz
- Added fade out / in after loading finished
- Changed configuration string "Do not show Now Playing popup" to "Show 'Now Playing' Popup" [to remove negativity]
- Changed the associated configuration key to "SHOW_NOW_PLAYING" (was "NO_SHOW_NOW_PLAYING")
- Changed default setting of the configuation key "SHOW_NOW_PLAYING" to "YES"
- Changed width of the "Music Control Window" [floater], and centered it
- Added "Track x/x" to the "Music Control Window" via nowPlayingTrackNumber & nowPlayingTotalTracks (in AMP_KVC_Bindings.h/m)
- Fixed the bug associated with the music position slider in the above window
- Removed included "MiscWindowAnimations.m" [too slow, thanks Apple!]
- Changed the alpha of BezelBox to 0.90 (was 0.85)
- Added an AMP Icon to the "About" window
- Moved the segmented bar graphics for the volume up 1 pixel (in the vertical middle now)
- Started using changelog.txt (lol)
To-Do: I have a lot of things on my To-Do list.. But I want to keep them a bit of a surprise. I still have a few things up my sleeve
Note: I was contacted in e-mail by someone interested in doing a XM radio plugin. So, hopefully that will pan out
Note: I'M SURE THERE WILL BE BUGS! We've added a ton of stuff, a lot of code, and a lot of new logic, and replaced a lot of the old ****, etc. So if you notice bugs, PLEASE POST THEM ASAP!
- Aychamo