Skip to content

Latest commit

 

History

History
executable file
·
22 lines (12 loc) · 1.14 KB

README.md

File metadata and controls

executable file
·
22 lines (12 loc) · 1.14 KB

TeensyHeadTracker.quark

A convenient interface for the Teensy Head Tracker

This quark is a convenient interface that makes it easy to use the TeensyHeadTracker, a DIY head tracker for 3D audio production.

It automatically sets up the head tracker, connects SuperCollider to it and patches it into a "global fx" type setup with a binaural decoder at the main output, allowing you to monitor your ambisonics work in SuperCollider and rotate your head inside of the scene using the tracker.

The package supports using native ATK objects to handle all of the rotation and decoding.

See the helpfile for more information.

Dependencies

  • The CC14 and atk-sc3 quarks (these are installed automatically through the quark system when installing this package).

This quark depends on the ambisonic toolkit and requires a full installation of it. See these instructions for more information.

Installation

Open up SuperCollider and evaluate the following line of code: Quarks.install("https://github.com/notam02/teensyheadtracker.quark")