Jamoma API  0.6.0.a19
PureData/source/j.model/j.model_signal.cpp File Reference

j.model / j.view - signal features More...

#include "j.model.h"
+ Include dependency graph for PureData/source/j.model/j.model_signal.cpp:

Go to the source code of this file.

Functions

void model_signal_amenities (TTPtr self, t_symbol *msg, long argc, t_atom *argv)
 
void model_signal_return_data_active (TTPtr self, t_symbol *msg, long argc, t_atom *argv)
 
void model_signal_return_data_bypass (TTPtr self, t_symbol *msg, long argc, t_atom *argv)
 
void model_signal_return_audio_mute (TTPtr self, t_symbol *msg, long argc, t_atom *argv)
 
void model_signal_return_audio_bypass (TTPtr self, t_symbol *msg, long argc, t_atom *argv)
 
void model_signal_return_audio_mix (TTPtr self, t_symbol *msg, long argc, t_atom *argv)
 
void model_signal_return_audio_gain (TTPtr self, t_symbol *msg, long argc, t_atom *argv)
 

Detailed Description

j.model / j.view - signal features

Authors
Théo de la Hogue, Trond Lossius, Antoine Villeret

Definition in file PureData/source/j.model/j.model_signal.cpp.

Function Documentation

void model_signal_amenities ( TTPtr  self,
t_symbol *  msg,
long  argc,
t_atom *  argv 
)
Parameters
self
attr
argc
argv

Definition at line 20 of file PureData/source/j.model/j.model_signal.cpp.

References WrappedModularInstance::internals, WrappedModularInstance::iterateInternals, jamoma_patcher_get_input_output(), TTHash::lookup(), model_test_amenities(), WrappedModularInstance::patcherPtr, and TTObject::set().

Referenced by model_subscribe(), and WrapTTContainerClass().

+ Here is the call graph for this function:

void model_signal_return_audio_bypass ( TTPtr  self,
t_symbol *  msg,
long  argc,
t_atom *  argv 
)
Parameters
self
attr
argc
argv

Definition at line 208 of file PureData/source/j.model/j.model_signal.cpp.

References WrappedModularInstance::internals, jamoma_ttvalue_from_Atom(), TTHash::lookup(), and TTObject::send().

Referenced by WrapTTContainerClass().

+ Here is the call graph for this function:

void model_signal_return_audio_gain ( TTPtr  self,
t_symbol *  msg,
long  argc,
t_atom *  argv 
)
Parameters
self
attr
argc
argv

Definition at line 240 of file PureData/source/j.model/j.model_signal.cpp.

References WrappedModularInstance::internals, jamoma_ttvalue_from_Atom(), TTHash::lookup(), and TTObject::send().

Referenced by WrapTTContainerClass().

+ Here is the call graph for this function:

void model_signal_return_audio_mix ( TTPtr  self,
t_symbol *  msg,
long  argc,
t_atom *  argv 
)
Parameters
self
attr
argc
argv

Definition at line 224 of file PureData/source/j.model/j.model_signal.cpp.

References WrappedModularInstance::internals, jamoma_ttvalue_from_Atom(), TTHash::lookup(), and TTObject::send().

Referenced by WrapTTContainerClass().

+ Here is the call graph for this function:

void model_signal_return_audio_mute ( TTPtr  self,
t_symbol *  msg,
long  argc,
t_atom *  argv 
)
Parameters
self
attr
argc
argv

Definition at line 192 of file PureData/source/j.model/j.model_signal.cpp.

References WrappedModularInstance::internals, jamoma_ttvalue_from_Atom(), TTHash::lookup(), and TTObject::send().

Referenced by WrapTTContainerClass().

+ Here is the call graph for this function:

void model_signal_return_data_active ( TTPtr  self,
t_symbol *  msg,
long  argc,
t_atom *  argv 
)
Parameters
self
attr
argc
argv

Definition at line 160 of file PureData/source/j.model/j.model_signal.cpp.

References WrappedModularInstance::internals, TTHash::lookup(), and TTObject::send().

Referenced by WrapTTContainerClass().

+ Here is the call graph for this function:

void model_signal_return_data_bypass ( TTPtr  self,
t_symbol *  msg,
long  argc,
t_atom *  argv 
)
Parameters
self
attr
argc
argv

Definition at line 176 of file PureData/source/j.model/j.model_signal.cpp.

References WrappedModularInstance::internals, jamoma_ttvalue_from_Atom(), TTHash::lookup(), and TTObject::send().

Referenced by WrapTTContainerClass().

+ Here is the call graph for this function: