Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 499 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 499 Bytes

V MIDI Files Parser / Player

Thank you @spaceface777 and @spytheman for the help with the sinewave Audio Generator ❤️


How to use :

You have easy access interface for parsing and playing the midi file :

import vmidi

midi := vmidi.parse(file) or { return }
midi.play()

Methods

Method use
.parse(filename string) ?Midi Returns an optional Midi structure with the parsed filename file
.play(midi Midi) Plays the tunes of the Midi file