Readme:
License:To whom it may concern,
Yes, this source code is a total mess. Good luck getting it to compile - I had
to take out lots of things to make a source release possible. So before you even
try opening the VS project make sure you have NASM or YASM installed and then
add the WTL and the plugin SDKs for Winamp2 (or 5), VST2 and Buzz into the
source tree at the denoted locations (PLACE_..._HERE). And even then it probably
won't work because the VS project itself is in no shape to compile. But in theory
all the source code for compiling the synth library and plugins is there, so it
should be doable.
Also the synth core in synth.asm is fully self contained, if you leave out the
speech synthesizer by undefining RONAN (greetings btw) and figure out how
to set the patch data you will get a fully capable synthesizer that happily
converts MIDI notes to waveform data. If I were you this would actually be the
point to start.
Serious inquiries (and by serious I mean either detail questions that tell me
that you got the obvious stuff or volunteers to port the thing to C++ to make
it actually maintainable) to kb@kebby.org
That's all for now,
Tammo "kb" Hinrichs
Maybe someone might try to convert this into an easily maintainable project, fix the automation stuff, and make the GUI usable...V2 code written 2000-2008 by Tammo "kb" Hinrichs
I hereby place this code (as contained in this directory and the subdirectories
"bin", "conv2m", "in_v2m", "libv2", "tinyplayer" and "tool")in the public domain.
.... maybe I'll do it one fine day. If I can find the time.
