Skip to content

Releases: okyeron/OMX-27

OMX-27 1.13.3

24 Mar 18:45
5972c7d
Compare
Choose a tag to compare

What's Changed

  • Add additional images to build instructions by @gamingrobot in #54
  • Cleanup Passes - vsCode Format Document pass, subfolder organization pass w/includePath updates by @jr0dsgarage in #59
  • Fix potentiometers issue for Euclidean and Grids by @kolyan94 in #56
  • Update README.md - add Adafruit_MCP4725 to Library list and a screenie by @jr0dsgarage in #60
  • OMX Version 1.13.1 by @Quixotic7 in #62

New Contributors

Full Changelog: 1.12.16...1.13.3

OMX-27 1.12.16

05 Mar 02:34
515c692
Compare
Choose a tag to compare

Teensy 4 compatibility for 2.0 boards.

Adds:

  • new modes and functionality from 1.12.15 beta are now merged.

Fixed:

  • grids mode pots not working for density
  • cleaned up startup debug output

Be sure to choose the correct hex file. If you have a version 1.5 board - that's Teensy 3.2 and you should use the T32 hex. If you have a version 2 board - that's Teensy 4.0 and you should use the T4 hex.

If you are compiling the firmware yourself - be sure to change the #define T4 flag in consts.h for your specific board.

See the instructions on the main page for flashing the firmware.

OMX-27 1.7.9

14 Feb 05:27
Compare
Choose a tag to compare

OMX-27 1.7.9

Update for Teensy 4.0 based boards - version 2.0 (2023 release)

Fixed:

  • screensaver color range
  • CV pitch output

This HEX is NOT COMPATIBLE with previous boards with Teensy 3.2 (version 1.5).

See the instructions on the main page for flashing the firmware.

OMX-27 1.7.8

28 Jan 22:58
260fa2c
Compare
Choose a tag to compare

OMX-27 1.7.8

Release for Teensy 4.0 based boards - version 2.0 (2023 release)

This HEX is NOT COMPATIBLE with previous boards with Teensy 3.2 (version 1.5).

See the instructions on the main page for flashing the firmware.

OMX-27 1.7.7

24 Jul 20:20
Compare
Choose a tag to compare

See the instructions on the main page for flashing the firmware.

New in 1.7.x

  • Code refactor
  • Add Grids sequencer (GR mode).
  • Music Scales feature in MIDI keyboard modes.
  • New interaction - pressing encoder will now toggle between selecting and editing parameters. Param selection vs editing is differentiated by a box highlighting the param in selection mode.

See Change log for full details.

OMX-27 1.6.0

11 Jul 03:07
Compare
Choose a tag to compare

See the instructions on the main page for flashing the firmware.

Or see the instructions here (loading a HEX file) - https://llllllll.co/t/how-to-flash-the-firmware-on-a-teensy-micro-controller/20317 if you don't know how to flash firmware to a Teensy.

Changelog:

1.6.0

  • Add MIDI Macro sub-mode for M8 Tracker
  • Add screensaver and inactivity led animation for MI Mode
  • Documentation updates

OMX-27 1.5.1

14 Mar 04:55
9fea20d
Compare
Choose a tag to compare

See the instructions on the main page for flashing the firmware.

Or see the instructions here (loading a HEX file) - https://llllllll.co/t/how-to-flash-the-firmware-on-a-teensy-micro-controller/20317 if you don't know how to flash firmware to a Teensy.

Changelog:

1.5.0

  • Move sequencer into it's own header/source files
  • Add SysEx functionality and webmidi configuration
  • Fix for sequencer pattern save

1.4.4

  • FIXED: Pattern save
  • FIXED: S1 would previously glitch when changing between patterns
  • FIXED: Step Record show active step for patterns longer than 16
  • CHANGE: Step Record will exit when you reach the pattern length
  • ADDED: Change/update note value from encoder in Step Record

1.4.x

Pattern Length can now be up to 64 steps*

SEQ Mode Quick Keys - Hold F1 + F2

  • first 4 "white keys" select which "page" of the current pattern

MIDI Mode Quick Keys - Hold AUX

  • first 2 "white keys" are octave up/down
  • first 2 "black keys" are move param selection on the display

Add MIDI mode params for bank select and program change

Add "Round Robin" MIDI Channel distribution and RR offset value

Add potentiometer bank select (CC assignments are still hard coded)

* Note - pattern saving will only save 64 steps of data with version 1.5 PCBs or later, or if you have installed the FRAM memory addon. Otherwise (version 1.0 PCBs) will only save 16 steps of data.

OMX-27 1.4.4

29 Jan 19:22
Compare
Choose a tag to compare

See the instructions on the main page for flashing the firmware.

Or see the instructions here (loading a HEX file) - https://llllllll.co/t/how-to-flash-the-firmware-on-a-teensy-micro-controller/20317 if you don't know how to flash firmware to a Teensy.

Changelog:

1.4.4

  • FIXED: Pattern save
  • FIXED: S1 would previously glitch when changing between patterns
  • FIXED: Step Record show active step for patterns longer than 16
  • CHANGE: Step Record will exit when you reach the pattern length
  • ADDED: Change/update note value from encoder in Step Record

1.4.x

Pattern Length can now be up to 64 steps*

SEQ Mode Quick Keys - Hold F1 + F2

  • first 4 "white keys" select which "page" of the current pattern

MIDI Mode Quick Keys - Hold AUX

  • first 2 "white keys" are octave up/down
  • first 2 "black keys" are move param selection on the display

Add MIDI mode params for bank select and program change

Add "Round Robin" MIDI Channel distribution and RR offset value

Add potentiometer bank select (CC assignments are still hard coded)

* Note - pattern saving will only save 64 steps of data with version 1.5 PCBs or later, or if you have installed the FRAM memory addon. Otherwise (version 1.0 PCBs) will only save 16 steps of data.

OMX-27 1.4.3

11 Jan 05:19
Compare
Choose a tag to compare

See the instructions on the main page for flashing the firmware.

Or see the instructions here (loading a HEX file) - https://llllllll.co/t/how-to-flash-the-firmware-on-a-teensy-micro-controller/20317 if you don't know how to flash firmware to a Teensy.

Changelog:

1.4.x

Pattern Length can now be up to 64 steps*

SEQ Mode Quick Keys - Hold F1 + F2

  • first 4 "white keys" select which "page" of the current pattern

MIDI Mode Quick Keys - Hold AUX

  • first 2 "white keys" are octave up/down
  • first 2 "black keys" are move param selection on the display

Add MIDI mode params for bank select and program change

Add "Round Robin" MIDI Channel distribution and RR offset value

Add potentiometer bank select (CC assignments are still hard coded)

* Note - pattern saving will only save 64 steps of data with version 1.5 PCBs or later, or if you have installed the FRAM memory addon. Otherwise (version 1.0 PCBs) will only save 16 steps of data.

OMX-27 1.3.0

01 Jul 22:46
a3f256e
Compare
Choose a tag to compare

See the instructions here (loading a HEX file) - https://llllllll.co/t/how-to-flash-the-firmware-on-a-teensy-micro-controller/20317 if you don't know how to flash firmware to a Teensy.

Change log

1.3.x

Step probability (percentage)

Step Type (play, mute, forward, reverse, random step, random event)

Conditional trigs (elektron style ratios)

Added led status for step events (pulsing)

Bug fix - disable key long press in pattern params

Bug fix - correct wrong velocity sent in playnote on pattern switching

Pot 5 will change/set step velocity in Step Record

1.2.x

MIDI-solo

Swing

Auto-reset in patterns

New display layout

Plocks in steprecord

1.1.x

Save pattern data