Earlier quoted context omitted.
MIDI is well past its prime. It places unnecessary limitations on musical expression. I'd like to see browsers (and instruments) adopting Open Sound Control. http://en.wikipedia.org/wiki/Open_Sound_Control
One could argue that it places necessary limitations on musical expression that allowed it to flourish. Defining scales, etc in the protocol left some issues w/ microtonal stuff. The timing protocol is a bit squidgy for beat matching, but if you look at OSC everyone creates their own namespace and instead of one protocol you have a bunch of devices with different mapping conventions. I would say the 0-127 range of co…
Show HN: The first websynth that's 100% mappable to a MIDI controller
11–20 of 47 posts
Re: Show HN: The first websynth that's 100% mappable to a MIDI controller
#12Earlier quoted context omitted.
MIDI is well past its prime. It places unnecessary limitations on musical expression. I'd like to see browsers (and instruments) adopting Open Sound Control. http://en.wikipedia.org/wiki/Open_Sound_Control
One could argue that it places necessary limitations on musical expression that allowed it to flourish. Defining scales, etc in the protocol left some issues w/ microtonal stuff. The timing protocol is a bit squidgy for beat matching, but if you look at OSC everyone creates their own namespace and instead of one protocol you have a bunch of devices with different mapping conventions. I would say the 0-127 range of co…
But the beautiful thing about MIDI is how plug-and-play it is, because of the one standard. You can plug one keyboard into another and boom, you have an instant controller. I can't see that functionality in OSC's future.
0-127 is really limiting though - I've tried using faders where 0 is no volume, and 127 is max volume, and it just doesn't feel like there is enough resolution to fine-tune things.
Re: Show HN: The first websynth that's 100% mappable to a MIDI controller
#13Earlier quoted context omitted.
One could argue that it places necessary limitations on musical expression that allowed it to flourish. Defining scales, etc in the protocol left some issues w/ microtonal stuff. The timing protocol is a bit squidgy for beat matching, but if you look at OSC everyone creates their own namespace and instead of one protocol you have a bunch of devices with different mapping conventions. I would say the 0-127 range of co…
Re the 0-127 range, you may be familiar with this, but many devices are capable of sending 14-bit MIDI messages by combining 2 different MIDI CCs, allowing for much finer control. 106.js supports both 7 and 14-bit messages.
Re: Show HN: The first websynth that's 100% mappable to a MIDI controller
#14Earlier quoted context omitted.
MIDI is well past its prime. It places unnecessary limitations on musical expression. I'd like to see browsers (and instruments) adopting Open Sound Control. http://en.wikipedia.org/wiki/Open_Sound_Control
One could argue that it places necessary limitations on musical expression that allowed it to flourish. Defining scales, etc in the protocol left some issues w/ microtonal stuff. The timing protocol is a bit squidgy for beat matching, but if you look at OSC everyone creates their own namespace and instead of one protocol you have a bunch of devices with different mapping conventions. I would say the 0-127 range of co…
(TBF if I think 14 bit midi is a hack then I should really be against OSC)
Re: Show HN: The first websynth that's 100% mappable to a MIDI controller
#15(Also I cant seem to get the release to work on the envelope.)
If anyone is interested in an accurate emulation of this classic synth, heres one that sounds largely identical to the real thing and is very reasonably priced: http://kunz.corrupt.ch/products/tal-u-no-lx
Re: Show HN: The first websynth that's 100% mappable to a MIDI controller
#16Just had a play with this. Very nice! The real juno lets you turn on both choruses at the same time though :) (Also I cant seem to get the release to work on the envelope.) If anyone is interested in an accurate emulation of this classic synth, heres one that sounds largely identical to the real thing and is very reasonably priced: http://kunz.corrupt.ch/products/tal-u-no-lx
Basically, use Chrome for now if you want it to play nice. WebMIDI is only supported in Chrome anyhow.
Also, 100% agreed on TAL U-NO-LX, it's one of my favorite plug-ins and the price is great!
Re: Show HN: The first websynth that's 100% mappable to a MIDI controller
#17Re: Show HN: The first websynth that's 100% mappable to a MIDI controller
#18Re: Show HN: The first websynth that's 100% mappable to a MIDI controller
#19I thought Soundtrap [1] was able to accept MIDI input as well. Is the "100%" the distinction here? [1] https://www.soundtrap.com/
In 106.js, every UI control is arbitrarily assignable to any MIDI CC message, so you can map it to your device however you like. That's a feature I'm used to ("MIDI learn") from desktop DAWs, but haven't seen in any other websynths yet.
You won't be able to see the UI for this feature at all unless you've got a MIDI controller plugged in, though.
Re: Show HN: The first websynth that's 100% mappable to a MIDI controller
#20Just had a play with this. Very nice! The real juno lets you turn on both choruses at the same time though :) (Also I cant seem to get the release to work on the envelope.) If anyone is interested in an accurate emulation of this classic synth, heres one that sounds largely identical to the real thing and is very reasonably priced: http://kunz.corrupt.ch/products/tal-u-no-lx
In Firefox the envelope release is broken, and overall performance seems worse compared to Chrome, for reasons I haven't really bothered to investigate deeply. It mostly works in Safari, but Safari does something different with garbage collection of audio nodes, so the note-stealing behavior doesn't work right. Basically, use Chrome for now if you want it to play nice. WebMIDI is only supported in Chrome anyhow. Also…