|
Jamoma API
0.6.0.a19
|
j.model / j.view - The main control center of Jamoma model and view patcher More...
Include dependency graph for Max/source/j.model/j.model.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | t_extra |
| Data structure for storing extra data. More... | |
Functions | |
| void | WrapTTContainerClass (WrappedClassPtr c) |
| Set up what methods (Max messages) that the wrapped class is to respond to. More... | |
| void | WrappedContainerClass_new (TTPtr self, long argc, t_atom *argv) |
| Constructor: Initiate the wrapped object instance. More... | |
| void | WrappedContainerClass_free (TTPtr self) |
| Deconstructor: Destroy the object and free memory assigned to it. More... | |
| void | WrappedContainerClass_anything (TTPtr self, t_symbol *msg, long argc, t_atom *argv) |
| void | model_assist (TTPtr self, void *b, long msg, long arg, char *dst) |
| Display assist messages for inlets and outlets in Max. More... | |
| void | model_share_patcher_info (TTPtr self, TTValuePtr patcherInfo) |
| void | model_share_patcher_node (TTPtr self, TTNodePtr *patcherNode) |
| void | model_return_address (TTPtr self, t_symbol *msg, long argc, t_atom *argv) |
| void | model_return_value (TTPtr self, t_symbol *msg, long argc, t_atom *argv) |
| void | model_subscribe (TTPtr self) |
| void | model_subscribe_view (TTPtr self, t_symbol *msg, long argc, t_atom *argv) |
| void | model_return_upper_view_model_address (TTPtr self, t_symbol *msg, long argc, t_atom *argv) |
| void | model_init (TTPtr self) |
| void | model_address (TTPtr self, t_symbol *msg, long argc, t_atom *argv) |
| void | model_reference_write (TTPtr self, t_symbol *msg, long argc, t_atom *argv) |
| void | model_reference_dowrite (TTPtr self, t_symbol *msg, long argc, t_atom *argv) |
| void | model_preset_amenities (TTPtr self) |
| void | model_preset_return_names (TTPtr self, t_symbol *msg, long argc, t_atom *argv) |
| void | model_preset_filechanged (TTPtr self, char *filename, short path) |
| void | model_preset_read (TTPtr self, t_symbol *msg, long argc, t_atom *argv) |
| void | model_preset_doread (TTPtr self, t_symbol *msg, long argc, t_atom *argv) |
| void | model_preset_read_again (TTPtr self) |
| void | model_preset_doread_again (TTPtr self) |
| void | model_preset_write (TTPtr self, t_symbol *msg, long argc, t_atom *argv) |
| void | model_preset_dowrite (TTPtr self, t_symbol *msg, long argc, t_atom *argv) |
| void | model_preset_write_again (TTPtr self) |
| void | model_preset_dowrite_again (TTPtr self) |
| void | model_preset_default (TTPtr self) |
| void | model_preset_dorecall (TTPtr self, t_symbol *msg, long argc, t_atom *argv) |
| void | model_preset_edit (TTPtr self, t_symbol *msg, long argc, const t_atom *argv) |
| void | model_preset_edclose (TTPtr self, char **text, long size) |
| void | model_preset_doedit (TTPtr self) |
| t_max_err | model_preset_get_presets (TTPtr self, TTPtr attr, long *ac, t_atom **av) |
| t_max_err | model_preset_set_presets (TTPtr self, TTPtr attr, long ac, const t_atom *av) |
| t_max_err | model_get_amenities (TTPtr self, TTPtr attr, long *ac, t_atom **av) |
| t_max_err | model_set_amenities (TTPtr self, TTPtr attr, long ac, t_atom *av) |
| TTBoolean | model_test_amenities (TTPtr self, TTSymbol name) |
| 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) |
j.model / j.view - The main control center of Jamoma model and view patcher
Definition in file Max/source/j.model/j.model.h.
| void model_address | ( | TTPtr | self, |
| t_symbol * | msg, | ||
| long | argc, | ||
| t_atom * | argv | ||
| ) |
| self | |
| msg | |
| argc | |
| argv |
Definition at line 570 of file Max/source/j.model/j.model.cpp.
| void model_assist | ( | TTPtr | self, |
| void * | b, | ||
| long | msg, | ||
| long | arg, | ||
| char * | dst | ||
| ) |
Display assist messages for inlets and outlets in Max.
| self | Pointer to the object. |
| b | This does not seem to be used. |
| msg | "1" if we are to display assist message for an inlet, else we are to display assist message for an outlet. |
| arg | The number of the inlet or outlet that we are to display assist message for. 0 is the leftmost. |
| dst | Pointer to the destination used for displaying the assist message. |
Definition at line 464 of file Max/source/j.model/j.model.cpp.
| self | |
| attr | |
| ac | |
| av |
Definition at line 587 of file Max/source/j.model/j.model.cpp.
| void model_init | ( | TTPtr | self | ) |
| self |
Definition at line 450 of file Max/source/j.model/j.model.cpp.
| void model_preset_amenities | ( | TTPtr | self | ) |
| self |
Definition at line 19 of file Max/source/j.model/j.model_preset.cpp.
Referenced by model_subscribe().
| void model_preset_default | ( | TTPtr | self | ) |
| self |
Definition at line 221 of file Max/source/j.model/j.model_preset.cpp.
| void model_preset_doedit | ( | TTPtr | self | ) |
| self |
Definition at line 418 of file Max/source/j.model/j.model_preset.cpp.
| void model_preset_doread | ( | TTPtr | self, |
| t_symbol * | msg, | ||
| long | argc, | ||
| t_atom * | argv | ||
| ) |
| self | |
| msg | |
| argc | |
| argv |
Definition at line 70 of file Max/source/j.model/j.model_preset.cpp.
| void model_preset_doread_again | ( | TTPtr | self | ) |
| self |
Definition at line 108 of file Max/source/j.model/j.model_preset.cpp.
| void model_preset_dorecall | ( | TTPtr | self, |
| t_symbol * | msg, | ||
| long | argc, | ||
| t_atom * | argv | ||
| ) |
| self | |
| msg | |
| argc | |
| argv |
Definition at line 301 of file Max/source/j.model/j.model_preset.cpp.
| void model_preset_dowrite | ( | TTPtr | self, |
| t_symbol * | msg, | ||
| long | argc, | ||
| t_atom * | argv | ||
| ) |
| self | |
| msg | |
| argc | |
| argv |
Definition at line 139 of file Max/source/j.model/j.model_preset.cpp.
| void model_preset_dowrite_again | ( | TTPtr | self | ) |
| self |
Definition at line 187 of file Max/source/j.model/j.model_preset.cpp.
| void model_preset_edclose | ( | TTPtr | self, |
| char ** | text, | ||
| long | size | ||
| ) |
| self | |
| text | |
| size |
Definition at line 408 of file Max/source/j.model/j.model_preset.cpp.
Referenced by WrapTTContainerClass().
| void model_preset_edit | ( | TTPtr | self, |
| t_symbol * | msg, | ||
| long | argc, | ||
| const t_atom * | argv | ||
| ) |
| self | |
| msg | |
| argc | |
| argv |
Definition at line 314 of file Max/source/j.model/j.model_preset.cpp.
References TTSymbol::c_str(), TTString::c_str(), WrappedModularInstance::internals, TTHash::lookup(), WrappedModularInstance::patcherClass, TTObject::send(), TTObject::set(), and TTValue::size().
Referenced by WrapTTContainerClass().
Here is the call graph for this function:| void model_preset_filechanged | ( | TTPtr | self, |
| char * | filename, | ||
| short | path | ||
| ) |
| self | |
| filename | |
| path |
Definition at line 273 of file Max/source/j.model/j.model_preset.cpp.
Referenced by WrapTTContainerClass().
| self | |
| attr | |
| ac | |
| av |
Definition at line 467 of file Max/source/j.model/j.model_preset.cpp.
Referenced by WrapTTContainerClass().
| void model_preset_read | ( | TTPtr | self, |
| t_symbol * | msg, | ||
| long | argc, | ||
| t_atom * | argv | ||
| ) |
| self | |
| msg | |
| argc | |
| argv |
Definition at line 65 of file Max/source/j.model/j.model_preset.cpp.
Referenced by WrapTTContainerClass().
| void model_preset_read_again | ( | TTPtr | self | ) |
| self |
Definition at line 103 of file Max/source/j.model/j.model_preset.cpp.
Referenced by WrapTTContainerClass().
| void model_preset_return_names | ( | TTPtr | self, |
| t_symbol * | msg, | ||
| long | argc, | ||
| t_atom * | argv | ||
| ) |
| self | |
| msg | |
| argc | |
| argv |
Definition at line 59 of file Max/source/j.model/j.model_preset.cpp.
Referenced by WrapTTContainerClass().
| self | |
| attr | |
| ac | |
| av |
Definition at line 454 of file Max/source/j.model/j.model_preset.cpp.
Referenced by WrapTTContainerClass().
| void model_preset_write | ( | TTPtr | self, |
| t_symbol * | msg, | ||
| long | argc, | ||
| t_atom * | argv | ||
| ) |
| self | |
| msg | |
| argc | |
| argv |
Definition at line 134 of file Max/source/j.model/j.model_preset.cpp.
Referenced by WrapTTContainerClass().
| void model_preset_write_again | ( | TTPtr | self | ) |
| self |
Definition at line 182 of file Max/source/j.model/j.model_preset.cpp.
Referenced by WrapTTContainerClass().
| void model_reference_dowrite | ( | TTPtr | self, |
| t_symbol * | msg, | ||
| long | argc, | ||
| t_atom * | argv | ||
| ) |
| self | |
| msg | |
| argc | |
| argv |
Definition at line 540 of file Max/source/j.model/j.model.cpp.
| void model_reference_write | ( | TTPtr | self, |
| t_symbol * | msg, | ||
| long | argc, | ||
| t_atom * | argv | ||
| ) |
| self | |
| msg | |
| argc | |
| argv |
Definition at line 535 of file Max/source/j.model/j.model.cpp.
| void model_return_address | ( | TTPtr | self, |
| t_symbol * | msg, | ||
| long | argc, | ||
| t_atom * | argv | ||
| ) |
| self | |
| msg | |
| argc | |
| argv |
Definition at line 519 of file Max/source/j.model/j.model.cpp.
| void model_return_upper_view_model_address | ( | TTPtr | self, |
| t_symbol * | msg, | ||
| long | argc, | ||
| t_atom * | argv | ||
| ) |
| self | |
| msg | |
| argc | |
| argv |
Definition at line 431 of file Max/source/j.model/j.model.cpp.
| void model_return_value | ( | TTPtr | self, |
| t_symbol * | msg, | ||
| long | argc, | ||
| t_atom * | argv | ||
| ) |
| self | |
| msg | |
| argc | |
| argv |
Definition at line 527 of file Max/source/j.model/j.model.cpp.
| self | |
| attr | |
| ac | |
| av |
Definition at line 611 of file Max/source/j.model/j.model.cpp.
| void model_share_patcher_info | ( | TTPtr | self, |
| TTValuePtr | patcherInfo | ||
| ) |
| self | |
| patcherInfo |
Definition at line 487 of file Max/source/j.model/j.model.cpp.
| self | |
| patcherNode |
Definition at line 500 of file Max/source/j.model/j.model.cpp.
| void model_signal_amenities | ( | TTPtr | self, |
| t_symbol * | msg, | ||
| long | argc, | ||
| t_atom * | argv | ||
| ) |
| self | |
| attr | |
| argc | |
| argv |
Definition at line 19 of file Max/source/j.model/j.model_signal.cpp.
Referenced by model_subscribe(), and WrapTTContainerClass().
| void model_signal_return_audio_bypass | ( | TTPtr | self, |
| t_symbol * | msg, | ||
| long | argc, | ||
| t_atom * | argv | ||
| ) |
| self | |
| attr | |
| argc | |
| argv |
Definition at line 207 of file Max/source/j.model/j.model_signal.cpp.
Referenced by WrapTTContainerClass().
| void model_signal_return_audio_gain | ( | TTPtr | self, |
| t_symbol * | msg, | ||
| long | argc, | ||
| t_atom * | argv | ||
| ) |
| self | |
| attr | |
| argc | |
| argv |
Definition at line 239 of file Max/source/j.model/j.model_signal.cpp.
Referenced by WrapTTContainerClass().
| void model_signal_return_audio_mix | ( | TTPtr | self, |
| t_symbol * | msg, | ||
| long | argc, | ||
| t_atom * | argv | ||
| ) |
| self | |
| attr | |
| argc | |
| argv |
Definition at line 223 of file Max/source/j.model/j.model_signal.cpp.
Referenced by WrapTTContainerClass().
| void model_signal_return_audio_mute | ( | TTPtr | self, |
| t_symbol * | msg, | ||
| long | argc, | ||
| t_atom * | argv | ||
| ) |
| self | |
| attr | |
| argc | |
| argv |
Definition at line 191 of file Max/source/j.model/j.model_signal.cpp.
Referenced by WrapTTContainerClass().
| void model_signal_return_data_active | ( | TTPtr | self, |
| t_symbol * | msg, | ||
| long | argc, | ||
| t_atom * | argv | ||
| ) |
| self | |
| attr | |
| argc | |
| argv |
Definition at line 159 of file Max/source/j.model/j.model_signal.cpp.
Referenced by WrapTTContainerClass().
| void model_signal_return_data_bypass | ( | TTPtr | self, |
| t_symbol * | msg, | ||
| long | argc, | ||
| t_atom * | argv | ||
| ) |
| self | |
| attr | |
| argc | |
| argv |
Definition at line 175 of file Max/source/j.model/j.model_signal.cpp.
Referenced by WrapTTContainerClass().
| void model_subscribe | ( | TTPtr | self | ) |
| self |
Definition at line 191 of file Max/source/j.model/j.model.cpp.
| void model_subscribe_view | ( | TTPtr | self, |
| t_symbol * | msg, | ||
| long | argc, | ||
| t_atom * | argv | ||
| ) |
| self | |
| msg | |
| argc | |
| argv |
Definition at line 334 of file Max/source/j.model/j.model.cpp.
| self | |
| name |
Definition at line 635 of file Max/source/j.model/j.model.cpp.
| void WrappedContainerClass_anything | ( | TTPtr | self, |
| t_symbol * | msg, | ||
| long | argc, | ||
| t_atom * | argv | ||
| ) |
| self | Pointer to the object. |
| msg | The message sent to the object. |
| argc | The number of arguments of the message. |
| argv | The arguments of the message as an array of atoms. |
Definition at line 511 of file Max/source/j.model/j.model.cpp.
| void WrappedContainerClass_free | ( | TTPtr | self | ) |
Deconstructor: Destroy the object and free memory assigned to it.
| self | Pointer to the object. |
Definition at line 150 of file Max/source/j.model/j.model.cpp.
| void WrappedContainerClass_new | ( | TTPtr | self, |
| long | argc, | ||
| t_atom * | argv | ||
| ) |
Constructor: Initiate the wrapped object instance.
| self | Pointer to the object. |
| argc | The number of arguments to the new object instance |
| argv | Pointer to the array of atoms containing the arguments to the object instance. |
Definition at line 93 of file Max/source/j.model/j.model.cpp.
| void WrapTTContainerClass | ( | WrappedClassPtr | c | ) |
Set up what methods (Max messages) that the wrapped class is to respond to.
| c | Pointer to the wrapped class. |
Definition at line 36 of file Max/source/j.model/j.model.cpp.