openrndr / orx

A growing library of assorted data structures, algorithms and utilities for OPENRNDR
https://openrndr.org
BSD 2-Clause "Simplified" License
119 stars 35 forks source link

[orx-midi] Add pitch bend and pressure #265

Closed hamoid closed 1 year ago

hamoid commented 1 year ago

Make pitch bend values match midisnoop values.

Improve main() function for testing by printing all supported messages and making it easy to switch devices.

Remove unnecessary null tests.