Thread with 3 posts
jump to expanded posthad an extremely silly idea for a MIDI webapp earlier today and will need to do it tomorrow when less tired
I spent all day today making a little toy webapp that simulates the Roland JV-1010 Out Of The Box Experience™… without the synth part. But it does let you listen to the Phrase Previews™, if you have some other MIDI synth on hand.
this was such a fun one-day project:
- turning vector lineart in the owner's manual PDF into a colour SVG with gradients
- implementing DAW-style knob controls in JavaScript
- making my own 7-segment display encoder lookup table
- writing a MIDI player! and our second SMF parser