| Author |
Message |
Topic: jEdit - AHK Ready |
TomB
Replies: 11
Views: 4275
|
Forum: Utilities & Resources Posted: Thu Oct 29, 2009 3:03 pm Subject: jEdit - AHK Ready |
| Great - thanks, BoBo. |
Topic: jEdit - AHK Ready |
TomB
Replies: 11
Views: 4275
|
Forum: Utilities & Resources Posted: Tue Oct 27, 2009 7: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: 64
Views: 16635
|
Forum: Scripts & Functions Posted: Tue May 08, 2007 2: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: 64
Views: 16635
|
Forum: Scripts & Functions Posted: Tue May 01, 2007 1: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: 64
Views: 16635
|
Forum: Scripts & Functions Posted: Tue May 01, 2007 2: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: 64
Views: 16635
|
Forum: Scripts & Functions Posted: Mon Apr 30, 2007 4: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: 1895
|
Forum: Ask for Help Posted: Sat Apr 28, 2007 4: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: 64
Views: 20634
|
Forum: Wish List Posted: Fri Apr 27, 2007 8: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: 64
Views: 16635
|
Forum: Scripts & Functions Posted: Fri Apr 27, 2007 8: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: 1895
|
Forum: Ask for Help Posted: Fri Apr 27, 2007 2: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: 6269
|
Forum: Scripts & Functions Posted: Fri Apr 27, 2007 2: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: 1895
|
Forum: Ask for Help Posted: Thu Apr 26, 2007 11:11 pm 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: 1895
|
Forum: Ask for Help Posted: Thu Apr 26, 2007 7: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: 6269
|
Forum: Scripts & Functions Posted: Wed Apr 25, 2007 1: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: 955
|
Forum: Ask for Help Posted: Tue Jan 18, 2005 3: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 ... |
| |