diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-30 20:10:15 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-30 20:10:15 +0000 |
commit | f2bc02d5195d6798bb16c05d2940ec48539d2b29 (patch) | |
tree | 348d034ec11b20732eea0f7c4bec5ef6fb37621c /ext/smoothwave/README | |
parent | c7bb41195ead44f67ce7753e3e1e750c1975c948 (diff) | |
download | gst-plugins-bad-f2bc02d5195d6798bb16c05d2940ec48539d2b29.tar.gz gst-plugins-bad-f2bc02d5195d6798bb16c05d2940ec48539d2b29.tar.bz2 gst-plugins-bad-f2bc02d5195d6798bb16c05d2940ec48539d2b29.zip |
smoothwave fixin
Original commit message from CVS:
smoothwave fixin
Diffstat (limited to 'ext/smoothwave/README')
-rw-r--r-- | ext/smoothwave/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/smoothwave/README b/ext/smoothwave/README new file mode 100644 index 00000000..ff737852 --- /dev/null +++ b/ext/smoothwave/README @@ -0,0 +1,6 @@ +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. |