Module
FRP.Event.MIDI  
- Package
 - purescript-wags
 - Repository
 - mikesol/purescript-wags
 
#MIDIAccess Source
data MIDIAccess :: TypeThe Web API's MIDIAccess.
#MIDIEventInTime Source
type MIDIEventInTime = { event :: MIDIEvent, timeStamp :: Number }Represents a MIDI event with a timestamp.
#midi Source
midi :: MIDIAccess -> Event MIDIEventInTimeAfter having acquired the MIDIAccess from the browser, use it to create a streamed event of type Event MIDIEventInTime.
#midiAccess Source
midiAccess :: Effect (Promise MIDIAccess)Get the MIDIAccess from the browser.
- Modules
 - FRP.
Event. MIDI  - WAGS.
Change  - WAGS.
Change. Optionals  - WAGS.
Comonad  - WAGS.
Connect  - WAGS.
Control. Functions  - WAGS.
Control. Functions. Validated  - WAGS.
Control. Indexed  - WAGS.
Control. Types  - WAGS.
Create  - WAGS.
Create. Optionals  - WAGS.
CreateT  - WAGS.
Debug  - WAGS.
Destroy  - WAGS.
Disconnect  - WAGS.
Edgeable  - WAGS.
Graph. AudioUnit  - WAGS.
Graph. Edge  - WAGS.
Graph. Graph  - WAGS.
Graph. Node  - WAGS.
Graph. Oversample  - WAGS.
Graph. Paramable  - WAGS.
Graph. Parameter  - WAGS.
Interpret  - WAGS.
Math  - WAGS.
Patch  - WAGS.
Rendered  - WAGS.
Run  - WAGS.
Util  - WAGS.
Validation