首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 中午for AS 3

中午for AS 3

  • 资源大小:2.49 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: 中午

资 源 简 介

This is a library for working with MIDI in ActionScript 3.0. Update A new zip has been posted. A few things have been moved around and alpha-quality support for reading MIDI files has been added. MIDI connection stuff has been moved into the io.package and given a more appropriate name. ### The examples below have not been tested. Reading a MIDI file: ``` import com.newgonzo.midi.MIDIDecoder; import com.newgonzo.midi.file.*; // assuming you"ve loaded your MIDI file into a // ByteArray via URLLoader, FileStream (AIR), etc. var midiData:ByteArray; var decoder:MIDIDecoder = new MIDIDecoder(); var file:MIDIFile = decoder.decodeFile(midiData); // a MIDI file has an array of tracks that each contain an array of track events var track:MIDITrack; var event:MIDITrackEvent; for each(track in file.tracks) { for each(event in track.events) { trace("event.time: " + event.ti

文 件 列 表

as3midilib-r1107
.actionScriptProperties
.DS_Store
.flexLibProperties
.flexProperties
.project
.settings
bin
docs
examples
src
tools

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.296822s