#include "generic.h"#include "Peaks.h"#include "Loaders.h"#include "Devices.h"#include "Frame.h"#include <wx/wx.h>#include <wx/list.h>#include <wx/thread.h>#include <wx/file.h>Go to the source code of this file.
Classes | |
| struct | device_t |
| Device type. More... | |
| struct | loader_t |
| Loader type. More... | |
| struct | mapping_t |
| Track mapping. More... | |
| class | PlayCallback |
| Playback Callback class. More... | |
| class | Project |
| Project class. More... | |
| struct | track_desc_t |
| Track description type. More... | |
Functions | |
| WX_DECLARE_LIST (mapping_t, Mappings) | |
| List of the track mapping. | |
| WX_DECLARE_LIST (volume_t, Volumes) | |
| List of volumes in the track type. | |
| WX_DECLARE_LIST (track_desc_t, Tracks) | |
| List of tracks in the project type. | |
| WX_DECLARE_LIST (loader_t, Loaders) | |
| List of loaders type. | |
| WX_DECLARE_LIST (device_t, Devices) | |
| List of devices type. | |
|
||||||||||||
|
List of devices type.
|
|
||||||||||||
|
List of loaders type.
|
|
||||||||||||
|
List of tracks in the project type.
|
|
||||||||||||
|
List of volumes in the track type.
|
|
||||||||||||
|
List of the track mapping.
|
1.3.5