Module

Audio.SoundFont.Melody

Package
purescript-soundfonts
Repository
newlandsvalley/purescript-soundfonts

#MidiPhrase Source

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 Source

type Melody = Array MidiPhrase

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

#PMelody Source

newtype PMelody

Constructors