#include <DLS.h>
Public Member Functions | |
Articulation (RIFF::List *artList) | |
virtual | ~Articulation () |
Public Attributes | |
Connection * | pConnections |
Points to the beginning of a Connection array. | |
uint32_t | Connections |
Reflects the number of Connections. |
Definition at line 288 of file DLS.h.
DLS::Articulation::Articulation | ( | RIFF::List * | artList | ) |
Definition at line 50 of file DLS.cpp.
References Connections, DLS::Connection::conn_block_t::control, DLS::Connection::conn_block_t::destination, RIFF::List::GetListType(), gig::headerSize, DLS::Connection::Init(), LIST_TYPE_ART1, LIST_TYPE_ART2, pConnections, RIFF::Chunk::Read(), RIFF::Chunk::ReadUint32(), DLS::Connection::conn_block_t::scale, RIFF::Chunk::SetPos(), DLS::Connection::conn_block_t::source, and DLS::Connection::conn_block_t::transform.
DLS::Articulation::~Articulation | ( | ) | [virtual] |
uint32_t DLS::Articulation::Connections |
Reflects the number of Connections.
Definition at line 291 of file DLS.h.
Referenced by Articulation().
Points to the beginning of a Connection array.
Definition at line 290 of file DLS.h.
Referenced by Articulation(), and ~Articulation().