Midi Recording Module

Midi Recording Module

AppsTransport
2015年08月04日
  • 1.7 MB

    文件大小

  • Everyone

  • Android 2.2+

    Android OS

关于Midi Recording Module

一个MIDI录音添加为MicroKeyPlayer应用程序的应用程序模块。它是免费的!

I have developed this recording module for my MicroKeyPlayer. It will be added to my other apps

- MicroVolcaKeys

- MicroVolcaSample

The intention is for music creator to record his work and edit it on his desktop software. The saved file is located at sdcard/midirecording.mid.

On drawing board is app for editing the recorded midi file. Please post your comment on below forum if you want it.

http://celestialpiano.blogspot.sg/p/forum.html

--- For 3rd party developer too ---

It is also available free to any 3rd party developer who want to add midi recording feature to their apps. It is very easy to integrated. You only need to send an intent to record music note.

1. To record C4(60) note. Add an intent in your code.

Intent intent = new Intent();

intent.putExtra("key", 60);

intent.setComponent(new ComponentName("com.appspot.midirecording", "com.appspot.midirecording.MidiRecordingService"));

startService(intent);

2. To stop the same note

Intent intent = new Intent();

intent.putExtra("key", 60);

intent.putExtra("velocity", 0);

intent.setComponent(new ComponentName("com.appspot.midirecording", "com.appspot.midirecording.MidiRecordingService"));

startService(intent);

Once user has download the app, provide a button for the user to open the midi recording app and press start button. Then, you can send the above intent. To stop the recording, the user only need to reopen the app.

更多

最新版本1.0的更新日志

Last updated on 2015年08月04日
Minor bug fixes and improvements. Install or update to the newest version to check it out!
更多

视频和屏幕截图

  • Midi Recording Module 海报
  • Midi Recording Module 截图 1

Midi Recording Module APK信息

最新版本
1.0
Android OS
Android 2.2+
文件大小
1.7 MB
开发者
AppsTransport
内容分级
Everyone
在APKPure安全快速地下载APK
APKPure 使用签名验证功能,确保为您提供无病毒的 Midi Recording Module APK 下载。

Midi Recording Module历史版本

1.7 MB2015年08月04日
下载
APKPure 图标

在APKPure上极速安全下载应用

一键安装安卓XAPK/APK文件!

下载 APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies