Skip to content

Henrixounez/v-midi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

V Midi File Parser / Player

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published