Jamoma API  0.6.0.a19

Various constants used in Jamoma. More...

+ Collaboration diagram for Constants:

Variables

TTFOUNDATION_EXPORT const TTFloat32 kTTLookupEqualPower []
 Equal Power lookup table, 512 elements.
 
TTFOUNDATION_EXPORT const TTFloat32 kTTLookupSquareRoot []
 Square Root lookup table, 512 elements.
 
TTFOUNDATION_EXPORT const TTFloat32 kTTLookupEqualPowerSymetric []
 Equal Power lookup table with 0.701 at element 256.
 
TTFOUNDATION_EXPORT const TTFloat32 kTTLookupSquareRootSymetric []
 Square Root lookup table with 0.701 at element 256.
 
TTFOUNDATION_EXPORT const TTFloat32 kTTLookupHalfPaddedwWelch []
 256 point window table (the first half of it)
 
TTFOUNDATION_EXPORT const TTFloat32 kTTLookupQuarterSine []
 Quarter Sine lookup table.
 
TTFOUNDATION_EXPORT const TTFloat64 kTTPi
 [doxygenAppendixC_constExample] More...
 
TTFOUNDATION_EXPORT const TTFloat64 kTTHalfPi
 Pre-calculated value of pi/2.
 
TTFOUNDATION_EXPORT const TTFloat64 kTTQuarterPi
 [doxygenAppendixC_constExample] More...
 
TTFOUNDATION_EXPORT const TTFloat64 kTTTwoPi
 Pre-calculated value of pi * 2.
 
TTFOUNDATION_EXPORT const TTFloat64 kTTAntiDenormalValue
 Constant used by the ttantidenormal function.
 
TTFOUNDATION_EXPORT const TTFloat64 kTTSqrt2
 Pre-calculated square-root of 2 (1.4142).
 
TTFOUNDATION_EXPORT const TTFloat64 kTTHalfSqrt2
 Pre-calculated value of sqrt(2)/2 (0.701).
 
TTFOUNDATION_EXPORT const TTFloat64 kTTTwoSqrt2
 Pre-calculated value of 2 * sqrt(2) (2.8284).
 
TTFOUNDATION_EXPORT const TTFloat64 kTTEpsilon
 A very very small value, used for float equality comaprisments.
 
TTFOUNDATION_EXPORT const TTFloat64 kTTRadiansToDegrees
 Factor constant for converting radians to degrees.
 
TTFOUNDATION_EXPORT const TTFloat64 kTTDegreesToRadians
 Factor constant for converting degrees to radians.
 
TTFOUNDATION_EXPORT const TTFloat64 kTTGainMidiPower
 Power constant used when calculating MID gain.
 
TTFOUNDATION_EXPORT const TTFloat64 kTTGainMidiPowerInv
 Invverse power constant used when calculating MID gain.
 
TTFOUNDATION_EXPORT const TTFloat64 kTTInv255
 Constant for color representation when converting from char8 to float representation.
 
TTDSP_EXPORT const TTChannelCount kTTMaxChannelsPossible
 The maximum number of audio channels that Jamoma DSP (and AudioGraph) is able to deal with. More...
 

Detailed Description

Various constants used in Jamoma.

Variable Documentation

TTDSP_EXPORT const TTChannelCount kTTMaxChannelsPossible

The maximum number of audio channels that Jamoma DSP (and AudioGraph) is able to deal with.

This depends on the TTChannelCount type used to store the number of channels.

Definition at line 21 of file TTDSP.cpp.

TTFOUNDATION_EXPORT const TTFloat64 kTTQuarterPi

[doxygenAppendixC_constExample]

Pre-calculated value of pi/4.

Definition at line 29 of file TTBase.cpp.