Gravity Updater
- Open this page in Chrome, Edge, Opera or other Chromium-based browser on a desktop computer (sorry, no Firefox, Safari or mobile browsers)
- Disconnect the Gravity from your rack power and MIDI expander if you use one
- Connect it to your computer via the USB-C port on the back of the module
- Select the desired firmware version and press the Upload button
- Select USB Serial (name may vary depending on your setup) device in a popup and press Connect
If, after a firmware update, the encoder moves the cursor in the wrong direction, go to settings (hold shift and the encoder for ~3 seconds) and select 'Reverse Encoder'.
Troubleshooting
- If you don't see the "USB Serial" port in the list, first check your USB cable. It must be a data cable, not a charge-only cable. Try using a different cable or USB port if you're unsure.
- Close any software that might be using Serial ports, such as IDEs, terminal programs (screen, minicom, PuTTY), or other serial monitoring tools.
- In some cases, if you are on Windows, you might need to install CH340 Drivers.
- If you are on Linux, you might need to temporarily disable
brltty
service by runningsystemctl stop brltty-udev.service
andsystemctl stop brltty.service
commands.
Change log
1.1.2
- Fixed the bug that caused problems with sequencer and multipliers while using 4ppqn external clock
- Fixed the bug that caused subdivisions not being reset on stop when using external MIDI clock
1.1.1
- Improved clock stability
- Added reverse encoder setting
- Minor bug fixes
1.1
- Added extra subdivisions (/24, /64, /128)
- Added 4ppqn (1/16th notes) mode for external clock
- Removed 2s limit for long-press of the knob. I heard you, it's annoying, sorry :)
- Fixed the "encoder jump" bug that was present on some units
- Fixed the bug when channels in sequencer mode weren't playing if the clock was set to external
- Long-pressing shift button clears the sequence when in the sequencer screen (this used to work only during recording)
- Added MIDI functionality to use with Gravity MIDI Expander
- Some minor bug fixes and stability improvements