Jump to content

JoyTunes


FuryCell
 Share

Recommended Posts

Posted Image

JoyTunes is a tiny script to control iTunes using a gamepad. I use it to control playback using my wireless gamepad. It features a tray menu and a GUI to select the buttons. Special thanks to Ejoc for his Joy UDFs.

Edit:Download link removed. Get the new version below.

Edited by P5ych0Gigabyte
HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Link to comment
Share on other sites

Updated to V0.5B with some new features.

-Revamped GUI to support new options

-New option to prevent action from repeating when a button is held down

-New option to select the joystick to use (0-5)

-Added code to support new options

-Added about button to GUI

-Added link to michtatools in GUI

Posted Image

Posted Image

Download (source included)

Edited by P5ych0Gigabyte
HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Link to comment
Share on other sites

  • 1 year later...

@FuryCell, thanks for your script, i used your script to control a different program.

But i got one problem. If one button is already pressed (say: A) and an other button B is pressed, is it posible to read only the value of button B? Now i got the value of A+B and nothing happens. (multiple button press).

Link to comment
Share on other sites

@FuryCell, thanks for your script, i used your script to control a different program.

But i got one problem. If one button is already pressed (say: A) and an other button B is pressed, is it posible to read only the value of button B? Now i got the value of A+B and nothing happens. (multiple button press).

I haven't looked at the code in a while but IIRC you can apply something like this.

; Check if a new notepad window is minimized
$state = WinGetState("[CLASS:Notepad]", "")

; Is the "minimized" value set?
If BitAnd($state, 16) Then
    MsgBox(0, "Example", "Window is minimized")
EndIf

What program are you using it to control out of curiosity?

Edit:Thought I would make it clear that BitAnd() is what you want to look into.

Edited by FuryCell
HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...