Mixxx

/home/maxime/Projets/Mixxx/1.10/mixxx/src/sampler.cpp

Go to the documentation of this file.
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 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines