Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 887 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 887 Bytes

SpaceTracker

A human readable and writable plain-text format for musical notes and other performance control signals.

Implemented for SuperCollider.

Install

cd $MY_SUPERCOLLIDER_EXTENSIONS_DIR
git clone https://github.com/carlocapocasa/SpaceTracker.git
# restart language 

Update

cd $MY_SUPERCOLLIDER_EXTENSIONS_DIR/SpaceTracker
git pull
# restart language 

Dependency

The SpaceTracker implementation converts to timed buffers and audio files. To record these and play them back, TimedBufferUGens are required. See https://github.com/carlocapocasa/TimedBufferUGens

Usage

Please see the help files help/SpaceTrackerGuide.schelp and help/SpaceTracker.schelp for instructions and examples

License

Copyright (c) 2013 - 2017 Carlo Capocasa. Licensed under the GNU General Public License 2.0 or later.