The drum machine project
Two weeks ago I wrote about my Android development plans. The problem was in choosing which application to start: ping or drum machine. I decided it will be a drum machine.
It will be a very simplified version of music tracker such as Impulse Tracker/Fast Tracker. As well as in the music tracker, you need to load samples to create a composition. Also, you can create patterns that can be mixed with each other. For example, in one pattern, you add only the basic drums like kicks, shares or hi-hats, and on the other pattern - only percussions. With a sequencer you can play these patterns in sequence or simultaneously.
Today I have already created the sound engine for mixing samples and patterns. And on current moment I am busy with a user interface. First application screenshots will be available in the next post.