diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-30 15:41:21 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-30 15:41:21 +0000 |
commit | 691b10ff8e2a00cab402b68294febeeccf636bbd (patch) | |
tree | b79af23e0e9b8e063e75e9ef5d5be5ebf26928cf /ext/smoothwave/README | |
parent | 3f88a353d408860ad829a645e5f47c679b4225ab (diff) | |
download | gst-plugins-bad-691b10ff8e2a00cab402b68294febeeccf636bbd.tar.gz gst-plugins-bad-691b10ff8e2a00cab402b68294febeeccf636bbd.tar.bz2 gst-plugins-bad-691b10ff8e2a00cab402b68294febeeccf636bbd.zip |
move smoothwave to gst
Original commit message from CVS:
move smoothwave to gst
Diffstat (limited to 'ext/smoothwave/README')
-rw-r--r-- | ext/smoothwave/README | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/smoothwave/README b/ext/smoothwave/README deleted file mode 100644 index ff737852..00000000 --- a/ext/smoothwave/README +++ /dev/null @@ -1,6 +0,0 @@ -This is a home-grown visualization, with a couple lines of code copied -from synaesthesia. It draws the waveform in the bitmap, then fades out -the entire bitmap so older waveforms disappear. It looks OK, but it's -grayscale so far (haven't solved the cmap problems, note all the commented -out code). I'm going to try to make a much better version as time goes -on. |