SLOnset:
Filter:
Classes (extension) | UGens > Analysis

SLOnset : UGen : AbstractFunction : Object
ExtensionExtension

experimental time domain onset detector
Source: SLUGens.sc

//SLUGens released under the GNU GPL as extensions for SuperCollider 3, by Nick Collins, http://composerprogrammer.com/index.html 

Description

Purely time domain onset detector

Works well for loud signals but fainter onsets are missed, and really loud onsets lead to multiple triggers.

(my note: needs some sort of log amplitude correction?)

Class Methods

Inherited class methods

Undocumented class methods

SLOnset.kr(input, memorysize1: 20, before: 5, after: 5, threshold: 10, hysteresis: 10, mul: 1.0, add: 0.0)

Instance Methods

Inherited instance methods

Examples