atk-sc3
atk-sc3 copied to clipboard
An extension library for the SuperCollider programming language
Include example of use of `FoaProximity.ar` on [Encoding FOA](https://depts.washington.edu/dxscdoc/Help/Guides/Encoding-FOA.html). A model example is found here: [Encode from FOA](https://depts.washington.edu/dxscdoc/Help/Guides/HOA-NFE.html#Encode%20from%20FOA).
There are a few reasons to refactor user facing FOA implementations: 1. simplify maintenance 2. reduce footprint 3. clarify implementation of theory Given that not all FOA operations are analytically...
0 - 1 indicators, identifying: - travelling - spherical - planar - standing - reactive - modal - pressure - velocity
I ran `Quarks.install("https://github.com/ambisonictoolkit/atk-sc3.git");` on an embedded platform (Bela), where Sc 3.11.2 is installed, but it doesn't include any of the GUI stuff (Sc on this platform is built with `-DNO_X11=ON...
Not a big issue, but I noticed that FOA analysis Ugens related to the _reactive_ intensity include the `method` argument. As the docs helpfully point out, _reactive_ metrics aren't supported...
From [Previous ATK tracker](https://web.archive.org/web/20150304125531/http://www.ambisonictoolkit.net/wiki/tiki-view_tracker.php?trackerId=3) There are several choices possible, but two options appear suitable: - mono encoder - stereo encoder For both of these, we'll want to generate new RIRs...
Two examples in the ATK help system illustrate Transformation by using mono Pink noise and mouse cursor. One example on UHJ decoding uses global variables for both decoder and encoder....
In a number of places ([example](https://github.com/ambisonictoolkit/atk-sc3/blob/c2acfe8437c0c432385ca1f2325bc9264d0353f1/Classes/FoaMatrix.sc#L206)) in Atk there is a convention attempting a cleaner error reporting: ```supercollider "error message".error; this.halt; ``` This results in an error message without the...
Add tutorial pages to atk-sc3 documentation. Will need to also close this issue with [atk-sounds](https://github.com/ambisonictoolkit/atk-sounds/issues/2).