All Projects → spaceface777 → viano

spaceface777 / viano

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

Programming Languages

V
68 projects
Verilog
626 projects
AMPL
153 projects

Projects that are alternatives of or similar to viano

syn2midi
Create pianobooster midi from youtube piano video lessons (Synthesia).
Stars: ✭ 42 (+0%)
Mutual labels:  synthesia
Neothesia
Flashy Synthesia Like Software For Linux,Windows and MacOs
Stars: ✭ 483 (+1050%)
Mutual labels:  synthesia
Kazedan
A Synthesia styled MIDI visualization.
Stars: ✭ 18 (-57.14%)
Mutual labels:  synthesia
SynthesiaKontrol
🎹 Use Native Instruments Komplete Kontrol mk2 light guide in Synthesia
Stars: ✭ 91 (+116.67%)
Mutual labels:  synthesia

viano

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].