Go to file
Sebastian Lohff 5dda7af184 CW server: send out messages in parallel
We now send out messages to all participants at the same time (or more
or less, as asyncio permits). To not fail in case we can't send the
message to one player, we ignore send-exceptions in these occasions and
hope that the `for data in self.websocket` in _handle_client() will
throw an error and kick the client out of our game.
2025-04-13 20:07:06 +02:00
addons/SharePlugin Migrate to godot 4.4.1-rc1 2025-03-16 15:36:58 +01:00
autoloads Also add Utils script 2025-04-13 18:34:24 +02:00
scenes MP: Logging, test js parameters (broken) 2025-04-13 18:09:00 +02:00
signalsrv CW server: send out messages in parallel 2025-04-13 20:07:06 +02: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 WIP: Multiplayer test 2025-03-21 01:41:49 +01:00
icon.svg Working CW tool 2025-02-01 01:47:11 +01:00
icon.svg.import WIP: Multiplayer test 2025-03-21 01:41:49 +01:00
project.godot MP: Logging, test js parameters (broken) 2025-04-13 18:09:00 +02: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.