diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-15 01:42:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-15 01:42:53 +0000 |
commit | 0d03c95083143cdff23963740b292750b80f38bb (patch) | |
tree | 735dd8bd472efda9599f8a788a59d65a2cd20f31 /audio/snd | |
parent | d2bf446cb19edddaa5a5d808466f8a3e68968584 (diff) | |
download | pkgsrc-0d03c95083143cdff23963740b292750b80f38bb.tar.gz |
Update to 7.18:
Snd 7.18
snd_pd_external.c, help-snd-fm.pd, and pd-fm.scm and other changes for Pd, thanks to Kjetil.
Many more improvements thanks to Mike.
default sample type is now float. This should only affect the "peak-env" files which will
need to be rebuilt (just delete the current peak files, and they'll be rebuilt as needed
automatically).
analog-filter.scm: Butterworth, Chebyshev, inverse-Chebyshev, Bessel(-Thompson), Elliptic filters.
(These functions are based on code of Anders Johansson)
new fft windows: samaraki and ultraspherical (related to the dolph-chebyshev window)
ultraspherical window has an additional parameter (side lobe shape) named
fft-window-alpha here (to parallel fft-window-beta).
new sound effects:
sinc-train (clm.html)
reverse-by-blocks and reverse-within-blocks (examp.scm)
pulse-voice (examp.scm)
moved make-iir-low|high-pass-1 to snd7.scm (from dsp.scm)
removed the various sorting indices (sort-by-name|size|date|entry), and changed
the way the user-defined sorter works. (snd7.scm defines the old names).
Also removed (unimplemented, but documented) file-sorters list, and the
now useless just-sounds-hook. added sound-file? for easier file-filter definition.
in both Motif and Gtk, the file selection dialogs have been changed -- there are
fewer visible widgets, but popup menus are scattered around to handle uncommon
chores (sorting, filtering, etc). libgamin is connected to the file list as
elsewhere. Right-click in the file list brings up a menu of sorting/filtering
choices; in the directory list it brings up a menu that splits out the parent
directories (single-click in the directory list moves to that directory);
in the file and filter entry widgets it brings up a list of previous choices.
If you type in the file entry widget, the file list tries to move to the apparent choice.
The "preview area" is as before -- a description of the selected sound file,
with "play" and "just-sounds" buttons.
In the xm module, XmNpopupEnabled is now an enum (it was boolean -- I was following
the incorrect info in the Motif docs -- use XmPOPUP_AUTOMATIC rather than #t).
the happy buttons have hunkered down for the winter.
checked: gtk 2.8.8|9|10, sbcl 0.9.7|8, clisp 2.36|7 (cmn), motif 2.3.0, ruby 1.8.4,
Mesa 6.4.1 (openGL), gamin 0.1.7 (fam)
with much help from: Kjetil, Mike, Russell Aspinwall
Snd 7.17
Mike made many improvements in the ruby support
Kjetil added a -volume argument to sndplay
all dlp directory files moved to main directory (to simplify load-path handling)
added: *clm-notehook* and *definstrument-hook* added to Guile version of with-sound (thanks to Rick)
the rest of the preferences dialog
mus-header-raw-defaults
sync-max
SND_PATH environment variable (optional load path directory list)
if --with-float-samples and --with-doubles, the internal sample data type is double.
(this also affects CLM)
moved snd-apropos to snd7.scm.
clm: fixed various instruments that were using mus-location with src:
backandforth.ins, scratch in ug1.ins, granular.ins, various test ins.
added optional srate envelope arg to fullmix.
Rick added clm.asd.
Fernando updated dlocsig and friends.
*clm-tempfile-data-format* and *clm-tempfile-header-type*.
cmn: *dynamics-minimum-vertical-separation* added by Anders.
Anders also added support for dy0 and dy1 messages in wedge.lisp.
Rick added cmn.asd.
*dot-vertical-spacing*
checked: ACL 8.0, openmcl 1.0, cmucl 19c, clisp 2.35 (cmn), gtk 2.8.7
with much help from Mike, R Mattes, Rick, Anders, J Reyes, Kjetil, T Blechmann
J Rundall, H Fugal, Fernando, J Sandgren, M Klingbeil
7.16:
tarball with NEWS file not found
Diffstat (limited to 'audio/snd')
-rw-r--r-- | audio/snd/Makefile | 5 | ||||
-rw-r--r-- | audio/snd/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index c0641008cc1..221d0983c31 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2005/12/12 21:36:54 joerg Exp $ +# $NetBSD: Makefile,v 1.42 2006/01/15 01:42:53 wiz Exp $ # -DISTNAME= snd-7.15 -PKGREVISION= 1 +DISTNAME= snd-7.18 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=snd/} diff --git a/audio/snd/distinfo b/audio/snd/distinfo index 72556e4f8cd..ad94bfb8730 100644 --- a/audio/snd/distinfo +++ b/audio/snd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2005/11/23 22:39:12 wiz Exp $ +$NetBSD: distinfo,v 1.11 2006/01/15 01:42:53 wiz Exp $ -SHA1 (snd-7.15.tar.gz) = 17d092df3e85c2eed7b17d1c8ebcadfc8db6f272 -RMD160 (snd-7.15.tar.gz) = c28a2a1c19ca404b47061644d42700bc6bdf6396 -Size (snd-7.15.tar.gz) = 6546108 bytes +SHA1 (snd-7.18.tar.gz) = d6bc1ac752ed146116e4cf36cb6d199f6c61475a +RMD160 (snd-7.18.tar.gz) = f3619a63034ee0b0ce9acf1d0a19f7de0599abe0 +Size (snd-7.18.tar.gz) = 6672637 bytes |