V MIDI Files Parser / Player

October 11, 2020 ยท View on GitHub

Thank you @spaceface777 and @spytheman for the help with the sinewave Audio Generator :heart:


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

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

Contents

  1. 1How to use :
  2. 2Methods