Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Kevin Dahan (4e1c1ad67256a09859f6aa31b08441998f8b3894)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Kevin Dahan <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Kevin Dahan (4e1c1ad67256a09859f6aa31b08441998f8b3894)
  • Date: Tue, 25 Jul 2006 07:19:01 -0500

GIT changes to master grimoire by Kevin Dahan <unet AT sourcemage.org>:

ChangeLog | 2 ++
audio-plugins/blop/DEPENDS | 1 +
audio-plugins/blop/DETAILS | 24 ++++++++++++++++++++++++
audio-plugins/blop/HISTORY | 2 ++
audio-plugins/caps-plugins/BUILD | 1 +
audio-plugins/caps-plugins/DEPENDS | 1 +
audio-plugins/caps-plugins/DETAILS | 19 +++++++++++++++++++
audio-plugins/caps-plugins/HISTORY | 2 ++
8 files changed, 52 insertions(+)

New commits:
commit 4e1c1ad67256a09859f6aa31b08441998f8b3894
Author: Kevin Dahan <unet AT sourcemage.org>
Commit: Kevin Dahan <unet AT sourcemage.org>

Changelog++

commit 07a5d638f4d94ed9ad69f8d16b7588b39cf15160
Author: Kevin Dahan <unet AT sourcemage.org>
Commit: Kevin Dahan <unet AT sourcemage.org>

caps-plugins: new spell, C* Audio Plugin Suite

commit ecb983ce4e8fd8d2752c4a6e9436d8895d0318f2
Author: Kevin Dahan <unet AT sourcemage.org>
Commit: Kevin Dahan <unet AT sourcemage.org>

blop: new spell, Bandlimited LADSPA Oscillator Plugins

diff --git a/ChangeLog b/ChangeLog
index 9b273bf..8351d84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
2006-07-25 Kevin Dahan <unet AT sourcemage.org>
+ * audio-plugins/blop: new spell
+ * audio-plugins/caps-plugins: new spell
* audio-creation/wired: new spell
* audio-drivers/portaudio19: new spell, deprecated portaudio-cvs

diff --git a/audio-plugins/blop/DEPENDS b/audio-plugins/blop/DEPENDS
new file mode 100755
index 0000000..8bc21a1
--- /dev/null
+++ b/audio-plugins/blop/DEPENDS
@@ -0,0 +1 @@
+depends ladspa
\ No newline at end of file
diff --git a/audio-plugins/blop/DETAILS b/audio-plugins/blop/DETAILS
new file mode 100755
index 0000000..6dcfa16
--- /dev/null
+++ b/audio-plugins/blop/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=blop
+ VERSION=0.2.8
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ WEB_SITE=http://blop.sf.net
+ ENTERED=20060725
+ UPDATED=20060725
+
SOURCE_HASH=sha512:5a1bb2e4ba976dd87f8b34538b3a8d2ed21ba0b8818d4b0a713061aeeae7fd52377477314a758cc7082a932315be8ec99006dfc3f5c9712d8d566852adbf671f
+ LICENSE[0]=LGPL
+ KEYWORDS="plugins audio"
+ SHORT="Bandlimited LADSPA Oscillator Plugins"
+cat << EOF
+BLOP comprises a set of LADSPA plugins that generate bandlimited
+sawtooth, square, variable pulse and slope-variable triangle waves, for
+use in LADSPA hosts, principally for use with one of the many modular
+software synthesisers available.
+
+They are wavetable based, and are designed to produce output with
+harmonic content as high as possible over a wide pitch range.
+
+Additionally, there are a few extra plugins to assist in building
+synthesis networks. Full details can be found in the List-o-Plugins
+EOF
diff --git a/audio-plugins/blop/HISTORY b/audio-plugins/blop/HISTORY
new file mode 100644
index 0000000..8f85d5e
--- /dev/null
+++ b/audio-plugins/blop/HISTORY
@@ -0,0 +1,2 @@
+2006-07-25 Unet <unet AT sourcemage.org>
+ * ALL: Created
diff --git a/audio-plugins/caps-plugins/BUILD
b/audio-plugins/caps-plugins/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/audio-plugins/caps-plugins/BUILD
@@ -0,0 +1 @@
+make
diff --git a/audio-plugins/caps-plugins/DEPENDS
b/audio-plugins/caps-plugins/DEPENDS
new file mode 100755
index 0000000..8bc21a1
--- /dev/null
+++ b/audio-plugins/caps-plugins/DEPENDS
@@ -0,0 +1 @@
+depends ladspa
\ No newline at end of file
diff --git a/audio-plugins/caps-plugins/DETAILS
b/audio-plugins/caps-plugins/DETAILS
new file mode 100755
index 0000000..9dbe66b
--- /dev/null
+++ b/audio-plugins/caps-plugins/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=caps-plugins
+ VERSION=0.3.0
+ SOURCE=caps_$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/caps-$VERSION
+ SOURCE_URL[0]=http://quitte.de/dsp/$SOURCE
+ WEB_SITE=http://quitte.de/dsp/caps.html
+ ENTERED=20060725
+ UPDATED=20060725
+
SOURCE_HASH=sha512:787f935a628defa008bb017927e4a1c38df17e16006de78bd17858f280c274dedc9fd3b2c914fef396413cd72c5834c6007498407cc55140beb48547b2322561
+ LICENSE[0]=GPL
+ KEYWORDS="plugins audio"
+ SHORT="The CAPS Audio Plugin Suite"
+cat << EOF
+caps, the C* Audio Plugin Suite, is a collection of highly refined
+LADSPA units capable of (and intended for) realtime operation. The suite
+includes DSP units emulating instrument amplifiers, stomp-box classics,
+versatile 'virtual analogue' oscillators, fractal oscillation, reverb,
+equalization and others.
+EOF
diff --git a/audio-plugins/caps-plugins/HISTORY
b/audio-plugins/caps-plugins/HISTORY
new file mode 100644
index 0000000..8f85d5e
--- /dev/null
+++ b/audio-plugins/caps-plugins/HISTORY
@@ -0,0 +1,2 @@
+2006-07-25 Unet <unet AT sourcemage.org>
+ * ALL: Created



  • [SM-Commit] GIT changes to master grimoire by Kevin Dahan (4e1c1ad67256a09859f6aa31b08441998f8b3894), Kevin Dahan, 07/25/2006

Archive powered by MHonArc 2.6.24.

Top of Page