Midi Recording Module APK

45+ votes, 3.31/5

... [readmore]


⇣ Download APK (1.74 MB)

This is an original APK file direct fetch from google play. It is safe to download and free of any virus.

Version 1.0
Update
Size 1.74 MB
Category Music & Audio
Developer AppsTransport
Downloads ↓ 0
⇣ Download APK (1.74 MB)

This is an original APK file direct fetch from google play. It is safe to download and free of any virus.

File Infos

License type Free
Version 1.0
Size 1.74 MB (1828773)
Filename com.appspot.midirecording_1_1828773.apk
Requirement 2.2 and up
Type app
Category Music & Audio
Package name: com.appspot.midirecording
Slogan:

APK Permissions


‣ android.permission.INTERNET
‣ android.permission.ACCESS_NETWORK_STATE
‣ android.permission.WRITE_EXTERNAL_STORAGE


APK used Features


‣ android.hardware.touchscreen

Screenshots (2 images)


About Midi Recording Module APK

Midi Recording Module APK version 1.0 poster

Latest update [menu]


Version 1.0 updated.

Description [menu]


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 install Midi Recording Module APK for Android [menu]


Download Midi Recording Module APK file (com.appspot.midirecording_1_1828773.apk) from APKPure.live, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (com.appspot.midirecording_1_1828773.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

How to install Midi Recording Module APK on Windows 7/8/10 or MAC PC? [menu]


Download Midi Recording Module APK file(com.appspot.midirecording_1_1828773.apk) from APKPure.live to your PC (ex: /Users/xxx/Downloads/(com.appspot.midirecording_1_1828773.apk)), then follow these steps:

Using Emulator:

  • Download And Install one Emulator Softwares (Ex: Bluestacks, GenyMotion, NoxPlayer)
  • Simple install APK on PC by drag and drop file com.appspot.midirecording_1_1828773.apk on Emulator screen

Midi Recording Module APK Pros & Cons [menu]


Pros
  • This app is safe, it's not require high risk permissions
  • Compatible with 32 bit device (most Emulator using 32bit arch CPU)
  • Compatible with 64-bit device (some android device and current Bluestacks)

Cons
Everything is good.


Similar applications [menu]


New Apps