Frodo, you are a beautiful man. Tell the other developers to hurry their god damn *** lol.. I want to see this baby in action..Quote:
Originally Posted by frodobaggins
Printable View
Frodo, you are a beautiful man. Tell the other developers to hurry their god damn *** lol.. I want to see this baby in action..Quote:
Originally Posted by frodobaggins
Well here... you can *SEE* it at least :)Quote:
Originally Posted by KingsDude
http://www.mp3car.com/vbulletin/meedio/56926-frodoxmmeedio.html
Can you post the interface to the component(s), listing all the properties/events/functions with their parameters? Picking through example code is a chore.
edit I don't mean to sound like an ***, I just get nasty with perceived "competition" even tho the more software out there, the better. :) My apologies for being smarmy. Also, I'm sure we all appreciate that you're releasing it for free. :)
Code:
DLL Interface. OCX interface is the same,
except for usercontrol needs to call: StartControl
Types are VB6 Data Types.
Events List:
ChannelData
Number As Long
Station As String
Artist As String
Title As String
Genre As String
CurrentChannelData
Number As Long
Station As String
Artist As String
Title As String
Genre As String
ErrorCondition
Error_Number As Long
Error_Description As String
Error_ExtraData As String
SignalStrength
Rock As Single
Roll As Single
Ground As Single
MuteStatus
Muted As Boolean
ArtistChanged
Number As Long
Artist As String
ChannelChange
Number As Long
GenreChanged
Number As Long
Genre As String
StationChanged
Number As Long
Station As String
TitleChanged
Number As Long
Title As String
CurrentTime
Position As Long
Duration As Long
LastChannel
Number As Long
Properties:
Channel As Long
Mute As Boolean
Power As Boolean (Usually not needed)
Methods:
KillService (Usually not needed)
RestartService (Usually not needed)
Thx man, I'll check it out.Quote:
Originally Posted by frodobaggins
I didn't see that part :(Quote:
Originally Posted by kembond
Maybe we can figure something out.
Been working on it for a few hours, and got a few things working :)
Just some skinning stuff (sticking things in the right places) and general tartyness really to finish up
http://www.aimee.cc/confused/050809_xm_test_1.jpg
Garry
Well we now have XM support in AIMEE, here's the latest screenshot :) (The audio controls on the bottom are standard AIMEE stuff - i'll likely convert those to 4 presets for you to store favourite channels :))
I'll be splitting it out into a seperate stand-alone application within the next few hours for you all - probably first thing in the morning once I've had some sleep! ;)
Garry
http://www.aimee.cc/confused/050809_xm_test_2.jpg
I was just going to reply about this. I can set the channel no prob, but obviously thats all I can get to.Quote:
Originally Posted by frodobaggins
Don't know how much work it is to make up some methods to access some of the other info, i can set some intervals in flash to keep my side updated.
Let me know what it would intail if you can frodo, time wise.
Well, can you do any vb ? Should be pretty simple to do to make somethingQuote:
Originally Posted by kembond
you can poll. If not, some of my upcoming widgets should use the poll
method, so you can use the code I make for them,