Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MIDI support is broken in Chrome 43 #108

Closed
colinbdclark opened this issue May 4, 2015 · 0 comments
Closed

MIDI support is broken in Chrome 43 #108

colinbdclark opened this issue May 4, 2015 · 0 comments
Milestone

Comments

@colinbdclark
Copy link
Collaborator

The Web MIDI API changed once again, and as a result Flocking's MIDI support is not working in Chrome 43. This appears to be due to the fact that input ports need to be explicitly opened prior to being used, despite the Web MIDI spec clearly stating that attaching a MIDIMessageEvent listener should automatically open the port.

http://www.w3.org/TR/webmidi/#methods-1

colinbdclark added a commit that referenced this issue May 4, 2015
* 0.1.x:
  Makes the Flocking website more responsive. Thanks to @abledaccess for the fixes.
  Updates Node.js MIDI support to better reflect new port semantics.
  Fixes gh-108: Explicitly opens MIDI ports prior to using them.
@colinbdclark colinbdclark added this to the 0.1.2 milestone May 4, 2015
colinbdclark added a commit that referenced this issue May 4, 2015
* master:
  Updates release version to 0.1.2.
  Fixes gh-107: Adds support for receiving clicks from multiple elements.
  Fixes gh-109: Adds flock.enviro.start() method; deprecates play().
  Makes the Flocking website more responsive. Thanks to @abledaccess for the fixes.
  Updates Node.js MIDI support to better reflect new port semantics.
  Fixes gh-108: Explicitly opens MIDI ports prior to using them.

Conflicts:
	demos/audio-file-web-worker/html/audio-file-web-worker.html
	dist/flocking-all.js
	dist/flocking-all.min.js
	dist/flocking-no-jquery.js
	dist/flocking-no-jquery.min.js
	docs/getting-started.md
	docs/nodejs.md
	flocking/flocking-core.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant