View Single Post
Old 12-30-2017, 03:44 PM   #15
tXShooter
Human being with feelings
 
tXShooter's Avatar
 
Join Date: Aug 2017
Posts: 336
Default

Quote:
Originally Posted by nofish View Post
Code:
commandId = reaper.NamedCommandLookup("_11b6e22e7a1f72468b2b411c9f16de08")
reaper.Main_OnCommand(commandId,0)
I think I'm using it incorrectly as nothing happens when I execute that code in my AHK Script...
Code:
reaperProcessAudioStep1()
{
	WinActivate, ahk_class REAPERwnd
	Sleep, 1000
	commandId = reaper.NamedCommandLookup("_11b6e22e7a1f72468b2b411c9f16de08")
	reaper.Main_OnCommand(commandId,0)
	Sleep, 3000
	return
}
tXShooter is offline   Reply With Quote