作者vivimice (麦斯◎我的奶酪在哪里﹖)
看板Visual_Basic
标题[API] MIDI Streams
时间Wed Jul 27 15:29:36 2005
来源﹕mk:@MSITStore:E:\Microsoft%20Visual%20Studio\MSDN98\98VS\2052\
MultiMed.chm::/devdoc/live/pdgrmm/midi_5yr7.htm
翻译﹕vivimice 智慧权所有
定位﹕平台SDK/Graphics and MultiMedia Services/MultiMedia Audio/
Musical Intrument Device Interface/About MIDI/Stream Buffers
原载﹕缥缈水云间 (bbs.freecity.cn)
MIDI Streams
MIDI流
MIDI events occur in the context of a stream of MIDI data. Although an
application can use several streams to define musical data, the MIDI mapper
does not recognize multiple streams. Most applications that use streams use
a single MIDI stream.
MIDI事件在MIDI数据流的上下文环境中触发。尽管应用程序可以使用几个流来定义音乐
数据﹐不过MIDI映射表并不识别多个流。大多数使用流的应用程序一般使用单一的MIDI
流。
The following functions work with streams:
下列函数用来和流一起工作﹕
midiStreamClose Closes a MIDI stream.
关闭MIDI流。
midiStreamOpen Opens a MIDI stream and retrieves a handle.
打开MIDI流﹐同时获得一个与之相关的句柄。
midiStreamOut Plays or queues a stream (buffer) of MIDI data to a MIDI
output device.
播放或者队列MIDI数据流(缓冲)到MIDI输出设备。
midiStreamPause Pauses playback of a specified MIDI stream.
暂停指定MIDI流的回放。
midiStreamPosition Retrieves the current position in a MIDI stream.
获得MIDI流的当前位置(译者注﹕回放位置)。
midiStreamProperty Sets and retrieves stream properties.
设定或者获取流的属性。
midiStreamRestart Restarts playback of a paused MIDI stream.
重新开始回放已经暂停的MIDI流。
midiStreamStop Turns off all notes on all MIDI channels for the specified
MIDI stream.
关闭指定MIDI流中所有MIDI通道中的所有音符。
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 218.108.88.250