libAlgAudio
v1.99-440-g08538e5-dirty
The development library for AlgAudio framework.
|
#include <Canvas.hpp>
Public Member Functions | |
bool | operator< (const IOID &other) const |
bool | operator== (const IOID &other) const |
Public Attributes | |
std::string | iolet |
std::shared_ptr< Module > | module |
This structure is simply a pair of module pointer and inlet/outlet id. It's simpler to use them then just a reference to the inlet/outlet, because quite often we'll want to search for connections by module.
|
inline |
|
inline |
std::string AlgAudio::Canvas::IOID::iolet |
std::shared_ptr<Module> AlgAudio::Canvas::IOID::module |