Demo download (Windows binary, v0.50)
FML is an AM/FM synth. This is more of a toy than a proper tool for professional work. This is being written almost from scratch using SDL and my existing game framework. An additional library was pulled in for MIDI support. It's a stand-alone program and not a VST. You could use it to produce sound effects or static instruments if you wanted, or just play around.
This is fairly far into development, but is currently lacking both the FM section, and a file browser for loading/saving files and exporting data. These will be added shortly. Users will be able to switch between AM and FM modes during runtime.
Currently the
AM synth supports a carrier wave, and two modulators. Waves can be sine, square, triangle, sawtooth, or noise. There is a simple ADSR envelope that can be switched from linear to exponential action. Input from
MIDI keyboards is picked up, but there is currently no support for anything special like velocity or pitch bend. That may come later.