newlandsvalley / purescript-midi

MIDI and Web MIDI support
MIT License
10 stars 1 forks source link

Amend the Playable typeclass #8

Closed newlandsvalley closed 6 years ago

newlandsvalley commented 6 years ago

The definition is suitable for MIDI melodies but not for other sources which may need to look up MIDI note channels from instrument soundfonts that are in scope. (This is the case with PSoM melodies for example).

newlandsvalley commented 6 years ago

Playable is now implemented in purescript-soundfonts and has instances for MIDI but also allows for otherf instances (e.g. PSOM).