Implement Audio Feedback for Piano Key Presses #2
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
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
AudioStreamPlayer
nodes to play back piano note samples.PianoDisplay.gd
script.Requirements
PianoDisplay.gd
script to handle audio playback in addition to the current visual feedback.Additional Considerations
Impact
PianoDisplay
application.The text was updated successfully, but these errors were encountered: