diff options
author | Michales Michaloudes <korgie@gmail.com> | 2011-08-02 08:54:49 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-02 08:54:49 -0300 |
commit | 0f664d787dae81172b4548e61b3bf45c137bd61c (patch) | |
tree | 67dcb2c617ef21145a2b5d4abb6b0bea7c65637c /libraries/libinstpatch/README | |
parent | b7af29bae74b9eed1c39e93f084ba26fd147dfcd (diff) |
libraries/libinstpatch: Added (digital sample processing library)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/libinstpatch/README')
-rw-r--r-- | libraries/libinstpatch/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/libinstpatch/README b/libraries/libinstpatch/README new file mode 100644 index 000000000000..fd33e544a80f --- /dev/null +++ b/libraries/libinstpatch/README @@ -0,0 +1,6 @@ +libInstPatch stands for lib-Instrument-Patch and is a library for +processing digital sample based MIDI instrument "patch" files. +The types of files libInstPatch supports are used for creating +instrument sounds for wavetable synthesis. libInstPatch provides +an object framework (based on GObject) to load patch files into, +which can then be edited, converted, compressed and saved. |