#include <KList.h>
#include "iklaxlib_global.h"
#include "KFile.h"
Functions | |
| KL_API KStrList * | k_changeEltStatus (KFile *file, KCString trackName) |
| Changes the status of the given track. | |
| KL_API KBool | k_setAllStatusStop (KFile *file) |
| Sets the stop status of all the elements of a KFile structure. | |
| KL_API KBool | k_checkEltStatus (KFile *kfile) |
| Verifies the status of all the elements of a KFile structure. | |
| KL_API KBool | k_initializeStatus (KFile *kfile) |
| Initializes the element status according to the current mix of the KFile structure. | |
| KL_API KStrList * | k_moveLevel (KFile *pFile, KCString sName, KLevel dLevel) |
| Moves a level of an element. | |
| KL_API KBool | k_initializeLevel (KFile *file) |
| Initializes the volumes of an iKlax file. | |
| KL_API KBool | k_checkEltLevel (KFile *kfile) |
| Verifies the volume levels of all the elements of a KFile structure. | |
| KL_API KBool | k_saveCurentMix (KFile *pKFile, KCString sName) |
| Saves the current mix of a KFile structure. | |
| KL_API KBool | k_randomMix (KFile *file) |
| Choices a random mix. | |
| KL_API KStrList * | k_getMixNames (KFile *file) |
| Gets the mix names of an iKlax file. | |
| KL_API KBool | k_setMixAsCurrent (KFile *file, KCString sMixName) |
| Sets a mix as current. | |
| KL_API KCString | k_getDefaultMixName (KFile *pKFile) |
| Gets the default mix of a KFile structure. | |
|
||||||||||||
|
Changes the status of the given track. Verifies that this change is in concordance with the constraints
|
|
|
Verifies the volume levels of all the elements of a KFile structure.
|
|
|
Verifies the status of all the elements of a KFile structure.
|
|
|
Gets the default mix of a KFile structure.
|
|
|
Gets the mix names of an iKlax file.
|
|
|
Initializes the volumes of an iKlax file.
|
|
|
Initializes the element status according to the current mix of the KFile structure.
|
|
||||||||||||||||
|
Moves a level of an element. Checks constraints if possible, else return knull
|
|
|
Choices a random mix. Changes the status of a random number of elements in a KFile structure and its levels.
|
|
||||||||||||
|
Saves the current mix of a KFile structure.
|
|
|
Sets the stop status of all the elements of a KFile structure.
|
|
||||||||||||
|
Sets a mix as current.
|
1.3.8