| Author |
Message |
Topic: jEdit - AHK Ready |
TomB
Replies: 11
Views: 3057
|
Forum: Utilities & Resources Posted: Thu Oct 29, 2009 4:03 pm Subject: jEdit - AHK Ready |
| Great - thanks, BoBo. |
Topic: jEdit - AHK Ready |
TomB
Replies: 11
Views: 3057
|
Forum: Utilities & Resources Posted: Tue Oct 27, 2009 8:18 pm Subject: jEdit - AHK Ready |
| Are these macro files still available somewhere? The link above is dead. |
Topic: MIDI Output from AHK |
TomB
Replies: 52
Views: 10887
|
Forum: Scripts & Functions Posted: Tue May 08, 2007 3:21 am Subject: MIDI Output from AHK |
Laszlo wrote:
After a couple of days debugging I ended up rewriting the whole code. Now it works with the default midi device: ID 0: Microsoft GS Wavetable SW Synth. Most of the changes were bug fixe ... |
Topic: MIDI Output from AHK |
TomB
Replies: 52
Views: 10887
|
Forum: Scripts & Functions Posted: Tue May 01, 2007 2:40 pm Subject: MIDI Output from AHK |
Thanks Sean - I wondered if the callback to a window would work, but didn't look into it much since callback isn't required for midi out.
You are right about midi mapper. I forgot all about that s ... |
Topic: MIDI Output from AHK |
TomB
Replies: 52
Views: 10887
|
Forum: Scripts & Functions Posted: Tue May 01, 2007 3:26 am Subject: MIDI Output from AHK |
Laszlo,
Is there a way to take control forcibly over the midi driver? Or, to find out what uses it? Every music player I have plays back my midi files, even if there are more than one of them ope ... |
Topic: MIDI Output from AHK |
TomB
Replies: 52
Views: 10887
|
Forum: Scripts & Functions Posted: Mon Apr 30, 2007 5:10 am Subject: MIDI Output from AHK |
Laszlo,
I tried with the only MIDI playback device I have: "Microsoft GS Wavetable SW Synth", but the script gives an error message (There was an error opening the midi port…). Do I need ... |
Topic: Can't call RtlCopyMemory? |
TomB
Replies: 9
Views: 1109
|
Forum: Ask for Help Posted: Sat Apr 28, 2007 5:20 am Subject: Can't call RtlCopyMemory? |
MSVCRT\memcpy did work - thanks for the tip.
For anyone who wants to try this - note that the dll is MSVCRT, not MSCVRT.
TomB |
Topic: MIDI IN support in AutoHotkey |
TomB
Replies: 62
Views: 15492
|
Forum: Wish List Posted: Fri Apr 27, 2007 9:26 pm Subject: MIDI IN support in AutoHotkey |
For those interested - I have Midi output working from AHK, but not Midi input. See this thread:
http://www.autohotkey.com/forum/viewtopic.php?p=118404#118404
TomB |
Topic: MIDI Output from AHK |
TomB
Replies: 52
Views: 10887
|
Forum: Scripts & Functions Posted: Fri Apr 27, 2007 9:25 pm Subject: MIDI Output from AHK |
| I know there has been some interest in the past in AHK supporting MIDI I/O. I have a real need that cropped up for MIDI output from AHK, which has turned into my little project from hell for the week ... |
Topic: Can't call RtlCopyMemory? |
TomB
Replies: 9
Views: 1109
|
Forum: Ask for Help Posted: Fri Apr 27, 2007 3:21 am Subject: Can't call RtlCopyMemory? |
Interesting - thanks Sean.
How did you know that or figure it out? I don't see anything on MSDN that would clue someone in to that.
Tom |
Topic: Hexadecimal to Decimal Conversion Tool |
TomB
Replies: 9
Views: 5394
|
Forum: Scripts & Functions Posted: Fri Apr 27, 2007 3:11 am Subject: Hexadecimal to Decimal Conversion Tool |
Wow - very cool. Can you optimize all of my code for me?
I am a novice programmer, so I haven't gotten too terribly advanced with AHK - but seeing your optimization opened my eyes to at least ... |
Topic: Can't call RtlCopyMemory? |
TomB
Replies: 9
Views: 1109
|
Forum: Ask for Help Posted: Fri Apr 27, 2007 12:11 am Subject: Can't call RtlCopyMemory? |
Thanks for the reply, PhiLho:
Shouldn't you indicate the DLL?
Isn't the faulty one a simple C macro?
I am fairly sure that the DLL is the same for both functions - I am not sure which dll ... |
Topic: Can't call RtlCopyMemory? |
TomB
Replies: 9
Views: 1109
|
Forum: Ask for Help Posted: Thu Apr 26, 2007 8:42 pm Subject: Can't call RtlCopyMemory? |
Anyone have an idea why this works:
VarSetCapacity(MidiBuf, 12)
DllCall("RtlMoveMemory", "Str", MidiBuf, "UInt", &MIDIEVENT, "UInt", 1 ... |
Topic: Hexadecimal to Decimal Conversion Tool |
TomB
Replies: 9
Views: 5394
|
Forum: Scripts & Functions Posted: Wed Apr 25, 2007 2:27 pm Subject: Hexadecimal to Decimal Conversion Tool |
I realize this is a long time since the last message in this thread, but I decided to update this script slightly. The two main differences are:
1- There is now no message box asking you which way ... |
Topic: Is it possible to use Registered Messages with PostMessage? |
TomB
Replies: 6
Views: 752
|
Forum: Ask for Help Posted: Tue Jan 18, 2005 4:25 pm Subject: Is it possible to use Registered Messages with PostMessage? |
| Thanks again for the help guys. This particular control is quite elusive - the ClassNN changes every time the program runs, and it has no text - just a graphic. The name is always 'ButtonX', where X ... |
| |