Skip to content

MIDI 2.0 Workbench Public edition 1.5.6p

Latest
Compare
Choose a tag to compare
@starfishmod starfishmod released this 18 Mar 07:24
· 8 commits to main since this release

UMP

  • Check if UMP Group matches FB Index
  • Fix missing endpointInformation handling - stop unneeded warning

MIDI-CI

  • Cleanup around DeviceInfo Handling in ResourceList
  • Warn if DeviceInfo is missing in ResourceList
  • Add Newly released Profiles - Drawbar Organ, GM2 Single and Function Block, Rotary Speaker

UMP USB

  • Addition ALSA USB Descriptor Information added
  • Update USB Node module
  • Fix strange issue with USB Endpoint Information being lost

Update README.md

  • use tip from #6 to add clarity to installations of Node/NVM etc

Merge pull request #7 from jcelerier/patch-1

  • Fix alsa build on latest alsa-lib - Latest alsa-lib has specific implementations for non-ump and ump events for snd_seq_ump_ev_clear / snd_seq_ev_clear ; this fixes the build on this case.