GodotGarden / piano-practice

A simple piano practice game.
Apache License 2.0
1 stars 0 forks source link

Implement Audio Feedback for Piano Key Presses #2

Open brylie opened 7 months ago

brylie commented 7 months ago

:warning: remember the scope of this project is to create a piano technique practice app and not a virtual piano instrument. So, we don't need to add too much realism to the piano sound (such as sustain or high-fidelity recordings.)

Description

Currently, the PianoDisplay application visually simulates a piano keyboard with MIDI input support, displaying key presses and releases. However, there is no audio feedback when keys are pressed. Implementing an audio feedback feature will significantly enhance the user experience by providing real-time auditory cues corresponding to the key presses, closely mimicking an actual piano.

Expected Behavior

Suggested Implementation

Requirements

Additional Considerations

Impact