MCPcopy Create free account
hub / github.com/davy7125/polyphone / SampleLoader

Method SampleLoader

sources/core/sample/sampleloader.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#include "trim_start/tooltrimstart.h"
32
33SampleLoader::SampleLoader(QWidget *parent) :
34 _parent(parent),
35 _sm(SoundfontManager::getInstance())
36{
37
38}
39
40// Replace status
41// -1: duplicate all

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected