Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.03 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.03 KB

Ambisonic Toolkit (ATK) setup in SuperCollider

To follow along with some of the examples and experiment more with binaural audio, you should install the Ambisonic Toolkit (ATK) Quark in SuperCollider.

Be sure you have the SC3-plugins installed (if not, follow the instructions on the website):

Platform.userExtensionDir.openOS
// (you should see an "SC3plugins" directory there)

Install the ATK Quark:

Quarks.install("atk-sc3")
// (now recompile the SC language using Ctrl-Shift-L (Cmd-Shift-L on Mac))

Download the following data files:

Create/Open the ATK user support directory:

(
Atk.createUserSupportDir;
Atk.openUserSupportDir;
)

Now, extract the downloaded zip files and copy the kernels and matrices directories into the support directory.