From d48bcd43d2d559d203df6c98662fc47e60f0d57a Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Sun, 11 May 2025 18:35:15 +0200 Subject: [PATCH] Remove "no midi on web" limitation from readme Since godot 4.4 webmidi just works, so it is no longer a limitation! --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index fdd815c..f3040c9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,9 @@ # CW Generator A simple application for generating self-made morse / CW audio files. All it features is a button as a morse key and allows you to export this as a WAV. Optionally, a MIDI keyboard can be used as a -morse key. +morse key (since godot 4.4 even on web). ## Known Limitations / TODO -MIDI support only works locally for now. - * webmidi might be an option: https://gist.github.com/srejv/b7198e25587e2d8e0a66860781b56852 - Currently we can only export wav, as Godot itself doesn't include any encoders. Having the ability to export as mp3, ogg or opus would be nice, but external libraries are kind of a hassle. opus would be the nicest format, but doesn't seem to work with older Iphones.