PCM32.loadConfig

Loads a bank into the synthesizer, also loads samples on the way from the selected sample pool. For the latter, it'll be able to use compression through lzbacon's datapak file format (default path for that is ./audio/samplepool.dpk), otherwise a folder with uncompressed data is used (default path for that is ./audio/samplepool/).

class PCM32
override
void
loadConfig
(
ref void[] data
)

Meta