Shifting focus towards Android
After having found that Google Play didn't offer as much in the way of actual sound synthesizers (rather than sample-based apps!) as were available to iOS users, I took on the experiment of writing a sequenced synthesizer without having any "how to"-guides at my disposal.
The goal of the application quickly became clear after a few prototypes: as it is highly unlikely that people will use a mobile phone or tablet as a full-blown DAW, the application should instead excel at being an intuitive sketch-pad, or rather a "groovebox":
a self-contained instrument where one can control multiple audio sources with parameter controls and sequencing.
The app in a nutshell
MikroWave allows a user to create sequenced patterns or use the multi-touch keyboard to play along with fixed patterns, quickly allowing the composer to test ideas.
The synthesizer is deceptively simple, being equipped with the basic waveforms known to most musicians, but the addition of a secondary oscillator (assignable to multiple targets), filters, frequency modulation and delay effects allow a creative user to sculpt a more harmonically detailed sound than you'd initially expect.
For additional information and examples, you can view the dedicated MikroWave project page.
Made for sharing projects
Sounds and patterns can be stored on the device and recalled at a later date to continue working on or just to relive the initial enthusiasm of a composition. Extra features include:
- creating, storing and recalling custom instruments
- exporting of song to WAV file or direct-to-Soundcloud upload
- export of a song to MIDI file
- connecting a MIDI keyboard
The ability to export songs as a piece of "sheet music" in the MIDI format, allows users to continue work in either other software applications or on hardware synthesizers.
Discontinued and open sourced
MikroWave has been available on Google Play for 12 years. While receiving no new feature updates for the last 7 years, the project remained in maintenance mode receiving necessary security updates. As of Dec 15 2024, the app is no longer available on Google Play.
Its underlying audio engine however has been made open source and features many performance upgrades (such as AAudio driver support on Android 8).
The repository for the audio engine is still under maintenance.