live-sequencer-0.0.6: Live coding of MIDI music

Safe HaskellSafe
LanguageHaskell98

Render

Documentation

class Message msg where Source #

Minimal complete definition

makeMessage

Methods

makeMessage :: msg -> Body Source #

class ChannelMessage msg where Source #

Minimal complete definition

makeChannelMessage

Methods

makeChannelMessage :: msg -> T Source #