libgig 4.4.1
|
AKAI instrument definition. More...
#include <Akai.h>
Inherits AkaiDiskElement.
Public Member Functions | |
AkaiDirEntry | GetDirEntry () |
uint | ListSamples (std::list< String > &rSamples) |
AkaiSample * | GetSample (uint Index) |
AkaiSample * | GetSample (const String &rName) |
bool | Load () |
AkaiVolume * | GetParent () |
uint | GetOffset () |
uint | Acquire () |
uint | Release () |
Protected Member Functions | |
void | SetOffset (uint Offset) |
void | AkaiToAscii (char *buffer, int length) |
int | ReadFAT (DiskImage *pDisk, AkaiPartition *pPartition, int block) |
bool | ReadDirEntry (DiskImage *pDisk, AkaiPartition *pPartition, AkaiDirEntry &rEntry, int block, int pos) |
AKAI instrument definition.
Represents exactly one sample based instrument on the AKAI media.
|
protectedinherited |
|
inline |
AkaiSample * AkaiProgram::GetSample | ( | const String & | rName | ) |
uint AkaiProgram::ListSamples | ( | std::list< String > & | rSamples | ) |
|
protectedinherited |
|
protectedinherited |
|
inlineprotectedinherited |