ComfyUI Node
Morse Code
A ComfyUI node in ARG Toolkit/Utilities/Converter with 5 inputs and 1 output.
Morse Code
- converted_txt
◄textHello World!►
◄mode—►
◄language▾►
◄dot.►
◄dash-►
CategoryARG Toolkit/Utilities/Converter
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | Hello World! | — |
| mode | BOOLEAN | Toggle between encoding and decoding | |
| language | COMBO | The list of languages supported by this implementation of the Morse code interpreter: - Latin (default) - Russian (Cyrillic) - Arabic - Hebrew - Greek - Korean (equivalent to SKATS) - Japanese-Wabun (Wabun code for Japanese) | |
| dotopt | STRING | . | The symbol used to represent the dot. Defaults to `.` |
| dashopt | STRING | - | The symbol used to represent the dash. Defaults to `-` |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| converted_txt | STRING | — |