代码搜索:MIDI
找到约 3,914 项符合「MIDI」的源代码
代码结果 3,914
www.eeworm.com/read/311422/7091136
pack midi.pack
www.eeworm.com/read/311422/7091137
ph midi.ph
www.eeworm.com/read/311422/7091138
cl midi.cl
www.eeworm.com/read/323120/7132044
cpp midi.cpp
// Midi.cpp
#include "stdafx.h"
#include "Midi.h"
CMidi::CMidi()
{
m_nDevices = midiOutGetNumDevs();
m_bOpened = m_bPaused = m_bPlaying = FALSE;
m_wDeviceID = 0;
}
CMidi::~CMidi(
www.eeworm.com/read/323120/7132092
h midi.h
// Midi.h
#ifndef __MIDI_H__
#define __MIDI_H__
#include
class CMidi
{
public:
CMidi();
~CMidi();
int DeviceCount( void );
BOOL Open( const char * );
BOOL Clos
www.eeworm.com/read/118158/7134824
cpp midi.cpp
// Midi.cpp
#include "stdafx.h"
#include "Midi.h"
CMidi::CMidi()
{
m_nDevices = midiOutGetNumDevs();
m_bOpened = m_bPaused = m_bPlaying = FALSE;
m_wDeviceID = 0;
}
CMidi::~CMidi(
www.eeworm.com/read/118158/7134842
h midi.h
// Midi.h
#ifndef __MIDI_H__
#define __MIDI_H__
#include
class CMidi
{
public:
CMidi();
~CMidi();
int DeviceCount( void );
BOOL Open( const char * );
BOOL Clos
www.eeworm.com/read/461994/7213198
gif midi.gif
www.eeworm.com/read/461928/7214304
cpp midi.cpp
/////////////////////////////////////////////////////////////////////////////
// This file is part of the completely free tetris clone "CGTetris".
//
// This is free software.
// You may redistrib
www.eeworm.com/read/461928/7214401
h midi.h
/////////////////////////////////////////////////////////////////////////////
// This file is part of the completely free tetris clone "CGTetris".
//
// This is free software.
// You may redistrib