Midi Recording Module

Midi Recording Module Free App

Rated 3.29/5 (41) —  Free Android application by AppsTransport

Advertisements

About Midi Recording Module

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.

How to Download / Install

Download and install Midi Recording Module version 1.0 on your Android device!
Downloaded 10,000+ times, content rating: Everyone
Android package: com.appspot.midirecording, download Midi Recording Module.apk

All Application Badges

Free
downl.
Android
2.2+
For everyone
Android app

App History & Updates

More downloads  Midi Recording Module reached 10 000 - 50 000 downloads
More downloads  Midi Recording Module reached 5 000 - 10 000 downloads
Name changed  Name changed! Midi Recording now is known as Midi Recording Module.

What are users saying about Midi Recording Module

M70%
by M####:

Thanks for the first time. The and then I have a good day. We have to be the best, I am going to have to be the same as for the next couple weeks, anda .same. We have to do so. We will

M70%
by M####:

Please add an option to save in SD card.

M70%
by M####:

Junk

T70%
by T####:

loved it

M70%
by M####:

Crash on Asus Zenfone 5

K70%
by K####:

Thanks for the first time. The and then I have a good day. We have to be the best, I am going to have to be the same as for the next couple weeks, anda .same. We have to do so. We will

K70%
by K####:

I get message "recording starts, then the app closes. When opened again, it gives the message "recording stops". Play function was not working. -Moto G, android 4.4.1

C70%
by C####:

It crashes on my lenovo tablet.


Share The Word!


Rating Distribution

RATING
3.35
41 users

5

4

3

2

1