Skip to content

v22.2.0

Compare
Choose a tag to compare
@pingdynasty pingdynasty released this 15 Jan 17:30
· 278 commits to master since this release
825eab5

Release v22.2.0 brings the legacy OWL Pedal and OWL Modular up to date within the OpenWare firmware framework. It also includes important updates to Magus, improving CV performance and screen handling. For all OWL2 products (Alchemist, Wizard, Magus, Lich, Witch) this release provides support for 8Mb FLASH storage. And for all products it provides USB Audio sink and source.

Known Issues:

  • USB Host does not support reconnecting devices

To ensure a smooth upgrade, consider to do ERASE STORAGE from the Device Page first.

To upgrade a device with MIDI boot loader go to the firmware page (Chrome/Chromium or Edge browser).
To upgrade a legacy device with DFU bootloader go to the webdfu page (Chrome/Chromium browser only).

Please make sure you use the correct file for your device and bootloader!
Download a .syx file for use with the MIDI bootloader, .bin for DFU bootloader.

22.2.0

  • Improved USB Audio FIFO allocation
  • Refactored Graphics code
  • Move screen handling to separate task (Magus)
  • Added patch text/message handlers
  • Changed loop/setup callbacks to onLoop and onSetup
  • Support for OWL Pedal mk2
  • Prevent invalid characters in reported patch names
  • Send resource size and checksum with name
  • Improved backwards patch compatibility (CCM linked stack)

22.1.rc2

  • Process USB messages each audio block, before patch runs (or in loop if no patch is loaded)

22.1.rc1

  • Fix USBD audio sync issues:
  • rx asynchronous mode with explicit feedback
  • tx asynchronous mode with variable output size
  • Fix USBD audio descriptor issues (Windows support)