MorseKOB / PyKOB

Python implementation of a library for Morse and MorseKOB functionality
https://sites.google.com/site/morsekob/morsekob40
MIT License
4 stars 2 forks source link

MKOB: Playback doesn't allow blank lines in .pkrec file #353

Closed AESilky closed 2 months ago

AESilky commented 4 months ago

@leskerr mentioned:

I edited the .pkrec file to delete large parts of the recording that aren't relevant, and I included blank lines between sections to make the breaks easier to find in the editor. However, MKOB chokes on those blank lines so I had to remove them.

AESilky commented 2 months ago

PKREC files (recordings) can now have blank lines and (full line) comments. The comments must be on a line of their own and start with either '#' or "//". Comments may include leading whitespace.

Unfortunately, comments cannot be at the end of a data line, as JSON doesn't support that.