Julius Smith

Results 53 comments of Julius Smith

In the source I am looking at, T60 is not defined. Dividing a t60 by 6.91 converts it into a standard "time constant of exponential decay", normally denoted "tau". So...

I feel I should mention that the use of t60 as a measure of "audio decay time" for an exponential came from the literature on artificial reverberation, not analog synth...

Does anyone have a pointer to doc, or readable schematic, for a classic analog synth or envelope module that specifies envelope segment durations in terms of time constants? In my...

That fits together pretty well I think. Defining attack time as one time-constant corresponds to saying the attack "happens" when the rising envelope comes within 4 dB of the attack...

Yes, `attach` must attach to a signal that _survives_. It would be nice to have a primitive that works like you expected, e.g., `hbargraph("test", 0, 5) : persist`.

This reproduces it on Mac OSX ARM just using the latest `main` branch: ``` bash /bin/rm -rf ./build/ mkdir build cd build CXX=/usr/bin/clang++ conan profile new --detect default conan install...

Looks great to me as well! I'm not sure I am completely up to speed, but I have the following comments so far: 1. It would be great if we...

It can be argued that diagonal SSMs use a variant of RoPE when $A(n,n)$ has an imaginary part.

I too am on an M1 MacBook Pro, and installs ok for me in the environment created like this: ```conda create -n env_pytorch python=3.11```