Show HN: Super Looper – Disco Sequencer App
21–30 of 37 posts
Re: Show HN: Super Looper – Disco Sequencer App
#22Awesome stuff. Would love to be able to save and share à la jsfiddle.
Edit: here's what one of the save links give you: http://superlooper.universlabs.co.uk/OHu1
or another that's a bit more spare: http://superlooper.universlabs.co.uk/4wCk
The slightly-missed timings are a bit hard to listen to, but this is great fun.
Re: Show HN: Super Looper – Disco Sequencer App
#23A bit of quantization (automatically aligning notes to the beat) would really improve this. Not sure how computationally feasible that is though.
In JavaScript, in particular if you're not using Chrome? Apparently just about impossible (I haven't seen reliable timing yet).
There are a lot of downsides to embedded Flash, applets, etc., but it's going to be a long time until the things that were possible with plugins a decade ago (including decent timing, and even plugging your MIDI keyboard in as an input for a application like this) are possible without plugins.
I have some faith we'll get there eventually; but it's a frustrating time during the gap.
Re: Show HN: Super Looper – Disco Sequencer App
#24A bit of quantization (automatically aligning notes to the beat) would really improve this. Not sure how computationally feasible that is though.
Very possible with Flash, Java, etc. in the past. In JavaScript, in particular if you're not using Chrome? Apparently just about impossible (I haven't seen reliable timing yet). There are a lot of downsides to embedded Flash, applets, etc., but it's going to be a long time until the things that were possible with plugins a decade ago (including decent timing, and even plugging your MIDI keyboard in as an input for a…
i've implemented naive quantization and MIDI control in my own web apps, without plugins...
Re: Show HN: Super Looper – Disco Sequencer App
#25Re: Show HN: Super Looper – Disco Sequencer App
#26Re: Show HN: Super Looper – Disco Sequencer App
#27Earlier quoted context omitted.
Very possible with Flash, Java, etc. in the past. In JavaScript, in particular if you're not using Chrome? Apparently just about impossible (I haven't seen reliable timing yet). There are a lot of downsides to embedded Flash, applets, etc., but it's going to be a long time until the things that were possible with plugins a decade ago (including decent timing, and even plugging your MIDI keyboard in as an input for a…
you have sample level control- why impossible? i've implemented naive quantization and MIDI control in my own web apps, without plugins...
Re: Show HN: Super Looper – Disco Sequencer App
#28Earlier quoted context omitted.
you have sample level control- why impossible? i've implemented naive quantization and MIDI control in my own web apps, without plugins...
links or it didn't happen. ;)
MIDI file parsing/writing/manipulation for js: https://github.com/kn0ll/midi.js
MIDI control for js (requires a server component, wrote this prior to the web MIDI API): https://github.com/kn0ll/midi.io
experimental 3d step sequencer (quantized, naturally): https://github.com/kn0ll/phon2
the issue i had with quantizing captured input is the latency between the device input and the time it's read into the program. this is why i said "naive" quantization. but it works fine for 1/8 steps, and 1/16 steps at most tempos.
Re: Show HN: Super Looper – Disco Sequencer App
#29Re: Show HN: Super Looper – Disco Sequencer App
#30Thought I'd share my tune with you guys and perhaps the person who made this sees it and finds it funny.
Rather catchy if I may say it myself.