Jump to content

Mic Live Window


Recommended Posts

Hi,

The application I use to record audio and do some basic DJing doesn't have a mic live light built into it...

So I was looking to do it in AutoIt.

I was just wondering if the following was possible - I'm a bit of an AutoIt noob and wouldn't know where to start!

A resizeable window that will:

1) Go red whenever F11 is held down, returning to white when the key is released.

2) Toggle between red and white whenever the combo of Shift + F11 is hit.

But AutoIt would need to be able to register the keys when not in focus. Is this possible?

Thanks!

Edited by lareneg
Link to comment
Share on other sites

Hi,

The application I use to record audio and do some basic DJing doesn't have a mic live light built into it...

So I was looking to do it in AutoIt.

I was just wondering if the following was possible - I'm a bit of an AutoIt noob and wouldn't know where to start!

A resizeable window that will:

1) Go red whenever F11 is held down, returning to white when the key is released.

2) Toggle between red and white whenever the combo of Shift + F11 is hit.

But AutoIt would need to be able to register the keys when not in focus. Is this possible?

Thanks!

GuiCreate() with $WS_SIZEBOX, GuiSetBkColor(), and use _IsPressed() in a loop to detect the hot key status.

muttley

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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...