-
I am writing a NodeJS application which needs to use ToneJS Sequence, Transport and basic MIDI (frequency to MIDI note) utilities. I do _not_ need to record, load or output audio.
However, ToneJS …
-
FTFY:
```
if (typeof pluginOutputs == 'function') pluginOutputs = pluginOutputs(); // Chrome pre-43
if (pluginOutputs.size > 0) {
output = pluginOutputs.values().next().value;
opts.onsuccess && …
Mygod updated
9 years ago
-
I’m trying to set up a web based sequencer essentially and I’m wondering how feasible it would be to send note on/note off midi type events from the sequencer to a wasm based synth? Is there a javascr…
-
### Discussed in https://github.com/djipco/webmidi/discussions/257
Originally posted by **jdlee** May 2, 2022
I'm also having trouble getting this event to fire using the below code:
```…
-
Add a new export option, allowing users to get a MIDI Tuning Standard (MTS) tuning dump.
-
**Describe the bug**
When opening the web page I get the following popup message:
```TypeError: navigator.requestMIDIAccess is not a function```
**To Reproduce**
1. Followed the installation gu…
-
From https://github.com/wcgbg/terpstrakeyboard/issues/2#issue-299093072
> Web MIDI API: https://www.w3.org/TR/webmidi/
>
> Ability to send real-time MIDI Tuning Standard System Exclusive messages.…
-
**Description**
Would be nice to be able to send PCM data to the player and have the player be able to render it. This could be done by extending the SoLoud C++ [AudioSource](https://solhsa.com/sol…
-
Tone.js allows primitive sine wave based synth.
Explore the possibility of e.g. midi to get more realistic sounds.
-
I'm not sure how much effort this would take but it would be nice to explore the idea and see if it is possible to get this library working in Node.js.