Piano autoplayer error...

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Cool596

Piano autoplayer error...

01 Jun 2016, 11:04

As usual, something is wrong with playing the keys multiple times.

Even when using SendInput, or SendPlay, it still doesn't work.

The f, j and z keys below somehow won't work at all.

Any advice to improve this?

a = 200
b = 600
c = 1000

Loop 66 ;%Suspensefulthirdday%
{
Sleep, %Startsong%
;first verse
Send, {vk50sc019 Down} ;p
Sleep, %a%
Send, {vk146sc021 Down} ;f
Sleep, %a%
Send, {vk4asc024 Down} ;j
Sleep, %a%
Send, {vk5asc02C Down} ;z
Sleep, %b%
Send, {vk14fsc018 Down} ;o
Sleep, %a%
Send, {vk146sc021 Up} ;f
Sleep, %a%
Send, {vk4asc024 Up} ;j
Sleep, %a%
Send, {vk5asc02C Up} ;z
Sleep, %a%
Send, {vk4asc024 Down} ;j
Sleep, %a%
Send, {vk146sc021 Down} ;f
Sleep, %c%
}
User avatar
waetherman
Posts: 112
Joined: 05 Feb 2016, 17:00

Re: Piano autoplayer error...

02 Jun 2016, 04:34

It works for me:
pfjzojfpfjzojfpfjz...
There's no fjzhere: pfjzo[HERE]jfpfjzo[HERE]jfpfjz because you're releasing the keys and not pressing them.
Image

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: apeironn, madensuyu1, peter_ahk and 331 guests