Search found 3 matches

by ntnvsl
14 Mar 2023, 21:19
Forum: Scripts and Functions (v1)
Topic: Piano Player
Replies: 4
Views: 34770

Re: Piano Player

I made myself a similar script recently. Its layout is chromatic , which turns it from a toy into almost a real instrument that allows you to play real music, like piano/synth improvisations, acoustic arrangements of classics, or guitar solos. https://github.com/untaun/ahkordion layout = 10 1E 2C 11...
by ntnvsl
24 Jun 2021, 17:31
Forum: Ask for Help
Topic: How to make AutoHotkey.Interop call a C# function right?
Replies: 5
Views: 3540

Re: How to make AutoHotkey.Interop call a C# function right?

swagfag wrote:
24 Jun 2021, 05:07
is ur C# app 32bit or 64bit?
32bit
by ntnvsl
23 Jun 2021, 21:54
Forum: Ask for Help
Topic: How to make AutoHotkey.Interop call a C# function right?
Replies: 5
Views: 3540

How to make AutoHotkey.Interop call a C# function right?

What's wrong with this code? It actually works, but crashes fatally after several keypresses. using System; using System.Linq; using System.Windows; using System.Diagnostics; using System.Runtime.InteropServices; using FlaUI.UIA3; using Application = FlaUI.Core.Application; using AutoHotkey.Interop;...

Go to advanced search