diff options
author | David Robillard <d@drobilla.net> | 2008-11-27 17:11:56 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-11-27 17:11:56 +0000 |
commit | 50d8e1a35d8608b866bf0de736a05e230a59d731 (patch) | |
tree | 40365b46bb9389aabf7ef151d71c956c72865f2f | |
parent | e58b99043ff0dac28f26a27165fda22019857501 (diff) | |
download | ingen-50d8e1a35d8608b866bf0de736a05e230a59d731.tar.gz ingen-50d8e1a35d8608b866bf0de736a05e230a59d731.tar.bz2 ingen-50d8e1a35d8608b866bf0de736a05e230a59d731.zip |
Clean up info files.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1797 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | README | 52 | ||||
-rw-r--r-- | THANKS | 32 | ||||
-rw-r--r-- | doc/engine.dia | bin | 4866 -> 0 bytes |
4 files changed, 14 insertions, 72 deletions
@@ -1,5 +1,5 @@ Author: -Dave Robillard <dave@drobilla.net> +Dave Robillard <dave@drobilla.net> <http://drobilla.net> Send money. @@ -1,53 +1,7 @@ Ingen is a realtime modular synthesizer and/or effects processor for -Jack/Alsa/LADSPA/DSSI/LV2/etc (ie GNU/Linux audio systems). +Jack/LV2/LADSPA/etc. (i.e. GNU/Linux audio systems). -More information may be found at http://drobilla.net/software/ingen +More information can be found at http://drobilla.net/software/ingen -To build, first check "./configure --help" for options, you can build this -code in many different ways (standalone engine with seperate clients, build -engine server only, build clients only, build monolithic clients, etc. etc). -Then do the typical "./configure; make; make install" routine. - - -*** Optimization *** - -Ingen's configure script, by default, does not clobber your CFLAGS or CXXFLAGS -environment variables (which is the proper behaviour), though it does add a -few flags that should be turned on in any case (as described in this file). -If you want to submit usable bug reports (for segfaults and the like), -build with --enable-debug. This will also enable assertions, which also -makes bug hunting easier (see below). - -SIMD (SSE/Altivec): - -If you have GCC4, it is hightly recommended that you enable your SIMD -instruction set, especially if you have a Pentium 4 -(ie "-march=pentium4 -mfpmath=sse"). The performance gain is good for any chip -with a SIMD instruction set (Altivec, SSE, and friends), but in the case of a P4 -the denormal avoidance is crucial for audio software. Note that -march=athlon64 -implies -msse, -msse2, -mfpmath=sse, etc. - - -*** Debugging *** - -Ingen makes very heavy use of assertions to catch bugs. Assertions have a -(minor) performance hit unless the preprocessor symbol NDEBUG is defined. -By default the configure script will add this to the end of your flags, -but it's worth noting. Assertions have a minor overhead everywhere, but -will likely make bug reports much more useful. Debug symbols add quite a -bit of bloat to all the code, and is not useful unless you plan on debugging -the code yourself. A good compromise between performance and bug -reporting ability (eg for using the code from SVN) is ---enable-assertions without --enable-debug-symbols. - - -*** Bugs *** - -If Ingen crashes, PLEASE REPORT THE BUG. People too often assume "someone" -"must" know about the bug and it will magically get fixed without telling -anyone about it. It probably doesn't happen for me, and if I don't know about -it, I'm probably not going to fix it :) - - -Have Fun. +See the INSTALL file for building instructions. @@ -1,25 +1,13 @@ Thanks goes to (in alphabetical order): -Krzysztof Foltman (kfoltman), for much needed modularey plugins, and testing. - -Lachlan Davis (LFactor), for driving development forward through being a nuisance. :) -(And somehow tolerating the dodgiest early stages of development and actually -building some neat patches, being 100% of the existing userbase for a time...) - -Lars Luthman (larsl), lots of DSSI improvements and useful plugins. - -Leonard Ritter (paniq), Old Python bindings - -Mario Lang (delYsid), SuperCollider bindings - -Paul Davis and friends, for Jack. - -Steve Harris (swh), for liblo and good networking ideas, helpful suggestions -in general. - -Thorsten Wilms (thorwil), for much UI input, mockups and glade widgets. - -Everyone in #lad who puts up with my idiocy on a daily basis. - -Everyone who's ever written a Free plugin. +Lachlan Davis (LFactor) +Paul Davis (las) +Krzysztof Foltman (kfoltman) +Steve Harris (swh) +Mario Lang (delYsid) +Lars Luthman (larsl) +Leonard Ritter (paniq) +Thorsten Wilms (thorwil) + +Everyone who has ever written a Free plugin. diff --git a/doc/engine.dia b/doc/engine.dia Binary files differdeleted file mode 100644 index c32da999..00000000 --- a/doc/engine.dia +++ /dev/null |