[music-dsp] Sliding frequency notes
Thomas Strathmann
thomas at pdp7.org
Thu Sep 16 16:48:43 EDT 2010
On 9/16/10 22:31 , Alan Wolfe wrote:
> besides not having sliding note frequencies working, i have a
> programmable poly synth working that has a seek time of O(0).
You mention the complexity class O(0) again. Having complexity of O(0)
would mean that your algorithm needs _no_ operations to perform an
operation. Do you mean constant time complexity (which would be
complexity class O(1))? But what you mean by "seek time" and "seek time
of O(0)" is less than clear. What exactly are you trying to do and what
exactly are the resource constraints?
Thomas
More information about the music-dsp
mailing list