Logo
Explore Help
Sign In
david/VoiceMeeter-interface
1
0
Fork 0
You've already forked VoiceMeeter-interface
Code Issues Pull Requests Releases Wiki Activity
VoiceMeeter-interface/flag.ahk

11 lines
196 B
AutoHotkey
Raw Normal View History

Massively improve functionality flag now runs off a RasPi with its own API. Response time is faster than the windows desktop app
2022-03-14 10:31:19 -05:00
If !(A_Args[1])
add flag code, readme and VB update tomorrow
2021-01-19 15:39:04 -06:00
{
Massively improve functionality flag now runs off a RasPi with its own API. Response time is faster than the windows desktop app
2022-03-14 10:31:19 -05:00
Exit
add flag code, readme and VB update tomorrow
2021-01-19 15:39:04 -06:00
}
minor update
2022-06-21 12:05:51 -05:00
ComObjError(0)
Massively improve functionality flag now runs off a RasPi with its own API. Response time is faster than the windows desktop app
2022-03-14 10:31:19 -05:00
msg := "http://RasPi.daily:8888/lights/" . A_Args[1]
req := ComObjCreate("WinHttp.WinHttpRequest.5.1")
minor update
2022-06-21 12:05:51 -05:00
req.Open("GET", msg, True)
Massively improve functionality flag now runs off a RasPi with its own API. Response time is faster than the windows desktop app
2022-03-14 10:31:19 -05:00
req.Send()
minor update
2022-06-21 12:05:51 -05:00
Sleep, 75
Massively improve functionality flag now runs off a RasPi with its own API. Response time is faster than the windows desktop app
2022-03-14 10:31:19 -05:00
Exit
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 55ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API