Public Member Functions | List of all members
SampleMapSearcher Class Reference

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...
 

Detailed Description

A SampleMapSearcher searches a preset files for samplemaps and stores them in a list for the SampleExporter.

Constructor & Destructor Documentation

SampleMapSearcher ( const File &  presetFile)
inline

Creates a SampleMapSearcher that searches the given File.

Parameters
presetFilea File containing a ValueTree that holds the preset data.
SampleMapSearcher ( const ValueTree &  preset)
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.

©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.