Jamoma API  0.6.0.a19
Max/library/includes/JamomaSymbols.h File Reference

Jamoma symbols cached to avoid repeated calls to the expensive SymbolGen() function. More...

#include "JamomaForMax.h"
+ Include dependency graph for Max/library/includes/JamomaSymbols.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

JAMOMA_EXPORT t_symbol * jps_low
 Pointer to the symbol "low", used in clipping.
 
JAMOMA_EXPORT t_symbol * jps_high
 Pointer to the symbol "high", used in clipping.
 
JAMOMA_EXPORT t_symbol * jps_both
 Pointer to the symbol "both", used in clipping.
 
JAMOMA_EXPORT t_symbol * jps_wrap
 Pointer to the symbol "wrap", used in clipping.
 
JAMOMA_EXPORT t_symbol * jps_fold
 Pointer to the symbol "fold", used in clipping.
 
JAMOMA_EXPORT t_symbol * jps_inc
 Pointer to the symbol "inc", used for stepwise increment of parameter value.
 
JAMOMA_EXPORT t_symbol * jps_dec
 Pointer to the symbol "dec", used for stepwise decrement of parameter value.
 
JAMOMA_EXPORT t_symbol * jps_generic
 Pointer to the symbol "generic", one of the parameter and message data types.
 
JAMOMA_EXPORT t_symbol * jps_integer
 Pointer to the symbol "integer", one of the parameter and message data types.
 
JAMOMA_EXPORT t_symbol * jps_decimal
 Pointer to the symbol "decimal", one of the parameter and message data types.
 
JAMOMA_EXPORT t_symbol * jps_string
 Pointer to the symbol "string", one of the parameter and message data types.
 
JAMOMA_EXPORT t_symbol * jps_array
 This is deprecated, please use #jps_list, jps_decimalArray or jps_integerArray instead.
 
JAMOMA_EXPORT t_symbol * jps_decimalArray
 Pointer to the symbol "decimalArray", one of the parameter and message data types. Used for arrays of decimal values.
 
JAMOMA_EXPORT t_symbol * jps_integerArray
 Pointer to the symbol "integerArray", one of the parameter and message data types. Used for arrays of decimal values.
 
JAMOMA_EXPORT t_symbol * jps_boolean
 Pointer to the symbol "boolean", one of the parameter and message data types.
 
JAMOMA_EXPORT t_symbol * jps_none
 Pointer to the symbol "none", a data type that is only applicable to j.message.
 
JAMOMA_EXPORT t_symbol * jps_alias
 Pointer to the symbol "alias". A model can have an alias in addition to the regularly assigned name. This can be used to address models with descriptive and content-related names that might change over time.
 

Detailed Description

Jamoma symbols cached to avoid repeated calls to the expensive SymbolGen() function.

Authors
Tim Place

Definition in file Max/library/includes/JamomaSymbols.h.