基本信息
源码名称:纯手写48键电子琴最终版,C#+WINMM.DLL+MIDI
源码大小:0.31M
文件格式:.zip
开发语言:C#
更新时间:2023-08-30
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
纯手写48键电子琴最终版,C# WINMM.DLL MIDI
使用C#语言,VS2010环境开发,.NET2.0支持,的48键电子琴,支持鼠标 键盘同时操作,支持缩放窗口,支持自选MIDI音色,键盘热键只支持字母和数字,ZAQ1为由低到高四阶Do音(C),黑键无热键。单文件直接运行。  本来...

.
├── LixyNews.suo
├── MidiKeyboard
│   ├── MidiKeyboard
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── MidiBase.cs
│   │   ├── MidiBoard.cs
│   │   ├── MidiKeyboard.csproj
│   │   ├── MidiKeyboard.csproj.user
│   │   ├── MidiKeyboard_TemporaryKey.pfx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── MidiKeyboard.application
│   │   │       ├── MidiKeyboard.exe
│   │   │       ├── MidiKeyboard.exe.manifest
│   │   │       ├── MidiKeyboard.pdb
│   │   │       ├── MidiKeyboard.vshost.application
│   │   │       ├── MidiKeyboard.vshost.exe
│   │   │       └── MidiKeyboard.vshost.exe.manifest
│   │   ├── fmGetKey.Designer.cs
│   │   ├── fmGetKey.cs
│   │   ├── fmGetKey.resx
│   │   ├── fmKeySetup.Designer.cs
│   │   ├── fmKeySetup.cs
│   │   ├── fmKeySetup.resx
│   │   ├── obj
│   │   │   └── x86
│   │   │       └── Debug
│   │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │           ├── GenerateResource-ResGen.read.1.tlog
│   │   │           ├── GenerateResource-ResGen.write.1.tlog
│   │   │           ├── MidiKeyboard.Form1.resources
│   │   │           ├── MidiKeyboard.Properties.Resources.resources
│   │   │           ├── MidiKeyboard.application
│   │   │           ├── MidiKeyboard.csproj.FileListAbsolute.txt
│   │   │           ├── MidiKeyboard.exe
│   │   │           ├── MidiKeyboard.exe.manifest
│   │   │           ├── MidiKeyboard.fmGetKey.resources
│   │   │           ├── MidiKeyboard.fmKeySetup.resources
│   │   │           ├── MidiKeyboard.pdb
│   │   │           └── TempPE
│   │   └── publish
│   │       ├── Application Files
│   │       │   └── MidiKeyboard_1_0_0_0
│   │       │       ├── MidiKeyboard.application
│   │       │       ├── MidiKeyboard.exe.deploy
│   │       │       └── MidiKeyboard.exe.manifest
│   │       ├── MidiKeyboard.application
│   │       └── setup.exe
│   ├── MidiKeyboard.exe
│   ├── MidiKeyboard.sln
│   └── MidiKeyboard.suo
└── 纯手写48键电子琴最终版,C# WINMM.DLL MIDI.zip

12 directories, 49 files