libgig
4.0.0.6svn2980
|
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 (progress_t *pProgress) |
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 240 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 189 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.
pProgress | - callback function for progress notification |
Reimplemented in gig::Instrument, gig::Region, DLS::Instrument, and DLS::Region.
Definition at line 225 of file DLS.cpp.
Referenced by DLS::Region::UpdateChunks(), and DLS::Instrument::UpdateChunks().
|
protected |
|
protected |
|
protected |
Definition at line 297 of file DLS.h.
Referenced by gig::Region::DeleteDimension().