thisismyrobot

Littered with robots and Python code

Sythe 1.2 released!


Sythe 1.2 has been released onto the Android Market. This release brings:
  • A 3-octave "Grid" mode
  • Faster and more refined user interface
  • Some German localisation
Get it from the Market for free or if you'd like to support my work you can buy it for the cheapest price allowed in your currency .

Thank you for all the feedback you've given me so far, I will continue to integrate your ideas into Sythe as long as you give them to me!

Hiatus, features and a thank you

Well, that was a longer " week or so " than I initially expected. The short version is that since my last post my partner and I became home-owners (Yay!) and I simply didn't have the time to push out a serious update to Sythe. I also found a number of problems with the new UI - something that will be left on the back-burner for a little while.

The good news is I can now show you screenshots of some new functionality:



Firstly, I have added an toggleable Pad note grid that you can lock the synth to, with the input screen able to show a one or two octave span. The X/Y marker can still move freely but the current note is highlighted on the grid.

I have also added a Pad "Tilt" mode (toggled via the "+" button) where you can control the pitch and Sine/Saw mix by tilting the phone left, right, forwards and backwards. This allows you to change other parameters while still controlling the Pad behind the scenes.

The addition of this grid was suggested by a number of reviewers on Sythe's market page and I would like to take this opportunity to thank everyone who has given me feedback on Sythe so far. Your feedback has been both positive and filled with excellent feature suggestions.

These features will hit the market shortly, along with some internationalisation, reliability updates and background playback.

Sneak peak of the new Sythe UI

I didn't mention this in my last post on Sythe 's future because it was only an idea then, but the new UI has progressed far quicker than expected so here is a sneak-peak:

Click for a larger, clearer version
The design will evolve of course, but this is the general idea. The new UI will make its way into the next update, coming within then next week or so I hope!

What's next for Sythe

Just a quick update on what's coming out with the next version of Sythe Free:
  • German Localisation - Germany makes up 10% of my active users and is the largest non-English user-base.
  • Background Playback - so you can use multiple applications at once.
  • Higher reliability - I've removed a ton of unhelpfully-buggy code, and thanks to the help of one of this blog's followers, dcp, I think I've fixed a rather nasty glitch sound that's triggerable by a certain combination of inputs. Thanks, dcp!
The rest of my energy has been going into developing the first release of the full version of Sythe - so far I have implemented about 30% of the record-loop functionality. The good news is that I have the next 10 days off work so it shouldn't be too far away!

Sythe update released

The main input screen, showing the two new buttons

Turning on the "loop" button allows you to try out the effects in real-time
I've just released a new version of Sythe Free - the main changes are the addition of a button to keep the sound on whilst you are changing settings as well as the movement of the settings button from the menu to the main screen. Behind the scenes there are a few tiny tweaks to improve the synthesiser's performance.

As before, Sythe Free is available on the Android Market right now !

Free Sythe beta released

The title says it all - I've released a free version of Sythe to the Android Market - please try it out and let me know what you think.

The forthcoming paid version will have extra exciting features like sequencing and background playback, so stay tuned!

Sythe sequencer layout

Here's a sneak preview of the in-progress sequencer's integration into Sythe:


The idea being that you can have a different setting for each parameter for each step in the sequencer - crossed-fingers that that's how it turns out!

An update on Sythe

Sythe (the working title for my work-in-progress Android synthesiser) has taken a few more steps toward release with the re-writing of the audio engine and an updated UI design:

The "Pad" is used to generate the sounds - horizontal axis for frequency, vertical axis for sine/saw wave mix.


The other areas control the effects applied to the generated sound.

The sound is still the same as before with the exception of the AM LFO actually being time-correct.

I've decided to go ultra-minimal on the UI again, for two reasons. Firstly, the performance of the whole system very important and too much UI will lead to too much latency in the audio. Secondly, the input method is inspired by the look of the Korg Kaossilator which uses a big black square pad for input.

The pre-release TODOs are:
  • Save/Restore of configuration
  • Support for multiple audio output formats/rates
  • A few more LFOs to modulate the harmonics and "fatness"
  • A preferences screen for changing the colours and min/max "Pad" frequencies.
For those interested in how it works, Sythe is essentially a wavetable synthesiser. When a touch event is registered, Sythe renders a single cycle of the mixed sine and saw waves, then applies effects to that rendered cycle. The AM LFO works by modifying the Android AudioTrack's volume hundreds of times a second following a sine wave shape.

Android application downloads update


Oh, and as a side note, I've fixed the nearly invisible link styles...

Synthesis

Today I built my first synthesiser. I've wanted to create one for a while, and considering that I now understand the Android audio system down to the bytes-in-the-buffer level, I thought a touch-driven Android synthesiser would be a good challenge.

Currently the synthesiser has:
  • A sine wave tone generator
  • A saw wave tone generator
  • A phase-shifted saw-wave tone generator (for "fatness")
  • A 0-20 layer sine wave harmonic control
  • A 0-20 layer saw wave harmonic control
  • A 1-20Hz amplitude modulator
All of these inputs are driven off x/y locations on the touch screen.

This is what is sounds like (after a day's work, clicks and SoundCloud transcoding muck included for free):

Sythe demo 1 by thisismyrobot

Enjoy!