1
Fork 0

Update documentation and Debian package templates to reflect new LV2, Renoise, Reverser, and Sample Loader plugins.

This commit is contained in:
Devin Anderson 2012-11-22 15:02:31 -08:00
parent c213d673f4
commit e52c765684
4 changed files with 20 additions and 7 deletions

View File

@ -17,9 +17,12 @@ development packages) installed:
* libarchive
* libsamplerate
* libsndfile
* libzip
* lilv
* PortAudio
* PortMidi
* qt4
* suil
In addition, you'll need the following tools:

View File

@ -18,7 +18,11 @@ A `synthclone` install can be made up of several common parts:
3. Plugins distributed with `synthclone`, including:
* libsynthclone_hydrogen
* libsynthclone_jack
* libsynthclone_lv2
* libsynthclone_portmedia
* libsynthclone_renoise
* libsynthclone_reverser
* libsynthclone_sampleloader
* libsynthclone_sfz
* libsynthclone_trimmer
* libsynthclone_zonegenerator
@ -61,8 +65,15 @@ will be installed:
--skip-hydrogen=SKIPHYDROGEN
Don't build the Hydrogen plugin
--skip-jack=SKIPJACK Don't build the JACK plugin
--skip-lv2=SKIPLV2 Don't build the LV2 plugin
--skip-portmedia=SKIPPORTMEDIA
Don't build the PortMedia plugin
--skip-renoise=SKIPRENOISE
Don't build the Renoise plugin
--skip-reverser=SKIPREVERSER
Don't build the reverser plugin
--skip-sample-loader=SKIPSAMPLELOADER
Don't build the sample loader plugin
--skip-sfz=SKIPSFZ Don't build the SFZ plugin
--skip-trimmer=SKIPTRIMMER
Don't build the trimmer plugin

8
TODO
View File

@ -1,6 +1,2 @@
-Write a plugin for LADSPA effects.
-Write a plugin for LV2 effects.
-Write a plugin for Renoise targets.
-Write a plugin to add samples directly from the filesystem.
-Consider capturing release in sampler components.
-Get someone to design an icon that isn't ugly.
* Consider capturing release in sampler components.
* Get someone to design an icon that isn't ugly.

View File

@ -10,8 +10,11 @@ Build-Depends: doc-base,
libsndfile1-dev,
libarchive-dev,
libjack-dev,
liblilv-dev,
libsuil-dev,
portaudio19-dev,
libportmidi-dev
libportmidi-dev,
libzip-dev
Standards-Version: 3.9.3
Homepage: http://synthclone.googlecode.com/
Vcs-Git: https://code.google.com/p/synthclone/