代码搜索:MIDI
找到约 3,914 项符合「MIDI」的源代码
代码结果 3,914
www.eeworm.com/read/356354/10230603
cpp midi.cpp
/////////////////////////////////////////////////////////////////////////////
// Copyright (C) 1998,'99 by J鰎g K鰊ig
// All rights reserved
//
// This file is part of the completely free tetris clo
www.eeworm.com/read/356354/10230639
obj midi.obj
www.eeworm.com/read/356354/10230653
h midi.h
/////////////////////////////////////////////////////////////////////////////
// Copyright (C) 1998,'99 by J鰎g K鰊ig
// All rights reserved
//
// This file is part of the completely free tetris clo
www.eeworm.com/read/278884/10495242
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()
{
Clos
www.eeworm.com/read/278884/10495312
h midi.h
#pragma once
#include
class CMidi
{
public:
//构造函数
CMidi(void);
//析构函数
~CMidi(void);
//获取设备数目
int DeviceCount( void );
//完成对设备的打开、关闭操作
BOOL Open( const char * );
www.eeworm.com/read/160772/10499761
gif midi.gif
www.eeworm.com/read/160747/10502075
gif midi.gif
www.eeworm.com/read/422780/10610333
res midi.res
www.eeworm.com/read/422780/10610356
dpk midi.dpk
package MIDI;
{$R *.res}
{$R 'midireg.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTR