
Search found 44 matches
- 13 Feb 2021, 18:36
- Forum: Ask For Help
- Topic: LibLTC.dll
- Replies: 6
- Views: 959
Re: LibLTC.dll
unsuccessfully 

- 06 Feb 2021, 20:40
- Forum: Ask For Help
- Topic: LibLTC.dll
- Replies: 6
- Views: 959
Re: LibLTC.dll
Tankx for help malcev.malcev wrote: ↑06 Feb 2021, 20:33You have to read c++ code example and convert it to ahk.
For example this:
https://github.com/ArtScienceLab/ARDUINO_LTC_DECODER/blob/master/LTCDecoder/src/main.cpp
I try this.
Sorry my bad english.
- 06 Feb 2021, 20:16
- Forum: Ask For Help
- Topic: LibLTC.dll
- Replies: 6
- Views: 959
Re: LibLTC.dll
No reply about this. 

- 31 Jan 2021, 18:37
- Forum: Ask For Help
- Topic: LibLTC.dll
- Replies: 6
- Views: 959
Re: LibLTC.dll
I found This. https://x42.github.io/libltc/ltc_8h.html ltc.h File Reference libltc - en+decode linear timecode More... #include <endian.h> #include <stddef.h> Go to the source code of this file. Data Structures struct LTCFrame struct LTCFrameExt struct SMPTETimecode Macros #define LTC_FRAME_BIT_COUN...
- 31 Jan 2021, 18:22
- Forum: Scripts and Functions
- Topic: AHKSock Implementation (TCP for AHK)
- Replies: 4
- Views: 2588
Re: AHKSock Implementation (TCP for AHK)
@DanielToward13
You tested in internet?
You tested in internet?
- 31 Jan 2021, 18:14
- Forum: Ask For Help
- Topic: LibLTC.dll
- Replies: 6
- Views: 959
Re: LibLTC.dll
I need a script to read a ltc timecode inputed by a audio interface. This dll is for that, but i dont make this work. DllCall("LoadLibrary","str",A_ScriptDir "\libltcWin64.dll") DllCall(A_ScriptDir "\libltcWin64.dll\ltc_decoder_create", int) TC := DllCall(A_ScriptDir "\libltcWin64.dll\ltc_decoder_re...
- 31 Jan 2021, 17:50
- Forum: Ask For Help
- Topic: LibLTC.dll
- Replies: 6
- Views: 959
LibLTC.dll
How to use this dll with autohotkey?
https://www.monkeybreadsoftware.de/xojo/download/plugin/Libs/LibLTC.zip
I dont find any document about calls and functions.
Tanks.
https://www.monkeybreadsoftware.de/xojo/download/plugin/Libs/LibLTC.zip
I dont find any document about calls and functions.
Tanks.
- 26 Aug 2018, 18:50
- Forum: Ask For Help
- Topic: Change only font Width or Height
- Replies: 0
- Views: 402
Change only font Width or Height
Have a way to change only the height or width of the font?
Not the size.
Stretch the text in height for example.
Not the size.
Stretch the text in height for example.
- 02 Jun 2018, 10:32
- Forum: Bug Reports
- Topic: WinMove [AutoHotkey_1.1.29.00] Topic is solved
- Replies: 14
- Views: 5571
Re: WinMove [AutoHotkey_1.1.29.00] Topic is solved
lexikos Thankx for new version.
AHK is the most important tool for me.
AHK is the most important tool for me.
- 01 Jun 2018, 11:45
- Forum: Bug Reports
- Topic: WinMove [AutoHotkey_1.1.29.00] Topic is solved
- Replies: 14
- Views: 5571
Re: WinMove [AutoHotkey_1.1.29.00] Topic is solved
"Seven Days"
Samara from The Ring kill today. :LOL:
Samara from The Ring kill today. :LOL:
- 25 May 2018, 19:01
- Forum: Bug Reports
- Topic: WinMove [AutoHotkey_1.1.29.00] Topic is solved
- Replies: 14
- Views: 5571
v1.1.29.00 script close after winmove Topic is solved
If i use winmove to resize windows:
the script freeze and crash after a short time.
Code: Select all
WinMove, EPOCA RADIO,,,,, 124
- 23 Sep 2017, 09:55
- Forum: Scripts and Functions
- Topic: AHKSock Implementation (TCP for AHK)
- Replies: 4
- Views: 2588
Re: AHKSock Implementation (TCP for AHK)
Does it work over the internet? is there a way to create a P2P connection without changing the firewall and routing settings? I never tested over internet, but maybe you need to create a desmilitarized zone in your router to expose your computer to internet, same way dvrs security cameras. First te...
- 20 Jan 2017, 21:31
- Forum: Ask For Help
- Topic: F10 pause any ahk script! How disable it? Solution here. Topic is solved
- Replies: 4
- Views: 1448
Re: F10 pause any ahk script! How disable it? Solution here. Topic is solved
This is the best sollution!!!
In autoexecutable part of script:
In the end of script:
In autoexecutable part of script:
Code: Select all
OnMessage(0x211, "WM_ENTERMENULOOP")
Code: Select all
WM_ENTERMENULOOP(){
Return 100
}
- 10 Jan 2017, 19:22
- Forum: Scripts and Functions
- Topic: Different Music Player with Bass.dll
- Replies: 12
- Views: 3399
Remote control for Music Player with Bass.dll
The script creates a defaut PinCode (0000) in ini file (Remote section). Change in Server and Client to same PIN if you need. In first run, the script create a ini file with a IP. The IP is the same of computer script. Change this to connect in EPOCA RADIO in another computer. Its not autodetect the...
- 08 Jan 2017, 23:10
- Forum: Ask For Help
- Topic: F10 pause any ahk script! How disable it? Solution here. Topic is solved
- Replies: 4
- Views: 1448
Re: F10 global Autohotkey pause! How disable? Topic is solved
EDIT: guest3456, tanks. There are more shortcuts on windows that freeze script execution: F10 Shift+F10 Control+F10 WinKey+F10 Alt My solution: GroupScriptWindows: GroupAdd, GroupScriptWindows, Teste ; Add all guis of script to same group ; Use in autorun part of script return #IfWinActive, ahk_grou...
- 08 Jan 2017, 15:33
- Forum: Ask For Help
- Topic: F10 pause any ahk script! How disable it? Solution here. Topic is solved
- Replies: 4
- Views: 1448
F10 pause any ahk script! How disable it? Solution here. Topic is solved
Why does the script pause when I press F10? How to disable this?
When the gui of any script is active, it pauses when F10 is pressed.
I'm two hours researching on google about it ...
When the gui of any script is active, it pauses when F10 is pressed.
I'm two hours researching on google about it ...

- 04 Jan 2017, 04:15
- Forum: Scripts and Functions
- Topic: Simple AutoText Sender with edit and save.
- Replies: 3
- Views: 1678
Re: Simple AutoText Sender with edit and save.
Dont manual edit the ini file outside the script. If you delete the PASS in ini file, you lost the saved texts. Only make changes in edit window of script (Right mouse button in tray icon, "Programar" option.
I found in google a simple crypt code, but its not strong for security.
I found in google a simple crypt code, but its not strong for security.
- 31 Dec 2016, 15:31
- Forum: Scripts and Functions
- Topic: AHKSock Implementation (TCP for AHK)
- Replies: 4
- Views: 2588
Re: AHKSock Implementation (TCP for AHK)
I change the TCP Receive function. This is the version i use in my scripts. Atention in this line (server and Client): if A_Index= 4 ;IF NUMBER OF VARS + 1 (`n POSITION) You have to put a number of vars transmited for other part plus one! In the example, 3 vars + 1 is 4 if A_Index= 1 TEXT4= %A_LoopF...
- 29 Dec 2016, 12:21
- Forum: Scripts and Functions
- Topic: Different Music Player with Bass.dll
- Replies: 12
- Views: 3399
Re: Different Music Player with Bass.dll
A small change in the way the right click is detected ...
Code: Select all
;Use first post code
;The board dont have a way to delete posts...
- 24 Dec 2016, 03:23
- Forum: Ask For Help
- Topic: Repeat action while holding down gui button Topic is solved
- Replies: 3
- Views: 1483
Re: Repeat action while holding down gui button Topic is solved
I found a temporary solution Gui, +AlwaysOnTop Valor= 1 Interval= 300 Gui, Add, Text, vrtext w200 Center, %Valor% Gui, Add, Button, w200, LButton Gui, Show,, Test return #IfWinActive Test ahk_class AutoHotkeyGUI ~LButton:: MouseGetPos,,,,ctrl while (ctrl="Button1" && GetKeyState("LButton","p")){ Val...