Hacker News new | ask | show | jobs
by clumsycomputer 1372 days ago
hi gus

the animation is something i constructed in order to help facilitate discussion and get help :)

i've outlined the computations more detail in a reply below

by constant time i mean O(1)

computing the white dot currently requires me to sweep the already computed loop points which isn't a big deal in a lot of use cases, but with audio its a show stopper

the white dot is also the key to a much more complex computation that im using

1 comments

> by constant time i mean O(1)

O(1) in what?