MIDI2.0Workbench
MIDI2.0Workbench copied to clipboard
MIDI 2.0 Testing Tool
As discussed on Microsoft Discord about a custom MIDi 2.0 device that showed zeros for the GTB in Workbench. There was some doubt about the device. Due to lack of...
I am trying to get MIDI2.0Workbench to see if it is usable for diagnosing any interoperability issues. Sadly it is currently impossible, because the tools goes into weird "infinite loop"...
When launching MIDI Workbench, selecting Debug, Tools, etc can cause window to show up on different screen than the Workbench main window. This could be just a Mac thing, not...
I ran and installed everything on my Intel Mac - only to discover it was for ( or defaulted to ) ARM64 not Intel Macs how do I get it...
sendDiscovery() in /libs/midici.js this._muid = getRandomInt(0xFFFFF00); getRandomInt() in /libs/utils.js return Math.floor(Math.random() * Math.floor(max+1)); Does this mean the generated value will include 0x0FFFFF00 ? On the other hand, the specifications... https://amei.or.jp/midistandardcommittee/MIDI2.0/MIDI2.0-DOCS/M2-101-UM_v1-2_MIDI-CI_Specification.pdf...
currently I am currently getting this error on ubuntu 24: ``` (python312_venv) almov@Zluag:~/repos/MIDI2.0Workbench$ yarnpkg yarn install v1.22.19 info No lockfile found. [1/4] Resolving packages... warning node-gyp > [email protected]: Glob versions...
Building on Linux I am getting an error with `midi2usb`. Possibly related to #7. I have ALSA v1.2.10. Was there a change in v1.2.11 that needs to be accounted for...
package.json generates Universal build for both Intel and ARM64 macOS now. Also suggesting a .gitignore for electron-based apps.
Add `Vagrantfile` for running within a guest Virtual Machine. - Initially this is a draft PR because of issue #18 - This updates Node.js to latest stable because maintenance LTS...
Add `Dockerfile` for running within a container. - Initially this is a draft PR because of issue #18 - This updates Node.js to latest stable because maintenance LTS and original...