Skip to content
harryhaaren edited this page Feb 2, 2012 · 1 revision

Config file spec

Sample pack config files

When loading samples from disk, Luppp will check for the existence of a lupppSamplePack.cfg. This file provides information about the samples that exist in the same folder as the file itself.

Format

The format of the file is plain text, and is read by libconfig. Hence the file that is in place must be in a format that libconfig understands.

Example

luppp : { samplePack : { name = "Example pack 1"; numSamples = 2; s0: { name = "amen.wav" numBeats = 16; } s1: { name = "amen_reverse.wav" numBeats = 16; } }; };