You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 0.1.x:
Updates release version to 0.1.2.
Fixesgh-107: Adds support for receiving clicks from multiple elements.
Fixesgh-109: Adds flock.enviro.start() method; deprecates play().
* master:
Updates release version to 0.1.2.
Fixesgh-107: Adds support for receiving clicks from multiple elements.
Fixesgh-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.
Fixesgh-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
Currently,
flock.ugen.mouse.click
usesdocument.querySelector()
to select only a single DOM element using the specifiedtarget
selector option.There's no reason we shouldn't support binding to multiple elements using
querySelectorAll()
instead.The text was updated successfully, but these errors were encountered: