Skip to content

calumgunn/StageMaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StageMaster

StageMaster is a light mastering chain for use during live performance in SuperCollider.

It adds light compression, EQ and limiting to all output. Current defaults are tuned to the author's tastes.

Based on the excellent StageLimiter by Batuhan Bozkurt.

Installation

In SuperCollider, evaluate the following code to install it as a quark:

Quarks.install("https://github.com/calumgunn/StageMaster.git");

Usage

StageMaster.activate(numChannels: 2, compThreshold: 0.7, limiterLevel: 1.0, highEndDb: 3.0);

StageMaster.deactivate;

About

A light mastering chain for SuperCollider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published