![]() |
Mixxx
|
00001 #include "sampler.h" 00002 00003 Sampler::Sampler(QObject* pParent, 00004 ConfigObject<ConfigValue>* pConfig, 00005 EngineMaster* pMixingEngine, 00006 EngineChannel::ChannelOrientation defaultOrientation, 00007 QString group) 00008 : BaseTrackPlayer(pParent, pConfig, pMixingEngine, defaultOrientation, NULL, group) { 00009 00010 } 00011 00012 Sampler::~Sampler() 00013 { 00014 }