RNBO Objects & Operators t60time~
Open Help

t60time~

Returns t60 time for sample-rate multiplier.

Description

Estimates the decay time (in samples) of a given decay factor. That is, given a multiplier X, returns a number T such that, after T multiplications of a signal by X, that signal would be attenuated by 60 decibels. It is the complement of the t60~ object.

Arguments

multiplier [auto]

Optional

The decay factor to estimate the duration of. The output of the t60 object can be used to generate this value.

Inlets

multiplier [auto]

The decay factor to estimate the duration of. The output of the t60 object can be used to generate this value.

Outlets

out1 [signal]

Returns the estimated duration in samples that will result in a 60db decay of an input signal based on the input delay factor.

Dynamic Attributes

These attributes can be modified in the code during execution using the set object

multiplier [auto]

The decay factor to estimate the duration of. The output of the t60 object can be used to generate this value.

reset [bang] (default: 0)

Banging this attribute will reset the object to its default state.

See Also

Name Description
t60time Returns t60 time for sample-rate multiplier.
adsr~ Attack-Decay-Sustain-Release envelope generator
delay~ Signal delay
line~ Linear ramp generator
t60 Returns t60 multiplication factor.
t60~ Returns t60 multiplication factor.