Module

Audio.SoundFont.Melody

#MidiPhrase

type MidiPhrase = Array MidiNote

we split up a melody into phrases to allow the player to be re-rendered after each phrase is played

#Melody

type Melody = Array MidiPhrase

a Melody is the entity that is played by a MIDI player

#PMelody

newtype PMelody

Constructors

Modules