Welcome![Sign In][Sign Up]
Location:
Search - MIDI API

Search list

[Multimedia programAPI Play MIDI-Avi-Wav files

Description: windows下的wav音频文件播放,试一下,效果不错-windows of wav audio file playback, Try, good results
Platform: | Size: 3660 | Author: 韩巧玲 | Hits:

[Multimedia programMIDIWrapper_Src

Description: Using the Windows low-level MIDI API is not necessarily easy. There are a lot of details to keep track of, and it can get a bit frustrating when you are trying to write a MIDI application. The goal of my small wrapper library is to elevate some of the grunt work that goes into using the Windows low-level MIDI API by encapsulating the functions into C++ classes. With these classes, most of the dirty work is handled behind the scenes. This leaves you free to concentrate on more important matters.-Using the Windows low-level MIDI API is not necessarily easy. There are a lot of details to keep track of, and it can get a bit frustrating when you are trying to write a MIDI application. The goal of my small wrapper library is to elevate some of the grunt work that goes into using the Windows low-level MIDI API by encapsulating the functions into C++ classes. With these classes, most of the dirty work is handled behind the scenes. This leaves you free to concentrate on more important matters.
Platform: | Size: 19487 | Author: 陈龙 | Hits:

[Multimedia programMIDIWrapper_Demo

Description: 写的一个windows的midi的api的包裹类,并实现了一个demo程序,经过使用效果不错。欢迎使用。-write a midi of the windows api parcels category, and to achieve a demo procedures are followed, the use of effectiveness. Welcome.
Platform: | Size: 95023 | Author: zcz | Hits:

[Windows Develop高精度计时器

Description: 多媒体计时器能编程设定1毫秒或更小,是诸如MIDI序列发生器之类的专用型应用程序的理想选择,但是它们也招致了更多的开销,并且会对系统上正运行的其他程序造成负面影响。其实,在Windows API中有很多提供时钟查询的函数,利用它们就可以编写自己的高精度计时器了。类CMicroSecond和Celapsed就是用Windows API编写的2个高精度计时器-multimedia timer can be programmed to set a millisecond or less, such as MIDI sequence generator such as dedicated application-an ideal choice, but they have also incurred additional expenses, which would systems are running on the other procedures have a negative impact. In fact, the Windows API has many inquiries clock function, it can use them to create their own high-precision timer of. Category CMicroSecond and Celapsed Windows API is used to prepare the two high-precision timer
Platform: | Size: 36099 | Author: 张伟 | Hits:

[midi programMIDIDevDemo_v2

Description: Wrapper Library for Windows MIDI API:A small library encapsulating the Windows MIDI API
Platform: | Size: 77164 | Author: 佳明 | Hits:

[Other resourcec++builder_en

Description: Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimedia RAD program that plays movies, WAV files, and MIDI files. Shutting down the BCB RAD programming tools and writing raw Windows API code instead. Creating components dynamically on the heap at runtime. Setting up event handlers (closures) dynamically at runtime. A brief introduction to using exceptions. This topic is covered in more depth in Chapter 5, \"Exceptions.\" A brief introduction to ANSI strings. This subject is covered in more depth in Chapter 3, \"C++Builder and the VCL.\" Using the online help. Greping through the include and source files that come with the product and with this book.-Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimedia RAD program that plays movies, WAV files, and MIDI files. Shutting down the BCB RAD programming tools and writing raw Windows API code instead. Creating components dynamically on the heap at runtime. Setting up event handlers (closures) dynamically at runtime. A brief introduction to using exceptions. This topic is covered in more depth in Chapter 5, \"Exceptions.\" A brief introduction to ANSI strings. This subject is covered in more depth in Chapter 3, \"C++Builde
Platform: | Size: 464842 | Author: 石后生 | Hits:

[Windows Develop高精度计时器

Description: 多媒体计时器能编程设定1毫秒或更小,是诸如MIDI序列发生器之类的专用型应用程序的理想选择,但是它们也招致了更多的开销,并且会对系统上正运行的其他程序造成负面影响。其实,在Windows API中有很多提供时钟查询的函数,利用它们就可以编写自己的高精度计时器了。类CMicroSecond和Celapsed就是用Windows API编写的2个高精度计时器-multimedia timer can be programmed to set a millisecond or less, such as MIDI sequence generator such as dedicated application-an ideal choice, but they have also incurred additional expenses, which would systems are running on the other procedures have a negative impact. In fact, the Windows API has many inquiries clock function, it can use them to create their own high-precision timer of. Category CMicroSecond and Celapsed Windows API is used to prepare the two high-precision timer
Platform: | Size: 35840 | Author: 张伟 | Hits:

[Delphi/CppBuilderc++builder_en

Description: Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimedia RAD program that plays movies, WAV files, and MIDI files. Shutting down the BCB RAD programming tools and writing raw Windows API code instead. Creating components dynamically on the heap at runtime. Setting up event handlers (closures) dynamically at runtime. A brief introduction to using exceptions. This topic is covered in more depth in Chapter 5, "Exceptions." A brief introduction to ANSI strings. This subject is covered in more depth in Chapter 3, "C++Builder and the VCL." Using the online help. Greping through the include and source files that come with the product and with this book.-Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimedia RAD program that plays movies, WAV files, and MIDI files. Shutting down the BCB RAD programming tools and writing raw Windows API code instead. Creating components dynamically on the heap at runtime. Setting up event handlers (closures) dynamically at runtime. A brief introduction to using exceptions. This topic is covered in more depth in Chapter 5, "Exceptions." A brief introduction to ANSI strings. This subject is covered in more depth in Chapter 3, "C++Builde
Platform: | Size: 464896 | Author: 石后生 | Hits:

[Multimedia DevelopAPI Play MIDI-Avi-Wav files

Description: windows下的wav音频文件播放,试一下,效果不错-windows of wav audio file playback, Try, good results
Platform: | Size: 3072 | Author: 韩巧玲 | Hits:

[Multimedia DevelopMIDIWrapper_Src

Description: Using the Windows low-level MIDI API is not necessarily easy. There are a lot of details to keep track of, and it can get a bit frustrating when you are trying to write a MIDI application. The goal of my small wrapper library is to elevate some of the grunt work that goes into using the Windows low-level MIDI API by encapsulating the functions into C++ classes. With these classes, most of the dirty work is handled behind the scenes. This leaves you free to concentrate on more important matters.-Using the Windows low-level MIDI API is not necessarily easy. There are a lot of details to keep track of, and it can get a bit frustrating when you are trying to write a MIDI application. The goal of my small wrapper library is to elevate some of the grunt work that goes into using the Windows low-level MIDI API by encapsulating the functions into C++ classes. With these classes, most of the dirty work is handled behind the scenes. This leaves you free to concentrate on more important matters.
Platform: | Size: 19456 | Author: 陈龙 | Hits:

[Multimedia DevelopMIDIWrapper_Demo

Description: 写的一个windows的midi的api的包裹类,并实现了一个demo程序,经过使用效果不错。欢迎使用。-write a midi of the windows api parcels category, and to achieve a demo procedures are followed, the use of effectiveness. Welcome.
Platform: | Size: 94208 | Author: zcz | Hits:

[midi programMIDIDevDemo_v2

Description: Wrapper Library for Windows MIDI API:A small library encapsulating the Windows MIDI API
Platform: | Size: 76800 | Author: 佳明 | Hits:

[midi programMIDI-API-Wrapper

Description: 这是一个用于Midi处理的工具,提供了MIDI处理的相关类库,提供了示例程序模拟的钢琴输入界面-This is a treatment tool for Midi, MIDI provides a treatment of related class libraries, sample programs provided piano simulation input interface
Platform: | Size: 8597504 | Author: dayun | Hits:

[Multimedia DevelopMIDIPlay

Description: TMidiPlay is a class for handling MIDI streams in windows using API in Builder environment. You can use this class to open MIDI devices, Play MIDI stream, ally any filters or modifications on the MIDI stream.
Platform: | Size: 12288 | Author: foralex | Hits:

[Multimedia DevelopDrum

Description: 多媒体API应用(WIN32SDK),MIDI击豉器多媒体应用程序-Multimedia API Applications (WIN32SDK), MIDI devices hit soy Multimedia Applications
Platform: | Size: 1965056 | Author: 贾大空 | Hits:

[JSP/JavaJavaSoundDemo

Description: Sun公司提供的JavaSound API的使用例子,包括了Midi、Sampled的录制、播放。-Sun JavaSound API provided by the use of examples, including the Midi, Sampled recording, playback.
Platform: | Size: 731136 | Author: xiaozz | Hits:

[midi programMidiPlayer

Description: 基于VC6.0设计的一个MIDI文件播放器,主要是通过MS定义的顶层MIDI处理API来完成设计的,界面比较简单,但是具备一般的播放功能。-VC6.0 design based on a MIDI file player, mainly through the MS-defined top-level MIDI processing API to complete the design, the interface is simple, but with the general playback.
Platform: | Size: 1574912 | Author: 陈小迈 | Hits:

[Linux-Unixrawmidi_compat

Description: Linux kernel 32bit -> 64bit ioctl wrapper for raw MIDI API
Platform: | Size: 1024 | Author: puezengzo | Hits:

[Linux driveralsa-driver-api

Description: The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system. The attached document describes the ALSA driver API.
Platform: | Size: 297984 | Author: nana | Hits:

[Linux-Unixrawmidi_compat

Description: 32bit -> 64bit ioctl wrapper for raw MIDI API.
Platform: | Size: 1024 | Author: wvxpgeng | Hits:
« 12 »

CodeBus www.codebus.net