about summary refs log tree commit homepage
tag namev0.8.0 (a24a2ede57f03c33b07f409ba767a5ad374bd52a)
tag date2014-10-21 06:11:09 +0000
tagged byEric Wong <e@80x24.org>
tagged objectcommit cb81223c3c...
downloaddtas-0.8.0.tar.gz
dtas 0.8.0 - player bugfixes
Several bugfixes for the dtas-player and playback-related
components.  Audio-editing support is still being worked on.

See git repository for full details:

    git clone git://80x24.org/dtas

Terminal-browser-friendly HTML mail archives are also up at:

    http://80x24.org/dtas-all/

The mailing list for anything related to dtas remains at:

    dtas-all@nongnu.org

The list is open to all without subscription (no HTML email).
dtas is for and by users who never want to deal with GUIs.

shortlog of changes since 0.7.0:

      dtas-console: add note to install "curses" gem if missing
      test/helper: compat w/ coverage in Feature #9508
      player: style cleanup to favor &:methods
      update copyrights and email address for 2014
      trimfx: initial cut of scheduling + gap filling
      test/helper: ancient minitest compatibility
      test_splitfx: fix tests without opus{enc,dec}
      remove builtin-$FADEFX support
      fadefx: remove module
      tests: hoist out pluck generation
      xs: favor &: block style for simple cases
      rely on filesystem encoding
      client_handler: minor cleanup (favor &:proc)
      doc: document "tl get"/"dtas-tl cat" escaping gotcha
      dtas-console: force encoding for current locale
      unix_server: fix for infinite loop
      sink: favor &:proc form instead of blocks
      favor &:proc form instead of blocks in more places
      unix_accepted: wait for readability on EAGAIN