A SampleMapSearcher searches a preset files for samplemaps and stores them in a list for the SampleExporter. More...
Inherits ReferenceSearcher.
Public Member Functions | |
SampleMapSearcher (const File &presetFile) | |
Creates a SampleMapSearcher that searches the given File. More... | |
SampleMapSearcher (const ValueTree &preset) | |
Creates a SampleMapSearcher that searches the preset. More... | |
A SampleMapSearcher searches a preset files for samplemaps and stores them in a list for the SampleExporter.
|
inline |
Creates a SampleMapSearcher that searches the given File.
presetFile | a File containing a ValueTree that holds the preset data. |
|
inline |
Creates a SampleMapSearcher that searches the preset.
It creates a copy of the preset, so you don't have to bother about any modifications to the original ValueTree.