Go to file
Sebastian Lohff 529dee2577 Commit missing SharePlugin source
I seem to have forgotten to add my patched version of the SharePlugin in
commit 7f06f39f7e, so here it is.
2025-03-14 00:20:51 +01:00
addons/SharePlugin Commit missing SharePlugin source 2025-03-14 00:20:51 +01:00
autoloads Switch direction of MorseState state array 2025-02-03 01:49:46 +01:00
scenes Use native file dialog save on Desktop 2025-02-24 02:07:08 +01:00
.gitattributes Working CW tool 2025-02-01 01:47:11 +01:00
.gitignore Enable sharing on Android 2025-02-16 19:19:06 +01:00
LICENSE License project under MIT 2025-02-16 19:49:50 +01:00
README.md Add README.md 2025-02-16 19:57:57 +01:00
export_presets.cfg Add export templates for win/lin/mac 2025-02-24 02:08:06 +01:00
icon.svg Working CW tool 2025-02-01 01:47:11 +01:00
icon.svg.import Working CW tool 2025-02-01 01:47:11 +01:00
project.godot Project is now on version 0.1.0 2025-02-24 02:08:43 +01:00

README.md

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.

Known Limitations / TODO

MIDI support only works locally for now.

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.