FuryCell Posted January 19, 2010 Posted January 19, 2010 (edited) 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 January 22, 2010 by P5ych0Gigabyte HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
FuryCell Posted January 22, 2010 Author Posted January 22, 2010 (edited) 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 GUIDownload (source included) Edited January 22, 2010 by P5ych0Gigabyte HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
FakeVe Posted February 23, 2011 Posted February 23, 2011 @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).
FuryCell Posted February 23, 2011 Author Posted February 23, 2011 (edited) @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 February 23, 2011 by FuryCell HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
FakeVe Posted February 23, 2011 Posted February 23, 2011 What a quick response, thanks so far, i'm gone try that. I am trying to control RadioDJ, a radio automation program.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now