Stephen Joe Jonany

Results 2 comments of Stephen Joe Jonany

I got around this error by inspecting this line in bytebuffer-node.js “ memcpy = null; try { memcpy = require("memcpy"); } catch (e) {}” Looks like memcpy is an optional...

Here's a dirty jquery fix. ``` // Attr name bound to each midi-player to track if player is currently at the end // of the loop. // This is a...