pull/744/head
Ömer Şiar Baysal 1 week ago
parent aeeceae12f
commit df387faa67
  1. 3
      src/kernel.cpp
  2. 1
      src/kernel.h
  3. 2
      src/udpmididevice.h

@ -33,12 +33,9 @@ CKernel *CKernel::s_pThis = 0;
CKernel::CKernel (void) CKernel::CKernel (void)
: :
CStdlibAppStdio ("minidexed"), CStdlibAppStdio ("minidexed"),
//CStdlibAppNetwork ("minidexed", CSTDLIBAPP_DEFAULT_PARTITION,
// 0, 0, 0, 0, NET_DEVICE_TYPE),
m_Config (&mFileSystem), m_Config (&mFileSystem),
m_GPIOManager (&mInterrupt), m_GPIOManager (&mInterrupt),
m_I2CMaster (CMachineInfo::Get ()->GetDevice (DeviceI2CMaster), TRUE), m_I2CMaster (CMachineInfo::Get ()->GetDevice (DeviceI2CMaster), TRUE),
//m_Scheduler(),
m_pDexed (0) m_pDexed (0)
{ {
s_pThis = this; s_pThis = this;

@ -55,7 +55,6 @@ private:
CCPUThrottle m_CPUThrottle; CCPUThrottle m_CPUThrottle;
CGPIOManager m_GPIOManager; CGPIOManager m_GPIOManager;
CI2CMaster m_I2CMaster; CI2CMaster m_I2CMaster;
//CScheduler m_Scheduler;
CMiniDexed *m_pDexed; CMiniDexed *m_pDexed;
CUSBController *m_pUSB; CUSBController *m_pUSB;

@ -47,7 +47,7 @@ public:
private: private:
CMiniDexed *m_pSynthesizer; CMiniDexed *m_pSynthesizer;
CConfig *m_pConfig; CConfig *m_pConfig;
CBcmRandomNumberGenerator m_Random; CBcmRandomNumberGenerator m_Random;
CAppleMIDIParticipant* m_pAppleMIDIParticipant; // AppleMIDI participant instance CAppleMIDIParticipant* m_pAppleMIDIParticipant; // AppleMIDI participant instance
CUDPMIDIReceiver* m_pUDPMIDIReceiver; CUDPMIDIReceiver* m_pUDPMIDIReceiver;

Loading…
Cancel
Save