Midi Recording Module

Midi Recording Module

AppsTransport
Aug 4, 2015
  • 1.7 MB

    Dung lượng tệp

  • Android 2.2+

    Android OS

Giới thiệu về Midi Recording Module

Một ghi âm Midi add-on mô hình ứng dụng cho các ứng dụng MicroKeyPlayer. Nó là miễn phí!

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.

Hiển thị nhiều hơn

What's new in the latest 1.0

Last updated on Aug 4, 2015
Minor bug fixes and improvements. Install or update to the newest version to check it out!
Hiển thị nhiều hơn

Video và ảnh chụp màn hình

  • Midi Recording Module bài đăng
  • Midi Recording Module ảnh chụp màn hình 1

Thông tin APK Midi Recording Module

Phiên bản mới nhất
1.0
Android OS
Android 2.2+
Dung lượng tệp
1.7 MB
Nhà phát triển
AppsTransport
Tải APK an toàn và nhanh chóng trên APKPure
APKPure sử dụng xác minh chữ ký để đảm bảo tải APK miễn phí virus cho Midi Recording Module.

Phiên bản cũ của Midi Recording Module

APKPure biểu tượng

Tải xuống siêu nhanh và an toàn thông qua Ứng dụng APKPure

Một cú nhấp chuột để cài đặt các tệp XAPK/APK trên Android!

Tải về 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