Concat2:
Filter:
Classes (extension) | UGens > GranularSynthesis

Concat2 : UGen : AbstractFunction : Object
ExtensionExtension

Concatenative Cross-Synthesis on Live Streams
Source: Concat.sc

Description

See Concat for a longer description. This version two is a "better live concatenative synthesiser".

Class Methods

Concat2.ar(control, source, storesize: 1.0, seektime: 1.0, seekdur: 1.0, matchlength: 0.05, freezestore: 0, zcr: 1.0, lms: 1.0, sc: 1.0, st: 0.0, randscore: 0.0, threshold: 0.01, mul: 1.0, add: 0.0)

Arguments:

control

audio rate input, acts as control

source

audio rate input, source for cross-synthesis

storesize

size of source store sample buffer in seconds

seektime

Time in seconds into the past to start searching for matches

seekdur

Time in seconds from seektime towards the present to test matches

matchlength

Match length in seconds (this will be rounded to the nearest FFT frame)

freezestore

Stop collecting novel source input, keep store (database) fixed

zcr

Weight for zero crossing rate feature

lms

Weight for log mean square amplitude feature

sc

Weight for spectral centroid feature

st

Weight for spectral tilt feature

randscore
threshold

Inherited class methods

Instance Methods

Inherited instance methods

Examples