Skip to content

spaceface777/viano

Repository files navigation

viano

MIDI piano V app. Visualizes and plays a MIDI file (similarly to Synthesia).

viano_demo.mp4

Usage

v -cg run . for compiling/running a debug binary;
v -prod -skip-unused -compress -o vmidi . for compiling a production binary

External Dependencies

This module does not depend on any C libraries outside of those needed by the V standard library. This means that on some linux distros, you may need to install the alsa development package

Debian/Ubuntu: sudo apt install libasound2-dev libxi-dev libxcursor-dev

If you've ever used V's graphical modules (for example, ran one of the graphical examples such as tetris or 2048) or V UI, you most likely already have these dependencies installed.

About

MIDI piano app, written in V. Visualizes and plays back a MIDI file (similarly to Synthesia)

Topics

Resources

License

Stars

Watchers

Forks