pull/744/head
Ömer Şiar Baysal 1 week ago
parent aeeceae12f
commit df387faa67
  1. 5
      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)
:
CStdlibAppStdio ("minidexed"),
//CStdlibAppNetwork ("minidexed", CSTDLIBAPP_DEFAULT_PARTITION,
// 0, 0, 0, 0, NET_DEVICE_TYPE),
m_Config (&mFileSystem),
m_GPIOManager (&mInterrupt),
m_I2CMaster (CMachineInfo::Get ()->GetDevice (DeviceI2CMaster), TRUE),
//m_Scheduler(),
m_pDexed (0)
{
s_pThis = this;
@ -115,7 +112,7 @@ CStdlibApp::TShutdownMode CKernel::Run (void)
mScreen.Update ();
}
m_CPUThrottle.Update ();
m_CPUThrottle.Update ();
}
return ShutdownHalt;

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

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

Loading…
Cancel
Save