|
Deluge Firmware
|
#include <AudioEngine.h>#include <AudioFileManager.h>#include <InstrumentClipMinder.h>#include <ParamManager.h>#include "loadsongui.h"#include "functions.h"#include "numericdriver.h"#include "uart.h"#include <string.h>#include <SessionView.h>#include "GeneralMemoryAllocator.h"#include "Session.h"#include "Arrangement.h"#include "View.h"#include "ActionLogger.h"#include "Encoders.h"#include <new>#include "storagemanager.h"#include "song.h"#include "matrixdriver.h"#include "playbackhandler.h"#include "uitimermanager.h"#include "PadLEDs.h"#include "IndicatorLEDs.h"#include "Buttons.h"#include "extern.h"#include "FileItem.h"#include "oled.h"#include "sio_char.h"
Functions | |
| void | songLoaded (Song *song) |
| void | setUIForLoadedSong (Song *song) |
| void | routineForSD (void) |
| void | setupBlankSong () |
Variables | |
| LoadSongUI | loadSongUI |
| void routineForSD | ( | void | ) |
| void setUIForLoadedSong | ( | Song * | song | ) |
| void setupBlankSong | ( | ) |
| void songLoaded | ( | Song * | song | ) |
| LoadSongUI loadSongUI |