Download My Python Projects
2D Piano Visualizer
A piano visualizer that visualizes MIDI files with a simplistic piano interface. Note: The piano cannot be played manually.
Download 2D Piano VisualizerAudio2MIDI
A program that takes in any audio file and converts it to a MIDI version. Utilizes a CUDA-enabled GPU. Note: this program can work using GPU or CPU, but GPU is mostly recommended. This program is only for GPU with CUDA 12.2. Lower than that, and the program will not work. HOW TO USE: Download the installer exe file. Install / Run the installer file and wait for the program to finish installing on your PC. Run the program called, "Audio2MIDI". You're all set!
Download Audio2MIDIMIDI2Keys
A program that takes in not-so-complex MIDI files, and converts the notes in the MIDI file to the corresponding keyboard keys, specifically designed for this website: https://virtualpiano.net/. Now with a theme, and uses PyQt6.
Download MIDI2Keys