Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 773 Bytes

README.md

File metadata and controls

21 lines (21 loc) · 773 Bytes

MIDI Electronical Piano

Introduction

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)

System Requirement

  • Windows 10 or later (does not support Linux and MacOS)
  • Visual C++ 2022 Redistributable

Building Steps

  1. Install Visual Studio 2019 or later
  2. Install C++ workloads in Visual Studio
  3. Install Qt6 framework
  4. Install Qt VS Tools in Visual Studio
  5. Press Ctrl+B to compile project