I want to make a program that can do two things really:
1) Detect the beat of a song
2) Output through a port, preferably the paralell port.
1) I was thinking the easiest way to do this, would be to use windows media players bars visualization, but then i need to get python to grab information from a certain area of the screen, detect changes visually.
2) I believe most programs can output through the parallel port.
Can python do this? if so, can anyone point me to some resources that can help me make a program to detect screen changes that are visual? I'll make that part first, then worry about the second part.
Thanks everyone,
-Matt
P.S. - this also goes with my isu post, I'm going to use this as my programming isu.