Wiki » History » Version 25

Marcus Pearce, 2014-06-13 01:23 PM

1 2 Jeremy Gow
h1. IDyOM wiki
2 2 Jeremy Gow
3 25 Marcus Pearce
This wiki documents the installation and usage of the IDyOM software, written in "Common Lisp":http://www.gigamonkeys.com/book/ by "Marcus Pearce":http://code.soundsoftware.ac.uk/users/105.
4 1 Marcus Pearce
5 5 Jeremy Gow
h2. User documentation
6 5 Jeremy Gow
7 25 Marcus Pearce
The IDyOM documentation assumes a basic knowledge of "Common Lisp":http://www.gigamonkeys.com/book/, and familiarity with the system's purpose and underlying theory.  For more information, see "Pearce [2005]":http://webprojects.eecs.qmul.ac.uk/marcusp/papers/Pearce2005.pdf (thesis.pdf in the distribution).
8 22 Marcus Pearce
* [[Installation|Installing and loading IDyOM]]
9 6 Jeremy Gow
* [[database|Database management]]
10 13 Jeremy Gow
* [[viewpoints|Working with viewpoints]]
11 1 Marcus Pearce
* [[List of viewpoints]]
12 1 Marcus Pearce
* [[idyom|Running IDyOM]]
13 25 Marcus Pearce
* [[IDyOM Output]]
14 1 Marcus Pearce
15 1 Marcus Pearce
h2. Programmer documentation
16 25 Marcus Pearce
17 25 Marcus Pearce
This documentation is designed to help with the development of IDyOM.
18 3 Jeremy Gow
19 23 Marcus Pearce
* [[Roadmap|Development roadmap]]
20 24 Marcus Pearce
* [[Architecture|Code Architecture]]
21 3 Jeremy Gow
* [[Adding viewpoints]]
22 18 Marcus Pearce
* The [[ppm-star]] package
23 1 Marcus Pearce
* The [[resampling]] package