Some more info from Build.
Midi
- New MIDI API now baked into Windows 10. To take advantage of these features, app developers need to write to new API.
- My
Launchpad app demo, showing MIDI running just as well on a Raspberry Pi 2 as it does on full PC
- Allows shared device access (multiple apps using same MIDI device)
- Increased perf and lowered latency in the built-in wavetable synth (same synth for now)
- Improved/Updated device naming. Device can specify name and we use that first, if available.
Audio
- New AudioGraph latency-optimized API rolled into Windows 10
- Redesigned audio stack to provide a minimum of 15ms latency improvement, much more if drivers opt in to small buffers
- Surface Pro 3 round-trip latency example: 50ms in Windows 8.1, 10ms in Windows 10, using WASAPI or AudioGraph.