conv.char2morse
aliases: [ceammc/char->morse], [char->morse]
convert character to morse code
available since version: 0.9.7
Note: cyrillic utf-8 characters are also supported.
properties:
- @sym
Get/set symbol output mode. If on - output as list of dots and dashes, otherwise as 0
and 1.
type: bool
default: 0
inlets:
- single characted
type: control
outlets:
- list of 0 and 1 (or dots and dashes)
type: control
keywords:
conv
char
morse
See also:
[proto.morse]
Authors: Serge Poltavsky
License: GPL3 or later