vsariola / sointu

Fork of 4klang that can target 386, amd64 and WebAssembly. Tools run on Windows, Mac & Linux
MIT License
239 stars 15 forks source link

Keyboard layout for playing notes is always EN #94

Open LeStahL opened 12 months ago

LeStahL commented 12 months ago

Keyboard layout for playing midi notes with the keyboard in Sointu is always EN, regardless of the layout selected in the OS. Verified this behavior on windows using sointu-tracker and sointu-vsti 9db6ecb3dafad09f473743748ea17c9019631be8.

When typing slot type names in the stack editor, the layout seems to be correct however.

Not a big issue, as using the synth with a midi controller is more effective anyways :)

vsariola commented 12 months ago

Gioui is responsible for the keyboard input. I need to dig into gioui how to make it respect the keyboard layout (we may need to patch gioui, not sointu).