Skip to content

A techno album produces using SuperCollider, sox, and math

Notifications You must be signed in to change notification settings

ckmahoney/minimal-techno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

minimal-techno

A mini minimal techno album made with SuperCollider, sox, and math.

There is no patterning or sequencing happening in any of the SuperCollider files. Each one simultaneously plays a collection of sine waves.

/scores contains the SuperCollider files used to produce the album.

/recordings contains audio samples taken while recording each individual file in /scores. It also has the script mix for producing the album.

/album is the output directory for the album.

Build

cd recording && sh mix

Play

Use your favorite media player, or

cd album;
for file in `ls`; do play $file; done;

About

A techno album produces using SuperCollider, sox, and math

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published