From e6cc0cd2969f9468a9e2fe2b40eeeb011d7e5bba Mon Sep 17 00:00:00 2001 From: Takashi Toyoshima Date: Thu, 26 Feb 2015 14:11:34 +0000 Subject: [PATCH] MIDIPortState does not have "closed" state, but "connected" is equivalent. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0ab0c02..c2399be 100644 --- a/index.html +++ b/index.html @@ -646,7 +646,7 @@

MIDIPort Interface

release any blocking resources to the underlying system.

  • success: Change the state attribute of the MIDIPort to - "closed", and enqueue a new MIDIConnectionEvent + "connected", and enqueue a new MIDIConnectionEvent to the statechange handler of the MIDIAccess and to the statechange