![]() |
SOUND4 BIGVOICE.CL Library [1.1.11]
|
This allows instances to exchange real-time data. More...
Classes | |
| struct | bigvoice_CBus |
Functions | |
| struct bigvoice_CBus * | bigvoice_NewBus () |
| void | bigvoice_FreeBus (struct bigvoice_CBus *bus) |
| void | bigvoice_SetInstanceBus (struct bigvoice_CParameters *params, struct bigvoice_CBus *bus) |
This allows instances to exchange real-time data.
The bus is used to manage Dominate-it between instances.
| void bigvoice_FreeBus | ( | struct bigvoice_CBus * | bus | ) |
Frees the bus allocated with bigvoice_NewBus
| bus | The bus to free |
| struct bigvoice_CBus * bigvoice_NewBus | ( | ) |
Creates a new bus
| void bigvoice_SetInstanceBus | ( | struct bigvoice_CParameters * | params, |
| struct bigvoice_CBus * | bus | ||
| ) |
Set the instance's bus. It can be used by instances to exchange real-time information if needed.
| params | the parameters to configure |
| bus | the bus to use |