Author Archives: admin
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 [...]
Posted in ActionScript 6 Comments
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 [...]
Posted in MIDI, XML 2 Comments
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 play, and [...]
Posted in ActionScript 1 Comment
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, 3 and [...]
Posted in ActionScript Leave a comment
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 buy [...]
Posted in General Leave a comment
Sine synthesizer with PureMVC