Midi Recording Module APK - v1.0

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.

Basic 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:

App Permissions (inside APK file)


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


Features used


‣ android.hardware.touchscreen

Screenshots (2 images)

Midi Recording Module screenshot 1 Midi Recording Module screenshot 2

About Midi Recording Module APK

Midi Recording Module poster
Midi Recording Module APK version 1.0 poster

Latest update


Version 1.0 updated.

Midi Recording Module APK Description


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


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 PC 7/8/10/11 or MAC?


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

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


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


New Apps



Comments

No comment Yet.