libgig
3.3.0.svn21
|
Abstract base class for classes that provide articulation information (thus for Instrument and Region class). More...
#include <DLS.h>
Public Member Functions | |
Articulator (RIFF::List *ParentList) | |
Articulation * | GetFirstArticulation () |
Articulation * | GetNextArticulation () |
virtual void | UpdateChunks () |
Apply all articulations to the respective RIFF chunks. More... | |
virtual void | CopyAssign (const Articulator *orig) |
Not yet implemented in this version, since the .gig format does not need to copy DLS articulators and so far nobody used pure DLS instrument AFAIK. More... | |
Protected Types | |
typedef std::list< Articulation * > | ArticulationList |
Protected Member Functions | |
void | LoadArticulations () |
virtual | ~Articulator () |
Protected Attributes | |
RIFF::List * | pParentList |
ArticulationList * | pArticulations |
ArticulationList::iterator | ArticulationsIterator |
Abstract base class for classes that provide articulation information (thus for Instrument and Region class).
|
protected |
DLS::Articulator::Articulator | ( | RIFF::List * | ParentList | ) |
|
virtual |
Not yet implemented in this version, since the .gig format does not need to copy DLS articulators and so far nobody used pure DLS instrument AFAIK.
Definition at line 236 of file DLS.cpp.
Referenced by DLS::Region::CopyAssign(), and DLS::Instrument::CopyAssignCore().
Articulation * DLS::Articulator::GetFirstArticulation | ( | ) |
Articulation * DLS::Articulator::GetNextArticulation | ( | ) |
|
protected |
Definition at line 187 of file DLS.cpp.
References DLS::Connection::Articulation, CHUNK_ID_ART2, CHUNK_ID_ARTL, RIFF::Chunk::GetChunkID(), RIFF::List::GetFirstSubChunk(), RIFF::List::GetListType(), RIFF::List::GetNextSubChunk(), RIFF::List::GetSubList(), LIST_TYPE_LAR2, and LIST_TYPE_LART.
|
virtual |
Apply all articulations to the respective RIFF chunks.
You have to call File::Save() to make changes persistent.
Reimplemented in gig::Instrument, gig::Region, DLS::Instrument, and DLS::Region.
Definition at line 221 of file DLS.cpp.
Referenced by DLS::Region::UpdateChunks(), and DLS::Instrument::UpdateChunks().
|
protected |
|
protected |
|
protected |
Definition at line 295 of file DLS.h.
Referenced by gig::Region::DeleteDimension().