Deluge Firmware
|
#include <AudioEngine.h>
#include <AudioFileManager.h>
#include <Cluster.h>
#include <drivers/RZA1/gpio/gpio.h>
#include <InstrumentClip.h>
#include <ParamManager.h>
#include <sounddrum.h>
#include <soundinstrument.h>
#include "storagemanager.h"
#include "functions.h"
#include "song.h"
#include "numericdriver.h"
#include "uart.h"
#include "CVEngine.h"
#include "instrument.h"
#include "midiengine.h"
#include <string.h>
#include "PlaybackMode.h"
#include "kit.h"
#include "GeneralMemoryAllocator.h"
#include "MIDIInstrument.h"
#include "CVInstrument.h"
#include "MIDIParam.h"
#include "MIDIDrum.h"
#include "GateDrum.h"
#include "loadsongui.h"
#include <new>
#include "matrixdriver.h"
#include "soundeditor.h"
#include "MenuItemColour.h"
#include "PadLEDs.h"
#include "Buttons.h"
#include "MIDIParamCollection.h"
#include "uitimermanager.h"
#include "ff.h"
#include "diskio.h"
#include "sio_char.h"
#include "oled_low_level.h"
Macros | |
#define | BETWEEN_TAGS 0 |
#define | IN_TAG_NAME 1 |
#define | IN_TAG_PAST_NAME 2 |
#define | IN_ATTRIBUTE_NAME 3 |
#define | PAST_ATTRIBUTE_NAME 4 |
#define | PAST_EQUALS_SIGN 5 |
#define | IN_ATTRIBUTE_VALUE 6 |
Functions | |
FRESULT | f_readdir_get_filepointer (DIR *dp, FILINFO *fno, FilePointer *filePointer) |
void | routineForSD (void) |
void | initialiseConditions () |
void | songLoaded (Song *song) |
char stringBuffer[FILENAME_BUFFER_SIZE] | __attribute__ ((aligned(CACHE_LINE_SIZE))) |
Variables | |
StorageManager | storageManager |
FILINFO | staticFNO |
DIR | staticDIR |
struct FileSystemStuff | fileSystemStuff |
char | charAtEndOfValue |
#define BETWEEN_TAGS 0 |
#define IN_ATTRIBUTE_NAME 3 |
#define IN_ATTRIBUTE_VALUE 6 |
#define IN_TAG_NAME 1 |
#define IN_TAG_PAST_NAME 2 |
#define PAST_ATTRIBUTE_NAME 4 |
#define PAST_EQUALS_SIGN 5 |
char stringBuffer[FILENAME_BUFFER_SIZE] __attribute__ | ( | (aligned(CACHE_LINE_SIZE)) | ) |
FRESULT f_readdir_get_filepointer | ( | DIR * | dp, |
FILINFO * | fno, | ||
FilePointer * | filePointer | ||
) |
void initialiseConditions | ( | ) |
void routineForSD | ( | void | ) |
void songLoaded | ( | Song * | song | ) |
char charAtEndOfValue |
struct FileSystemStuff fileSystemStuff |
DIR staticDIR |
FILINFO staticFNO |
StorageManager storageManager |