Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > MacCar > AMP


Reply
 
Share Thread Tools Display Modes
Old 08-28-2006, 10:39 AM   #496
Newbie
 
Join Date: Jun 2006
Posts: 5
endiz is an unknown quantity at this point
aychamo; I would love to support this project. I am willing to fork out the money on a 7" Xenarc 700TSV for this projects development purposes.

Please contact me:

*email edited out*

Last edited by endiz; 08-28-2006 at 01:44 PM.
endiz is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 08-28-2006, 11:00 PM   #497
AMP Creator
 
aychamo's Avatar
 
Join Date: Jun 2006
Posts: 454
aychamo is on a distinguished road
Hey guys

I was hoping to get some feedback on this.. This is what I came up with for the little graphical file-open thing. It works pretty much like the Finder..

You use Back/Fwd to navigate the directory tree, and you can also use the shortcut's on the left side to quickly jump to certain places. You can pick folders, files, whatever, so it works for all of the intputs. It actually works pretty well, and is reasonably quick.. And it's graphical and large so you can see it.. Just curious what you guys think????

__________________
-

Last edited by aychamo; 08-28-2006 at 11:04 PM. Reason: apic
aychamo is offline   Reply With Quote
Old 08-29-2006, 12:20 AM   #498
Variable Bitrate
 
Join Date: Feb 2006
Posts: 263
LightningMac is on a distinguished road
AWESOME! I didn't mean to make you go thru all that trouble just from one little suggestion, but Dayum! Well done!!!
LightningMac is offline   Reply With Quote
Old 08-29-2006, 07:16 AM   #499
Maximum Bitrate
 
pepsibobby's Avatar
 
Join Date: Dec 2005
Location: Langley AFB
Posts: 607
pepsibobby is on a distinguished road
lol. looks good.
__________________
Cant code cause I dont know how, but give me the paint bucket and my eraser and have at you!
pepsibobby is offline   Reply With Quote
Old 08-30-2006, 01:40 PM   #500
Newbie
 
Join Date: Jul 2006
Posts: 31
blaforce is an unknown quantity at this point
Excellent! I wish I knew Object C so I could help but I'm still in the vb.net world. My last hardware item arrives today so AMP and Routebuddy are my only holdup. No pressure The best is always worth waiting for. Thanks for your effort!
Brian
blaforce is offline   Reply With Quote
Old 09-04-2006, 04:24 PM   #501
Newbie
 
Join Date: Sep 2006
Posts: 1
saysomestuff is an unknown quantity at this point
Hey aychamo,

Firstly, thanks for developing such a great front end, nice and simple and functional - love it! I just wanted to know - does AMP support streaming audio and video from an iPod? I keep all my media on my 60Gb and just wanted to be able to plug it in and play through the front end?
saysomestuff is offline   Reply With Quote
Old 09-04-2006, 05:15 PM   #502
Variable Bitrate
 
Join Date: Feb 2006
Posts: 263
LightningMac is on a distinguished road
yeah, I thought about that too, as my intel mac only has a 60 gig drive and I have about 40 gig of content to watch and play (music videos, movies and mp3's) So if there was some way for plug and play, and mount it as a drive for AMP to read from directly, that would be awesome! Also it would make keeping both the car mac and home mac sync issues simple!
LightningMac is offline   Reply With Quote
Old 09-05-2006, 01:42 PM   #503
Low Bitrate
 
mrheat's Avatar
 
Join Date: Jun 2005
Location: Lower Bavaria/Germany
Posts: 58
mrheat is on a distinguished road
hi,

i finally found out a way to feed audio into the visuals..

get soundflower v1.2 (Universal) from http://www.cycling74.com

with this you can route Quicktime or System audio output as the input which is used on some Quartz Composer (.qtz) visuals used in AMP...
i swapped all the compositions currently used in AMP (the non audio-reacting ones) with my favourites...looks very nice, no noticable performance drop on P4 3.0 ghz (10.4.7 intel) and on G3 900 mhz (10.4.7 ppc).

i want to make a 800x600 version now..ok?
mrheat is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 09-05-2006, 03:27 PM   #504
AMP Creator
 
aychamo's Avatar
 
Join Date: Jun 2006
Posts: 454
aychamo is on a distinguished road
Do you have some good visuals? Send them man I can add them in.
__________________
-
aychamo is offline   Reply With Quote
Old 09-06-2006, 06:15 PM   #505
AMP Creator
 
aychamo's Avatar
 
Join Date: Jun 2006
Posts: 454
aychamo is on a distinguished road
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
__________________
-

Last edited by aychamo; 09-06-2006 at 06:33 PM.
aychamo is offline   Reply With Quote
Old 09-06-2006, 07:18 PM   #506
Maximum Bitrate
 
pepsibobby's Avatar
 
Join Date: Dec 2005
Location: Langley AFB
Posts: 607
pepsibobby is on a distinguished road
you got rid of the option to use the iTunes visualizations. VERY GOOD. and i like the option to change the color of the bar.
__________________
Cant code cause I dont know how, but give me the paint bucket and my eraser and have at you!
pepsibobby is offline   Reply With Quote
Old 09-06-2006, 08:36 PM   #507
Variable Bitrate
 
Join Date: Feb 2006
Posts: 263
LightningMac is on a distinguished road
Okay, playing with the new version. very stable very nice!

when I choose to import my music videos and pointed the file menu to the location, it found the videos, but, it calls the by the folder they are in ex backstreetboys/unknown album/ and the rest is unreadable because the file name is too long. Is there a way amp can read the tags and realize what is what? a movie from a music video?

Also a suggestion, add a feature into disk utilities that says "use drive as primary source" allowing you to choose what drive (including an ipod)Amp will play the files from. Is that possible?

Also on the visual using the rotating CD with art (my favorite) still a little clunky but only as it does the fliping action, otherwise it's very smooth and I love the glowing in the background!

thanks for the great application!!!
LightningMac is offline   Reply With Quote
Old 09-06-2006, 08:50 PM   #508
AMP Creator
 
aychamo's Avatar
 
Join Date: Jun 2006
Posts: 454
aychamo is on a distinguished road
Quote: Originally Posted by LightningMac
when I choose to import my music videos and pointed the file menu to the location, it found the videos, but, it calls the by the folder they are in ex backstreetboys/unknown album/ and the rest is unreadable because the file name is too long. Is there a way amp can read the tags and realize what is what? a movie from a music video?

You mean it shows the folder name in the name of the movie, so the name of the video itself is unreadable due to it being so long a name? Good point. I suppose I should remove it listing what folder its in. Or perhaps I should make the movies like the file-open thing, where you just browse through the actual directory structurue? What do you guys think?

Quote: Originally Posted by LightningMac
Also a suggestion, add a feature into disk utilities that says "use drive as primary source" allowing you to choose what drive (including an ipod)Amp will play the files from. Is that possible?

Well, I definitly want to add "Play from iPod" capability. The problem is Apple doesn't give us an easy way to parse what is in the iPod. There isn't a nice "iTunes Music Library.xml" on the iPod (I wish there was!). There's a proprietary file in there, I think someone (gnat?) sent me source a while back to read it, so I'll check that out. I'd love to add "Play from iPod!" Like you would just plugin your iPod, and AMP would bring up a screen for it to browse around and play from it.

Quote: Originally Posted by LightningMac
Also on the visual using the rotating CD with art (my favorite) still a little clunky but only as it does the fliping action, otherwise it's very smooth and I love the glowing in the background!

Hmmm. It does that on my computer too. I thought it was just my comp cause I have so much **** open at once. I'll see what I can do in the quartz file and try to reduce the power it's taking. I'm still a pretty big idiot when it comes to quartz composer.

Quote: Originally Posted by LightningMac
thanks for the great application!!!

Thank you man!

BTW - if AMP *ever* crashes, please please tell me and tell me what happened that made it crash. I've only had it crash on me a few times, and it turned out it was due to a corrupted movie I was trying to play.

- Aychamo
__________________
-
aychamo is offline   Reply With Quote
Old 09-06-2006, 09:09 PM   #509
Variable Bitrate
 
Join Date: Feb 2006
Posts: 263
LightningMac is on a distinguished road
I'd just prefer it to list the movie or video name. Going thru folder by folder and picking out every one of over 200 music videos would be a pain!

I really wish AMP had a seperate Music Video selection that you could just look up music videos in it and also import it there. Or a way AMP could just tell itself hey this is a music video, without using the genre thing.

thanks again!
LightningMac is offline   Reply With Quote
Old 09-06-2006, 09:39 PM   #510
Maximum Bitrate
 
pepsibobby's Avatar
 
Join Date: Dec 2005
Location: Langley AFB
Posts: 607
pepsibobby is on a distinguished road
i love the plugins, I can add my touchkit program so that when my screen is acting up, I dont have to go and find it. VERY GOOD AND HELPFULL. way to go, i love it all. and that screen saver does the same for me as well.
__________________
Cant code cause I dont know how, but give me the paint bucket and my eraser and have at you!
pepsibobby is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
PC Motherboard to 1 amp or 2? hanzacra General Hardware Discussion 5 11-27-2007 03:41 AM
Amp running hot...?? Emerica2843 General Hardware Discussion 5 02-08-2006 06:40 PM
Amp running hot...?? Emerica2843 Car Audio 6 01-29-2006 08:29 PM
vw mk4 monson amp and another amp colorless Car Audio 33 10-03-2005 01:32 PM



All times are GMT -5. The time now is 02:41 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics