A C++ program that can let you play electronical piano on a computer.
This program have these functions:
- Volume control
- Instrument selection
- Harmony
- Major and minor keys
- High and low tones
- Release button delay stop (can control time, similar to piano pedal)
- Configuration file reading and writing
- Record and playback (supports recording all parameters except volume, can set volume when playing back)
- Windows 10 or later (does not support Linux and MacOS)
- Visual C++ 2022 Redistributable
- Install Visual Studio 2019 or later
- Install C++ workloads in Visual Studio
- Install Qt6 framework
- Install Qt VS Tools in Visual Studio
- Press Ctrl+B to compile project