From 2f93e57f6daaf715121b14a2e5b3f8221c8f2c0e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 13 Apr 2015 06:13:20 +0000 Subject: dtas 0.10.0 - major features and small fixes Bug fixes: * Exported INFILE environment variable is always shell-escaped This prevent screw-ups when users are using funky filenames. * dtas-player: enqueued commands cannot use audio format bypass (the audio format cannot be known ahead-of-time from raw commands) * YAML omap (ordered map) is explicitly used for all env hashes for user editing. Normal (unordered hashes) are still allowed if loading existing files. This does not affect Ruby 1.9+ users, but allows easier processing for users of other languages. New features (all platforms): * dtas-player now plays dtas-splitfx YAML files support cue sheet emulation based on the track list. Under Linux[1], changes to the YAML file are reflected in real-time as the file is edited and saved in an $EDITOR. This feature is useful for dialing in EQ, compressor, and limiter effects on tracks. * dtas-player supports the "source restart" command for restarting playback on modified files for systems without inotify support. * dtas-splitfx now exports the INDIR and INBASE environment variables which are intended to act like `$(@D)' and `$(@F)' in GNU make(1). It should ease managing temporary files for some effects (e.g. noiseprof + noisered in sox) * dtas-console supports '!' and '@' hotkeys keys for moving within files with embedded cue sheets. * dtas-player supports the "trim" command to focus on a particular portion of a track. It may be useful when combined with the existing "tl repeat" command for dialing in audio editing parameters (via a splitfx YAML file): To continuously repeat a 5 second part of the current track starting at 1 minute into the track: dtas-ctl tl repeat 1 && dtas-ctl trim 1:00 5 Passing "off" as the parameter disables trim: dtas-ctl trim off * dtas-env(7) manpage added for common environment variables across the suite * dtas-sinkedit shows default parameters in addition to user-changed parameters New features (Linux-only) * dtas-sourceedit and dtas-sinkedit support inotify[1] when editing the YAML text file. This allows real-time updates on $EDITOR file save as the user edits the parameters of the commands used for decoding and playback. * dtas-archive - paranoid archival script for copying and (re-reading) files. This is useful when transferring files from removable devices to computers without ECC memory (or any other bit errors in transport before main memory is accessed). This requires Ruby 1.9.3 or later (no 3rd-party RubyGems) on Linux for IO#advise support. There are also many internal cleanups and more work-in-progress for dtas-splitfx features. [1] feature requires the sleepy_penguin RubyGem to be installed. --- GIT-VERSION-GEN | 2 +- INSTALL | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 6b99275..e0f918c 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -4,7 +4,7 @@ CONSTANT = "DTAS::VERSION" RVF = "lib/dtas/version.rb" GVF = "GIT-VERSION-FILE" -DEF_VER = "v0.9.0" +DEF_VER = "v0.10.0" vn = DEF_VER # First see if there is a version file (included in release tarballs), diff --git a/INSTALL b/INSTALL index 79ceea2..60202fd 100644 --- a/INSTALL +++ b/INSTALL @@ -40,10 +40,10 @@ For future upgrades of dtas (upgrades to dtas-linux will be infrequent) Grab the latest tarball from our HTTP site: - http://dtas.80x24.org/2014/dtas-0.9.0.tar.gz + http://dtas.80x24.org/2015/dtas-0.10.0.tar.gz - $ tar zxvf dtas-0.9.0.tar.gz - $ cd dtas-0.9.0 + $ tar zxvf dtas-0.10.0.tar.gz + $ cd dtas-0.10.0 $ sudo ruby setup.rb GNU/Linux users may optionally install "io_splice" and -- cgit v1.2.3-24-ge0c7