atk-sc3
atk-sc3 copied to clipboard
An extension library for the SuperCollider programming language
Let's relax the constraint in the `Matrix` class (MathLib) that values must be numbers: ```supercollider // just this commenting out put { arg row, col, val; super.at(row).put(col, val) /*if( val.isNumber,{...
Add note to FoaAdmittance schelp documenting the returned quantity is the complex conjugate of admittance, i.e., as another form of _normalized intensity_: - A = I / Wp - E...
[Kronlachner's](https://phaidra.kug.ac.at/view/o:8569) spherical cap windowing model proposes what is equivalent to a rectangular window over a portion of the sphere. We've seen two artifacts when using this approach: 1. ripples in...
Revisit implementation: equally distributed (post distortion) form.
Consider adding shelf filter UGen
[Related packages](https://depts.washington.edu/dxscdoc/Help/Tutorials/ABCs-of-the-ATK.html#Related%20packages): > When you've fully completed the [installation](https://depts.washington.edu/dxscdoc/Help/Tutorials/ABCs-of-the-ATK.html#Installation) of the ATK, you'll automagically also have two other packages installed, the [SuperCollider builtins](https://depts.washington.edu/dxscdoc/Help/Tutorials/ABCs-of-the-ATK.html#SuperCollider)[8](https://depts.washington.edu/dxscdoc/Help/Tutorials/ABCs-of-the-ATK.html#footnote_8) and those found in [JoshUGens](https://depts.washington.edu/dxscdoc/Help/Tutorials/ABCs-of-the-ATK.html#JoshUGens). The other...
Add **diametric coefficient** method(s). This will be useful for soundfield synthesis from analysis. Consider the relation to `FoaMFreqOsc` the FOA monofrequent soundfield generator.
[SOFA (Spatially Oriented Format for Acoustics)](https://www.sofaconventions.org/mediawiki/index.php/SOFA_(Spatially_Oriented_Format_for_Acoustics)) Rather than directly interfacing SOFA, probably the best thing would be a stand-alone quark. This quark could be lightweight and modeled after [ADT quark](https://gitlab.com/dxarts/projects/adt.quark).
Add to MathLib?