Midi Recording icono

1.0 by AppsTransport


04/08/2015

Acerca del Midi Recording

Español

Una grabación de Midi módulo adicional app para aplicaciones MicroKeyPlayer. Es gratis!

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.

Novedades de Última Versión 1.0

Last updated on 04/08/2015

Minor bug fixes and improvements. Install or update to the newest version to check it out!

Traductorio...

Información Adicional de Aplicación

Última Versión

Solicitar Midi Recording Actualización 1.0

Presentado por

Şevan Berwari

Requisitos

Android 2.2+

Mostrar más

Midi Recording Capturas de pantalla

Comentario Cargando...
Idiomas
Idiomas
Buscando...
Suscríbete a APKPure
Sé el primero en obtener acceso al lanzamiento anticipado, noticias y guías de los mejores juegos y aplicaciones de Android.
No, gracias
Suscribirme
¡Suscrito con éxito!
Ahora estás suscrito a APKPure.
Suscríbete a APKPure
Sé el primero en obtener acceso al lanzamiento anticipado, noticias y guías de los mejores juegos y aplicaciones de Android.
No, gracias
Suscribirme
¡Éxito!
Ya estás suscrito a nuestro boletín electrónico.