Colin Clark

Results 28 issues of Colin Clark

This PR updates the libDaisy submodule to the latest released version.

It's been a while since our submodule of libDaisy has been updated. It might be a good time to upgrade to the latest tagged release of it, which is currently...

Here's a small fix so that the Hardware Test example properly receives and displays incoming MIDI note messages.

The Hardware Test example has all the necessary logic to display incoming MIDI notes, but it doesn't currently work. Despite sending MIDI note on/off messages to the Bluemchen, it fails...

A [recent thread on Stack Exchange](http://stackoverflow.com/questions/42658547/node-js-osc-module-send-tcp) suggests that there is some confusion about how to use osc.js over TCP. One of the posters noted that there are currently no examples...

help wanted

As described in [a comment on #86](https://github.com/colinbdclark/osc.js/issues/86#issuecomment-357071342), it looks like osc.js can be used with webpack. However, we don't currently provide a simple set of instructions in the README explaining...

help wanted

While all the documentation for osc.js uses explicit type metadata, the [osc.js-examples repository examples](https://github.com/colinbdclark/osc.js-examples/) do not consistently do so. This raises the risk, as seen in #185, where example code...

It appears that if you have two Ports, one of which uses argument type metadata (with the metadata: true option), and the other does not, they will fail to properly...

Currently, we're including the minified version of the Long dependency in our non-minified concatenated builds such as dist/osc-browser.js. This means that the debugger will try to load a source map...

osc.js' monolithic structure is simple for maintenance but has also caused the bulk of support issues over time, particularly due to the fragility of the serial port module. osc.js should...