AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 36 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Any way to hook microphone input?
Kal_Torak

Replies: 4
Views: 82

PostForum: Ask for Help   Posted: Wed Nov 19, 2008 5:02 pm   Subject: Any way to hook microphone input?
I'm looking for a way to hook the Microphone input via software, kind of like you can hook the keyboard or mouse.
What I want is to be able to playback my own audio clips though the input system, ...
  Topic: Hotstring wildcards, or multiple Inputs per script?
Kal_Torak

Replies: 4
Views: 204

PostForum: Ask for Help   Posted: Sat Nov 10, 2007 9:42 pm   Subject: Hotstring wildcards, or multiple Inputs per script?
Yeah, I looked at that. But that method blocks the keypresses, doesn't let them through.
I just need to know when the user types anything so I can reset a var.
Input is ideal for that, but I'm alr ...
  Topic: Hotstring wildcards, or multiple Inputs per script?
Kal_Torak

Replies: 4
Views: 204

PostForum: Ask for Help   Posted: Sat Nov 10, 2007 8:56 pm   Subject: Hotstring wildcards, or multiple Inputs per script?
I'm using Input in a loop, so it will always be in use, and from my understanding, I can't have more than one per script.

I need to detect any alphanumeric keypresses at the same time (I can't wai ...
  Topic: FileRead returns only "ÿþ[".
Kal_Torak

Replies: 2
Views: 260

PostForum: Ask for Help   Posted: Sun May 27, 2007 3:15 pm   Subject: FileRead returns only "ÿþ[".
Thanks Smile
  Topic: FileRead returns only "ÿþ[".
Kal_Torak

Replies: 2
Views: 260

PostForum: Ask for Help   Posted: Sun May 27, 2007 2:34 pm   Subject: FileRead returns only "ÿþ[".
I'm trying to read an MSN Plus event log file which has content in this format:

[5/26/2007 | 6:16:32 PM] Current User (kaltorak2@hotmail.com) - Status changed: Idle
[5/26/2007 | 6:20:39 PM] Dave ( ...
  Topic: USA/Europe telephone "mask" in a text file
Kal_Torak

Replies: 5
Views: 314

PostForum: Ask for Help   Posted: Mon Mar 26, 2007 12:43 am   Subject: USA/Europe telephone "mask" in a text file
I'd suggest Loop + a regex.
  Topic: Do I really need AHK? - aspireing C# programmer
Kal_Torak

Replies: 4
Views: 280

PostForum: Ask for Help   Posted: Mon Mar 26, 2007 12:39 am   Subject: Do I really need AHK? - aspireing C# programmer
It is, as jonny pointed out, a case of the right tool for the job.
I would never use C# for most of the tasks I use AHK for.
It is simply too bulky, inefficient, too big a resource profile for merel ...
  Topic: Loop, Parse borks comparison
Kal_Torak

Replies: 2
Views: 159

PostForum: Ask for Help   Posted: Sun Mar 25, 2007 11:49 pm   Subject: Loop, Parse borks comparison
I just tried doing this,

kek:=time+1
msgbox,%kek%

And kek outputs an empty string.

Something screwy is getting in the Time variable, even though nothing changed in how I aquire it.
  Topic: Loop, Parse borks comparison
Kal_Torak

Replies: 2
Views: 159

PostForum: Ask for Help   Posted: Sun Mar 25, 2007 11:44 pm   Subject: Loop, Parse borks comparison
When I changed file loops to the faster one that Dippy pointed out, it seriously borked something inside the loop.
I'm comparing the Time variable against 60000.


i = 0
needle=|
FileRead, MFi ...
  Topic: Detecting any process starting up?
Kal_Torak

Replies: 4
Views: 241

PostForum: Ask for Help   Posted: Fri Mar 23, 2007 3:58 am   Subject: Detecting any process starting up?
So, no there isn't.
  Topic: Detecting any process starting up?
Kal_Torak

Replies: 4
Views: 241

PostForum: Ask for Help   Posted: Thu Mar 22, 2007 10:30 pm   Subject: Detecting any process starting up?
Is there a way to monitor the system and get notified when any process starts?

I didn't see anything that looked like it would deal with that in the Autohotkey docs.
  Topic: File read performance
Kal_Torak

Replies: 4
Views: 326

PostForum: Ask for Help   Posted: Tue Mar 20, 2007 1:12 pm   Subject: File read performance
Sweet, now it takes about 200ms!
Thanks guys. Smile

WPM: 59.070. 27866.800 words in 471.760 minutes. Avg per session:4.484
Very Happy Very Happy
  Topic: File read performance
Kal_Torak

Replies: 4
Views: 326

PostForum: Ask for Help   Posted: Tue Mar 20, 2007 4:02 am   Subject: File read performance
I'm running this code, and I'm wondering if there is any way to speed it up.
The file has over 6000 lines and will continue to grow, and it's now taking over 6 seconds to process the file.

Any p ...
  Topic: Converting RRRGGGBBB to hex color
Kal_Torak

Replies: 7
Views: 415

PostForum: Ask for Help   Posted: Mon Mar 19, 2007 2:45 am   Subject: Converting RRRGGGBBB to hex color
Yeah, Titan, I found an example Chris gave for bitshifting. That's what I used
  Topic: Converting RRRGGGBBB to hex color
Kal_Torak

Replies: 7
Views: 415

PostForum: Ask for Help   Posted: Mon Mar 19, 2007 1:37 am   Subject: Converting RRRGGGBBB to hex color
nevermind, I got it.
Can delete the whole thread now Smile
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group