-
First of all thanks sharing this project! Very inspirational :)
Afaics you're using predefined set of synths via Tone.js to generate sounds. However I thought it would be also super fun to use Hand…
-
We could have a text box displaying synth-specific help text. Question would be where to put it. In the setup menu, there is not much space and I can't display the setup message for all synths selecte…
-
When I want to add a Synth track it seems that I have too many plugins installed:
![Screenshot from 2020-05-16 10-08-40](https://user-images.githubusercontent.com/114441/82121860-29aac980-975e-11ea…
-
Hello, I just installed this for the first time and made my own MIDI adapter for the GPIO pins using your schematic. I hooked up an OLED display and it works properly. Munt is missing some note-off'…
-
First of all, thank you again for your continued work improving this amazing implementation of musenet. I have been using 2.0 and it feels like a marked improvement especially with the ability to limi…
-
It's my first time playing around with MIDI so I am no expert on this subject but it seems to me like MidiOutWinApi.MidiCaps has the incorrect flags set as I am having issues when determining the supp…
-
Hi, this project really looks amazing and after I played in the web version for a while, looked through the code here in the repo, my head started spinning around, and I got very curios about the poss…
-
Right now Surge Vocoder works as follows:
The modulator is “audioin_nonOS” and the carrier is whatever you route as the input.
So that leads me to belive if you want to use it you (1) set up a s…
-
Title sums it up... I'm envisioning a javascript plugin that allows the user to easily include different instruments/effects with a consistent API (e.g. Instrument objects with Play methods that take …
-
Hi!
I've been playing with the WebMIDI API for a while now,
mostly using it to output messages to software and hardware.
I also often use the WebAudio API (and related frameworks like Tone.js)…