Vital
|
Declares the ContentList and BankExporter classes for exporting banks of presets, wavetables, LFOs, and samples. More...
#include "JuceHeader.h"
#include "delete_section.h"
#include "load_save.h"
#include "open_gl_image.h"
#include "overlay.h"
#include "save_section.h"
#include "synth_section.h"
Go to the source code of this file.
Classes | |
class | ContentList |
Displays a list of files (presets, wavetables, LFOs, samples) that can be selected and exported as a bank. More... | |
class | ContentList::Listener |
Interface for objects that need to respond to changes in selected presets. More... | |
class | ContentList::FileNameAscendingComparator |
Comparator classes for sorting files by name or date. More... | |
class | ContentList::FileNameDescendingComparator |
class | ContentList::FileDateAscendingComparator |
class | ContentList::FileDateDescendingComparator |
class | ContentList::SelectedComparator |
Comparator for sorting by whether a file is selected or not. More... | |
class | BankExporter |
A UI component for exporting a selection of presets, wavetables, LFOs, and samples as a bank. More... | |
class | BankExporter::Listener |
Interface for objects that need to respond to the BankExporter being hidden. More... | |
Declares the ContentList and BankExporter classes for exporting banks of presets, wavetables, LFOs, and samples.