#include <world.hpp>
List of all members.
Member Enumeration Documentation
- Enumerator:
| OUTPUT_ID |
|
| MIXER_ID |
|
| MIN_USER_ID |
|
Constructor & Destructor Documentation
| psynth::world::~world |
( |
| ) |
|
Member Function Documentation
| void psynth::world::activate_node |
( |
world_node & |
nod | ) |
|
| world_node psynth::world::add_node |
( |
const std::string & |
type_name | ) |
|
| void psynth::world::clear |
( |
| ) |
|
| void psynth::world::deactivate_node |
( |
world_node & |
nod | ) |
|
| void psynth::world::delete_node |
( |
world_node & |
nod | ) |
|
| const audio_info& psynth::world::get_info |
( |
| ) |
const [inline] |
| void psynth::world::handle_link_added |
( |
const patcher_event & |
ev | ) |
[inline, virtual] |
| void psynth::world::handle_link_deleted |
( |
const patcher_event & |
ev | ) |
[inline, virtual] |
| void psynth::world::set_info |
( |
const audio_info & |
info | ) |
[inline] |
template<typename T >
| void psynth::world::set_param_node |
( |
world_node & |
nod, |
|
|
const std::string & |
name, |
|
|
const T & |
data |
|
) |
| [inline] |
template<typename T >
| void psynth::world::set_param_node |
( |
world_node & |
nod, |
|
|
int |
id, |
|
|
const T & |
data |
|
) |
| [inline] |
| void psynth::world::unset_patcher |
( |
| ) |
|
| void psynth::world::update |
( |
| ) |
[inline] |
The documentation for this class was generated from the following files:
- /home/raskolnikov/dev/psynth/trunk/src/psynth/world/world.hpp
- /home/raskolnikov/dev/psynth/trunk/src/psynth/world/world.cpp