HARUHI Audio Synthesizer

Alpha 0.4

To clone source code use following command:

git clone git://github.com/mcvsama/haruhi.git --branch haruhi-0.4

Alpha 0.3

Development

Current development branch is 0.5. Clone it with following command:

git clone git://github.com/mcvsama/haruhi.git --branch haruhi-0.5

Historical sources from SVN (0.3 is the last version available from SVN)

Haruhi 0.3: ADSRs, LFOs, updated filters.

svn co svn://s.rootnode.net:8762/tags/haruhi-0.3 haruhi-0.3

Haruhi 0.2.1: Ported to Qt4.

svn co svn://s.rootnode.net:8762/tags/haruhi-0.2.1 haruhi-0.2.1

Haruhi 0.2: Somewhat usable version, but Mikuru is without modulations and envelopes. Also methinks that some internals of Mikuru will be rewritten.

svn co svn://s.rootnode.net:8762/tags/haruhi-0.2 haruhi-0.2

Haruhi 0.1: Very early version.

svn co svn://s.rootnode.net:8762/tags/haruhi-0.1 haruhi-0.1

Compiling

I highly encourage to compile for your native architecture (Core2, AMD family 10, whatever) instead of generic i686. Haruhi gets really visible performance boost.

Please refer to COMPILE file in source tree.