ProjectLam / learn_music_game

Learn heritage instruments with an interactive game with a real instrument
1 stars 2 forks source link

Player input #6

Closed robbertzzz closed 1 year ago

robbertzzz commented 1 year ago

This adds an InstrumentInput singleton that the game can connect to for getting instrument input. You can use [tab] to switch between input type, the possible inputs are microphone, midi and pc keyboard and [tab] cycles through those three. The computer keyboard works similar to that in Ableton Live (but without velocity), see https://sonicbloom.net/en/ableton-live-tutorial-computer-keyboard-as-midi-controller/

mattkanwisher commented 1 year ago

LGTM