Posts By: Wouter

Sine synthesizer with PureMVC

The past weeks I’ve been learning PureMVC. It had been on my mind for some time, and now that a project (a pianoroll type MIDI editor) became too complicated and the lack of structure took the fun out of programming I figured it was time for a nice new clean framework.

Step sequencer / drum machine

Here is a basic step sequencer for creating rhythms. The sounds it plays are small MP3 files. Short sound clips of drum noises, blips and plings. So it’s more a sample player than a drum synth. But the main thing is that it loads and plays rhythm patterns and that the patterns can easily be… Read more »

MIDI and XML for a drum machine

As a next project I want to make a simple drum machine. Several tracks that each play a different drum sample and each track has sixteen steps. Just like a Roland 808 or the main step sequencer in FruityLoops. It’s nothing complicated but it made me think about how to store the patterns the drum… Read more »

Slicer with waveform display

This slicer works the same as the previous one. Only difference is that is uses eight slices instead of sixteen. The new stuff is in the interface: Waveforms to see what’s playing. And nicer to look at as well. To use this app you can click the buttons as before to select a slice to… Read more »

A basic slicer

This is it! The first one: A slicer. It loads and plays an MP3 file. But not only that. It divides the file in sixteen equal parts and you can change the order in which the parts are played. When it’s loaded the slicer plays all the parts in the right order. Part 1, 2,… Read more »

A blog on Flash and audio

Oh yes! Finally I have my own blog. I’ve had this www.hisschemoller.com domain for years, but didn’t really have any use for it. I just got it because it was there – my own name as a dot com. Better get it before someone else does. Especially before one of those companies get it that… Read more »