Dewb / monome-rack

VCV Rack plugin for monome Eurorack modules
GNU General Public License v2.0
226 stars 13 forks source link

Improve grid-module assignment system #7

Closed Dewb closed 5 years ago

Dewb commented 6 years ago

The right-click menu system to assign grids to modules needs work.

Dewb commented 6 years ago

White Whale uses an older version of libavr32, and in monome.c, the setup response length checking code in setup_mext can crash on x86. Update to https://github.com/monome/libavr32/commit/a28466ea37824e039c6aa9584e8ccc109973c772 or https://github.com/monome/libavr32/commit/16074d6bf12ce91ed9828bbe1db33fd9c6986d9e.

Dewb commented 5 years ago

Grid connection system has been rewritten to no longer be a pile of hacks, and is much more stable and consistent. setup_mext is libavr32 is now skipped, removing a bunch of failure modes.