node-rtpmidi icon indicating copy to clipboard operation
node-rtpmidi copied to clipboard

A node js implementation of Apples Network Midi Protocol.

Results 14 node-rtpmidi issues
Sort by recently updated
recently updated
newest added

Bumps [async](https://github.com/caolan/async) from 2.6.2 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) Commits c6bdaca Version...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

For win10, installation is always linked with bonjoursdk availability. For ubuntu (last release of linuxmint in fact) installation of /*libavahi-compat-libdnssd-dev*/ doesn't resolve problem of installation. Is there any chance to...

I'm writing an application that already uses the terminal to handle I/O. It also has its own logger. Is there a way I can disable this package's logger, or at...

I'm trying to use this package with CapacitorJs to build a mobile app. But I get some errors. Has someone tried on a front end app or a similar enviroment?...

Hello ! First of all a great "bravo" for your great work ! I'm using it with arduino/raspi midi controllers and working very fine ... The one issue I'm facing...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

I try to send multiple SysEx Messages and discovered, that only the first one gets sent. I cooked everything down and made up a test case out of the script...