Skip to content

Commits on Jan 3, 2021

  1. Code formatting (#10)

    Prettier is now used to format code; it's also a Github Action to prevent push/merge if code fails Prettier's `check` action.
    infovore committed Jan 3, 2021

Commits on Dec 29, 2020

  1. Midi thru option (#9)

    Add option for 2.1.0+ devices to toggle soft MIDI Thru option.
    Add option to send config-reinitialize message to funky 16ns.
    infovore committed Dec 29, 2020

Commits on Apr 9, 2020

  1. Refactor sysex transmission.

    The device object of a Configuration is responsible for determining how
    to send Sysex.
    
    Currently, this refactoring just ensures that full-fat 16ns behave
    exactly as before. But this time, the Configuration is passed to the
    sendConfiguration method, not the raw sysex array.
    infovore committed Apr 9, 2020
  2. Add LC device type.

    infovore committed Apr 9, 2020

Commits on Mar 26, 2020