|
Jamoma API
0.6.0.a19
|
Object receiving remote audio signals within a module. More...
Public Attributes | |
| void * | dumpout |
| dumpout outlet | |
| t_symbol * | attr_target |
| name of the module we are sending to | |
| t_object * | obj_target |
| the hub of the module we are sending to | |
| t_object * | obj_direct_target |
| the j.in~ object in the module we are sending to | |
| long | num_outputs |
| spec'd as an argument | |
| float * | audio_out [MAX_NUM_CHANNELS] |
| pointers to the audio vectors | |
| int | vs |
| cached vector-size for audio | |
Object receiving remote audio signals within a module.
Definition at line 22 of file j.receive~.cpp.