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 296E32055A for ; Sat, 5 Dec 2015 02:00:21 +0000 (UTC) Received: from localhost ([::1]:44215 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5296-0002Tu-Me for dtas-all@80x24.org; Fri, 04 Dec 2015 21:00:20 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5294-0002Te-DO for dtas-all@nongnu.org; Fri, 04 Dec 2015 21:00:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a5291-0004Gd-3H for dtas-all@nongnu.org; Fri, 04 Dec 2015 21:00:18 -0500 Received: from dcvr.yhbt.net ([64.71.152.64]:35814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5290-0004GV-Tl for dtas-all@nongnu.org; Fri, 04 Dec 2015 21:00:15 -0500 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id AB6602055A; Sat, 5 Dec 2015 02:00:12 +0000 (UTC) Date: Sat, 5 Dec 2015 02:00:28 +0000 From: Eric Wong To: dtas-all@nongnu.org Subject: how do you use dtas? Message-ID: <20151205020028.GA13812@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 Just wondering how folks are currently using dtas these days. dtas-ctl ... (which commands) dtas-enq ... dtas-tl addtail ... dtas-console + interactive mode? etc? I mainly use "dtas-tl addtail|add|remove|clear" for casual listening, sometimes "dtas-enq", and dtas-console for pausing/seeking; etc. For EQ-ing on my own recordings: 1) I'll write a YAML file with a custom "command:" param for -splitfx 2) add the YAML file (via dtas-tl add/addtail or dtas-enq) 3) Edit the YAML files with my favorite editor; relying on inotify (via sleepy_penguin RubyGem) to pick when my editor saves the file. This lets me hear EQ changes whenever I save the YAML file in my editor (or the playback stops when I make a typo). To loop a section of a track I want to focus on, I'll set: dtas-tl repeat 1 && dtas-ctl trim START_TIME LENGTH ("dtas-ctl trim off && dtas-tl repeat false" to resume normal playback)