Farbrausch v2 source code available with Public Domain license...

DSP, Plugin and Host development discussion.
Post Reply New Topic
RELATED
PRODUCTS

Post

https://github.com/farbrausch

Readme:
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
License:
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 someone might try to convert this into an easily maintainable project, fix the automation stuff, and make the GUI usable...

.... maybe I'll do it one fine day. If I can find the time.
"Until you spread your wings, you'll have no idea how far you can walk." Image

Post

I wouldnt mind having a go at skinning this if a programmer decides to give it a go

Post

I've used V2 in several projects, and really like what you can do with it.

However, when using several V2:s I get problems with hanging notes. I see some activity in the github project and wondering if there is any new binaries of the V2 vsti? I tried to compile it myself without success, but I never used NASM, YASM or WTL before. Do any of you know if anyone managed to compile the vsti from the current github rep?

Post Reply

Return to “DSP and Plugin Development”