Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
Midi Recording 圖標

1.0 by AppsTransport


2015年08月04日

關於Midi Recording

一個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.

翻譯中...

更多應用信息

最新版本

請求 Midi Recording 更新 1.0

上傳者

Şevan Berwari

系統要求

Android 2.2+

更多

最新版本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 螢幕截圖

評論載入中...
語言
訂閱APKPure
第一時間獲取熱門安卓遊戲應用的首發體驗,最新資訊和玩法教程。
不,謝謝
訂閱
訂閱成功!
您已訂閱APKPure。
訂閱APKPure
第一時間獲取熱門安卓遊戲應用的首發體驗,最新資訊和玩法教程。
不,謝謝
訂閱
成功!
您已訂閱我們的郵件通知。