Skip to content

Midi Out will fail when a 0x0A character is in the output. #282

@BenZonneveld

Description

@BenZonneveld

In the file circle-stdlib/libs/circle/include/circle/serial.h the defaults translate a NL to NL+CR thereby changing the size of voice dumps and transmitting a panning ctrl which also is 0x0A (NL)

// serial options
#define SERIAL_OPTION_ONLCR (1 << 0) ///< Translate NL to NL+CR on output (default)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions