Name | Modified | Size | Downloads / Week |
---|---|---|---|
README_editor_librarian | 2012-11-29 | 2.2 kB | |
README_lakai | 2012-11-29 | 534 Bytes | |
lakai_0.1_akai_s3200.tar.gz | 2012-11-29 | 48.5 kB | |
lakai_additions_source.tar.gz | 2012-11-29 | 5.5 kB | |
editorlibrarianstarter-0.0.1-SNAPSHOT.tar.gz | 2012-11-29 | 4.2 MB | |
editorlibrarian-0.0.2-SNAPSHOT.war | 2012-11-29 | 36.3 MB | |
Totals: 6 Items | 40.6 MB | 0 |
First Setup =========== Download the following: 1. lakai_<latest version>_akai_s3200.tar.gz 2. lakai_additions_<latest version>_source.tar.gz 3. editorlibrarianstarter-<latest version>-SNAPSHOT.tar.gz 4. editorlibrarian-<latest version>-SNAPSHOT.war Download 1 Intructions ====================== 1. Unpack lakai_<latest version>_akai_s3200.tar.gz. 2. cd to lakai_<latest version> 3. run make 4. run sudo make install Download 2 Intructions ====================== 1. Unpack lakai_additions_<latest version>_source.tar.gz. 2. cd to lakai_additions 3. run make 4. run sudo make install Download 3 Intructions ====================== 1. Unpack editorlibrarianstarter-<latest version>-SNAPSHOT.tar.gz. 2. cd editorlibrarian 3. Copy download 4. to webapps 4. Edit bin/start.sh and modify AKAI_WAR_PATH to match your download 4 name 5. Edit bin/start.sh and modify JAVA_HOME accordingly (debian - /usr/lib/jvm/<your choice of installed JVM>) Starting ======== 1. Make sure you are in the editor librarian starter top level dir. 2. run ./bin/start.sh 3. You can tail the log file like so: tail -f log/*.log 4. Open Iceweasel, Firefox, Chrome or Chromium and navigate to http://localhost:8080/akai/home Importing ========= When importing, nominate the file extensions of your programs and samples i.e. .a3s and .a3p. These files should be in the extracted Akai header formats not in sysex format. It is best if you back up your programs and samples using lakai or similar and then import them. The import process walks through a given directory tree starting at the configured directory. Directories holding programs and samples will be treated as a memory set - a set that is loaded into the sampler in one hit - generally a multi-timbral set of programs. You should generally choose to import all as this will import samples and programs into the library as separate items to a memory set with programs and samples. This way you can search the library , preview samples and add programs and samples to memory sets. Updating ======== Download the latest editorlibrarian-<latest version>-SNAPSHOT.war copy it to the editor librarian starter webapp dir and modify bin/start.sh AKAI_WAR_PATH to match the war file name.