Add64 (c)2011 by Matthias Nagorni is licensed under the 
GNU General Public License (http://www.gnu.org/licenses/gpl.html)

Add64 is the result of my experiments around additive synthesis and is
intended for research purposes only. The spectral drawing scheme for the
harmonics and envelopes has been inspired by the virtual pipe organ 
Aeolus by Fons Adriaensen.

To compile the program you need to load Add64.pro into QT Creator and then
edit the line

LIBS += -L C:\JACK -ljack

so that it points to the path which has the JACK lib files. Under Windows
you could create the path C:\JACK and then copy

C:\Windows\SysWOW64\libjack.dll
C:\Windows\SysWOW64\libjackserver.dll

to it. To make sure that the compiler can find the JACK header
files you can either adjust the path in QT Creator or just copy
the jack header files to C:\QtSDK\mingw\include\jack
