Skip to content

A SuperCollider interface for the Torso Electronics T-1

Notifications You must be signed in to change notification settings

torsoelectronics/T1.quark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuperCollider interface for the Torso Electronics T-1

https://torsoelectronics.com/

This SuperCollider package adds easy-to-use interfaces for the Torso Electronics T-1 Algorithmic Sequencer.

Among other things, it makes it really easy to make custom interfaces for the T-1's many streams of MIDI. Or, if you just want to easily play a SynthDef on one of the T-1's midi channels, it's as easy as:

(
z = T1SynthMachine.start();
z.setSynthDefForChannel(synthDefName: \default, midiChannel: 0)
)

See the help files for more information.

Installation

From within SuperCollider, run the following line of code to automatically install this package:

Quarks.install("https://github.com/torsoelectronics/T1.quark")

And then recompile.

About

A SuperCollider interface for the Torso Electronics T-1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published