Author |
Message |
Topic: Unfinished Winamp Controller Script |
Jitteron
Replies: 1
Views: 5669
|
Forum: zMUD General Discussion Posted: Fri Apr 01, 2005 11:01 am Subject: Unfinished Winamp Controller Script |
Button 15 is a 2% volume up and button 16 is a 2% volume down.
The Volume Guage does not work as I have no way of getting a return function. |
Topic: zMUDamp (Expanded Winamp control from zMUD) |
Jitteron
Replies: 50
Views: 114875
|
Forum: Finished MUD Scripts Posted: Fri Apr 01, 2005 10:58 am Subject: zMUDamp (Expanded Winamp control from zMUD) |
Yeah okay fair call.. well handled.
This is what I did a while ago, I recently posted it up here. Im not sure if it can be transferred directly to zmud as ive not posted any code ive created before ... |
Topic: zMUDamp (Expanded Winamp control from zMUD) |
Jitteron
Replies: 50
Views: 114875
|
Forum: Finished MUD Scripts Posted: Tue Mar 29, 2005 3:40 pm Subject: zMUDamp (Expanded Winamp control from zMUD) |
Yes some of that indeed... :o) |
Topic: zMUDamp (Expanded Winamp control from zMUD) |
Jitteron
Replies: 50
Views: 114875
|
Forum: Finished MUD Scripts Posted: Mon Mar 28, 2005 5:18 am Subject: Hrmm |
hrmm thats all well and good, but how about making it actually do something?
Im talking shuffle buttons, repeat, volume as well as displaying a song name, artist, bitrate, length and position...
wel ... |
Topic: Unfinished Winamp Controller Script |
Jitteron
Replies: 1
Views: 5669
|
Forum: zMUD General Discussion Posted: Sat Mar 12, 2005 4:25 am Subject: Unfinished Winamp Controller Script |
I am currently in the process of making winamp script and I need a little bit of help.
I know the code is long winded and I am sure there are simplier ways to what Ive achieved, but hey it works an ... |
Topic: Controlling Winamp from zMUD anyone? |
Jitteron
Replies: 43
Views: 137969
|
Forum: Finished MUD Scripts Posted: Sat Mar 12, 2005 3:29 am Subject: Controlling Winamp from zMUD anyone? |
Fine I will start my own topic under Unfinished winamp controller, because the script is HARDLY finished. I don't exactly call a play/pause, back, stop, forward a finished script. |
Topic: Controlling Winamp from zMUD anyone? |
Jitteron
Replies: 43
Views: 137969
|
Forum: Finished MUD Scripts Posted: Fri Mar 11, 2005 5:47 pm Subject: Controlling Winamp from zMUD anyone? |
a quick question for myself, how do I get the return values of ToggleShufflePlay and A return value for Volume?
there is nothing in the methods that I can get to work for these, but there must be a w ... |
Topic: Controlling Winamp from zMUD anyone? |
Jitteron
Replies: 43
Views: 137969
|
Forum: Finished MUD Scripts Posted: Fri Mar 11, 2005 1:14 pm Subject: Controlling Winamp from zMUD anyone? |
oh plus the com to be running and all that of course, but you would have read the rest of the forum of course :) |
Topic: Controlling Winamp from zMUD anyone? |
Jitteron
Replies: 43
Views: 137969
|
Forum: Finished MUD Scripts Posted: Fri Mar 11, 2005 1:13 pm Subject: Controlling Winamp from zMUD anyone? |
#call @Winamp.SetVolume(i)
thats all you need
where i = 0 - 255
or
#call @Winamp.Sendcommand(40058)
#call @winamp.Sendcommand(40059)
making volume go up and down respectively |
|