Search found 20 matches

by Ved
11 May 2021, 16:22
Forum: Scripts and Functions (v1)
Topic: OSC integration DLL
Replies: 57
Views: 12244

Re: OSC integration DLL

@nyquist
ok, thanks for your work nyquist, we will take advantage of it with gratitude, greetings
by Ved
07 May 2021, 13:27
Forum: Scripts and Functions (v1)
Topic: OSC integration DLL
Replies: 57
Views: 12244

Re: OSC integration DLL

posibility of get addres name listened?

Image

[Mod edit: Image link fixed.]
by Ved
07 May 2021, 08:10
Forum: Scripts and Functions (v1)
Topic: OSC integration DLL
Replies: 57
Views: 12244

Re: OSC integration DLL

@nyquist
work fine the last examples.

Dll incorpore functions for GetStringAddress,or GetStringName?
by Ved
06 May 2021, 16:49
Forum: Scripts and Functions (v1)
Topic: OSC integration DLL
Replies: 57
Views: 12244

Re: OSC integration DLL

okey,,test and report
by Ved
05 May 2021, 15:59
Forum: Scripts and Functions (v1)
Topic: OSC integration DLL
Replies: 57
Views: 12244

Re: OSC integration DLL

nyquist yes,the problems of wilcards still? monitoring all osc mensages its the goal,,, DllCall("OSC2AHK.dll\addListener", AStr, "/*", UInt, 0x1001, UInt, oscTypeall) DllCall("OSC2AHK.dll\addListener", AStr, "*", UInt, 0x1001, UInt, oscTypeall) DllCall("OSC2AHK.dll\addListener", AStr, "/?", UInt, 0...
by Ved
29 Apr 2021, 18:20
Forum: Scripts and Functions (v1)
Topic: OSC integration DLL
Replies: 57
Views: 12244

Re: OSC integration DLL

@foxdanger
XD congratulations
by Ved
28 Apr 2021, 13:42
Forum: Scripts and Functions (v1)
Topic: OSC integration DLL
Replies: 57
Views: 12244

Re: OSC integration DLL

osc function ok alll one question, possibility of receive all messages? or comodin messages? in one function/onmessage(DllCall/addListener) examples: normal monitor simplemessage;;;; DllCall("C:\Users\vv\Desktop\osc2ahk\OSC2AHK.dll\addListener",AStr,"/lastmarker/name",UInt,0x1036,UInt,oscTypeAll) m...
by Ved
28 Apr 2021, 05:39
Forum: Scripts and Functions (v1)
Topic: OSC integration DLL
Replies: 57
Views: 12244

Re: OSC integration DLL

osc function ok alll one question, possibility of receive all messages? or comodin messages? in one function/onmessage(DllCall/addListener) examples: normal monitor simplemessage;;;; DllCall("C:\Users\vv\Desktop\osc2ahk\OSC2AHK.dll\addListener",AStr,"/lastmarker/name",UInt,0x1036,UInt,oscTypeAll) m...
by Ved
25 Apr 2021, 02:18
Forum: Scripts and Functions (v1)
Topic: OSC integration DLL
Replies: 57
Views: 12244

Re: OSC integration DLL

okey read the electon source info,,,

the wilcards "?" and "*" not work

the option [string] chrash ahk script
by Ved
25 Apr 2021, 01:21
Forum: Scripts and Functions (v1)
Topic: OSC integration DLL
Replies: 57
Views: 12244

Re: OSC integration DLL

osc function ok alll one question, possibility of receive all messages? or comodin messages? in one function/onmessage(DllCall/addListener) examples: normal monitor simplemessage;;;; DllCall("C:\Users\vv\Desktop\osc2ahk\OSC2AHK.dll\addListener",AStr,"/lastmarker/name",UInt,0x1036,UInt,oscTypeAll) my...
by Ved
05 Dec 2020, 20:16
Forum: Scripts and Functions (v1)
Topic: RUMBLE CHANNEL AND SIMPLE VÍDEO DOWNLOADS
Replies: 0
Views: 1075

RUMBLE CHANNEL AND SIMPLE VÍDEO DOWNLOADS

;simple video url: rumbleembedini=% BAJARVARIABLE(clipboard) Loop,parse,rumbleembedini,`" {if A_LoopField contains /embed/ {descargasyoutubeactual=%A_LoopField% run,youtube-dl --no-check-certificate --ignore-config --restrict-filenames -o c:\`%(title)s.`%(ext)s --no-cache-dir --console-title --geo-...
by Ved
15 Oct 2018, 14:58
Forum: Forum Issues
Topic: Interface Overwrite
Replies: 5
Views: 1903

Re: Interface Overwrite

its nice
by Ved
06 Aug 2018, 16:01
Forum: Ask for Help (v1)
Topic: SOMEONE KEEPS THIS SCRIPT? "LOADVST"
Replies: 2
Views: 918

Re: SOMEONE KEEPS THIS SCRIPT? "LOADVST"

nothing
by Ved
22 Jul 2018, 02:07
Forum: Ask for Help (v1)
Topic: SOMEONE KEEPS THIS SCRIPT? "LOADVST"
Replies: 2
Views: 918

SOMEONE KEEPS THIS SCRIPT? "LOADVST"

SOMEONE KEEPS THIS SCRIPT?:

https://autohotkey.com/board/topic/1433 ... extension/


the file name is,LoadVst.zip
by Ved
29 Jun 2018, 17:49
Forum: Scripts and Functions (v1)
Topic: [FUNC] transfer.sh
Replies: 3
Views: 1507

Re: [FUNC] transfer.sh

GREAT !!!
by Ved
09 Jun 2018, 08:09
Forum: Scripts and Functions (v1)
Topic: TotalKeyMix: Windows volume control for RME TotalMix
Replies: 90
Views: 29445

Re: TotalKeyMix 1.0.5: a tool to control the main volume of RME TotalMix with hotkeys

Use loop function for test all controlls,like this: +z:: winactivate,RME TotalMix FX cc=0 loop,50 {cc++ midiOutShortMsg(h_midiout,224,cc,0) sleep 500 midiOutShortMsg(h_midiout,224,cc,127) sleep 500 } cc=0 loop,50 {cc++ midiOutShortMsg(h_midiout,176,cc,0) sleep 500 midiOutShortMsg(h_midiout,176,cc,12...
by Ved
20 Jan 2018, 23:12
Forum: Scripts and Functions (v1)
Topic: TotalKeyMix: Windows volume control for RME TotalMix
Replies: 90
Views: 29445

Re: TotalKeyMix 1.0.5: a tool to control the main volume of RME TotalMix with hotkeys

Hey, im use the same midi library and loopmidi for midi ports.

more options with you add more control on totalmix:
midiOutShortMsg(h_midiout,176,9,0) ;for control input gain
midiOutShortMsg(h_midiout,228,0,0) ;for control output for individual channels
by Ved
02 Aug 2016, 14:02
Forum: Scripts and Functions (v1)
Topic: NEXT/PREVIOUS WEB PAGE FOR ALL (web browser)
Replies: 0
Views: 763

NEXT/PREVIOUS WEB PAGE FOR ALL (web browser)

no more fucknextpagebutton !! insert & right:: ;PAGINA SIGUIENTE WEB INI clipboard= send ^l^c clipwait ifwinactive, - Cockos Confederated Forums if clipboard not contains page= { send,{right}&page=2{enter} clipboard= return } ifwinactive, - Buscar con Google if clipboard not contains start= { send,{...
by Ved
15 Jul 2016, 19:13
Forum: Scripts and Functions (v1)
Topic: Tab switching hotkeys for Chrome/Firefox
Replies: 6
Views: 5289

Re: Tab switching hotkeys for Chrome/Firefox

[Moderator's note: The guest post which this is a duplicate of was deleted.] Sorry for previous post,XD Function for search and focus tab: #IfWinexist,ahk_class MozillaWindowClass w & f1::BUSCARPESTAÑAPORNOMBRE("WhatsApp Web") ;ACTIVAR PESTAÑA ESPECIFICA NOMBRE INI f & f1::BUSCARPESTAÑAPORNOMBRE("F...

Go to advanced search