alex-parisi / dibiff

Directed Audio Graphs
MIT License
1 stars 0 forks source link

Default to Keyboard input if Midi Input is not detected #9

Closed alex-parisi closed 1 month ago

alex-parisi commented 1 month ago

Instead of throwing an exception, perhaps the MidiInput object could instead default to a keyboard input when the MIDI device cannot be initialized properly.

This requires a new Source object that will read from the keyboard, and convert the messages to MIDI format.

alex-parisi commented 1 month ago

Added in #16