From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 208.118.235.0/24 X-Spam-Status: No, score=-2.3 required=3.0 tests=AWL,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: dtas-all@80x24.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 106D71F7F8 for ; Sat, 27 Dec 2014 12:03:16 +0000 (UTC) Received: from localhost ([::1]:55719 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y4q5S-0001iS-Dy for dtas-all@80x24.org; Sat, 27 Dec 2014 07:03:14 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45431) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y4q5Q-0001iJ-Nw for dtas-all@nongnu.org; Sat, 27 Dec 2014 07:03:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y4q5L-00064m-QQ for dtas-all@nongnu.org; Sat, 27 Dec 2014 07:03:12 -0500 Received: from dcvr.yhbt.net ([64.71.152.64]:37767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y4q5L-000645-Lp for dtas-all@nongnu.org; Sat, 27 Dec 2014 07:03:07 -0500 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 8A0CC1F7E9 for ; Sat, 27 Dec 2014 12:03:06 +0000 (UTC) From: Eric Wong To: Subject: [PATCH 0/3] more functionality for editing audio Date: Sat, 27 Dec 2014 12:02:55 +0000 Message-Id: <1419681778-6183-1-git-send-email-e@80x24.org> X-Mailer: git-send-email 2.1.2.571.ged78782.dirty X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 64.71.152.64 X-BeenThere: dtas-all@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dtas-all-bounces+dtas-all=80x24.org@nongnu.org Sender: dtas-all-bounces+dtas-all=80x24.org@nongnu.org [PATCH 1/3] dtas-console: keys for "cue next/prev" - this made it easier to test [PATCH 2/3] [PATCH 2/3] player: support playing splitfx YAML files - I'm loving this feature already, it lets me save/edit small YAML files instead of wasting space by storing edited copies for optimal listening. [PATCH 3/3] player: support "source restart" command - Until I figure out what I'm doing wrong with inotify...