Skip to content

Eigenlabs/EigenD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f5614c9 · Jun 12, 2014
Oct 20, 2011
Oct 20, 2011
Oct 20, 2011
Jan 4, 2012
Apr 20, 2011
Sep 23, 2011
Oct 6, 2011
Apr 20, 2011
Sep 23, 2011
Oct 7, 2011
Sep 23, 2011
Sep 23, 2011
Apr 20, 2011
Dec 2, 2011
Jan 13, 2012
Oct 19, 2011
Jan 4, 2012
Apr 20, 2011
Apr 20, 2011
Oct 28, 2011
Feb 10, 2012
Dec 15, 2011
Apr 20, 2011
Apr 20, 2011
Oct 13, 2011
Jan 27, 2012
Oct 28, 2011
Apr 20, 2011
Aug 31, 2011
Jul 23, 2011
Nov 6, 2011
Sep 23, 2011
Nov 3, 2011
Oct 19, 2011
Apr 20, 2011
Feb 6, 2012
Aug 31, 2011
Nov 9, 2011
Oct 31, 2011
Sep 23, 2011
Feb 15, 2012
Feb 15, 2012
Apr 20, 2011
Apr 20, 2011
Apr 20, 2011
Jun 12, 2014
Oct 7, 2011
Feb 15, 2012
Apr 20, 2011

Repository files navigation

This is EigenD.

The open source release includes all of EigenD except Stage.

Contributing
------------

If you would like to contribute to EigenD, we will gladly accept
patches against this git repository.  You must sign the Eigenlabs
Contributor Agreement before we can accept anything from you.

Please go to the Developer Wiki for the Contributors Agreement.

     http://www.eigenlabs.com/wiki/Developers/
     
Issues
------
If you have any issues either building or running EigenD, 
please report these on the eigenlabs forum
     http://www.eigenlabs.com/forum/
     
The forum is read by many eigenharp players (as well as Eigenlabs),
and you will get a faster response than, posting to issues on github
which is only subscribed to by a small number.


Building EigenD
---------------

In order to build EigenD, simply type 'make' in this directory,
or './bld.cmd' on windows.  All build products will be placed
in a tmp/ directory off the top level.

Under windows, EigenD is tmp/bin/eigend.exe, under MacOS it's
an application bundle in tmp/app/EigenD.app

In order to build, you will need the following:

Runtime Files
-------------

You will need to have the stock EigenD installed to get the
runtime support (which is a vanilla Python install) and the
Windows device drivers.

Steinberg SDK
-------------

You will need to obtain the Asio and VST headers from the
Steinberg site.  Place these in a directory called
'steinberg' as follows:

    asio.h
    asiodrvr.h
    asiosys.h
    combase.h
    iasiodrv.h
    pluginterfaces/vst2.x/aeffect.h
    pluginterfaces/vst2.x/aeffectx.h
    pluginterfaces/vst2.x/vstfxstore.h

Windows
-------

Visual Studio 2008
NSIS
WiX
Direct X SDK (June 2010)

MacOSX
------

The Apple development kit, with the 10.4 build support installed.