everything related to duct tape audio suite (dtas)
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 0/3] more functionality for editing audio
@ 2014-12-27 12:02  5% Eric Wong
  2014-12-27 12:02  7% ` [PATCH 1/3] dtas-console: keys for "cue next/prev" Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2014-12-27 12:02 UTC (permalink / raw)
  To: dtas-all

[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...


^ permalink raw reply	[relevance 5%]

* [PATCH 1/3] dtas-console: keys for "cue next/prev"
  2014-12-27 12:02  5% [PATCH 0/3] more functionality for editing audio Eric Wong
@ 2014-12-27 12:02  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2014-12-27 12:02 UTC (permalink / raw)
  To: dtas-all; +Cc: Eric Wong

The '!' and '@' keys are used in mplayer to skip chapters,
so perhaps this is a good analogy.
---
 bin/dtas-console | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/dtas-console b/bin/dtas-console
index 98d3f43..ee0c126 100755
--- a/bin/dtas-console
+++ b/bin/dtas-console
@@ -202,6 +202,8 @@ begin
         when "f" then c.req_ok("rg fallback_gain-=1")
         when ">" then c.req_ok("tl next")
         when "<" then c.req_ok("tl prev")
+        when "!" then c.req_ok("cue prev")
+        when "@" then c.req_ok("cue next")
         when " "
           c.req("play_pause")
         when "r" # cycle through replaygain modes
-- 
EW



^ permalink raw reply related	[relevance 7%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2014-12-27 12:02  5% [PATCH 0/3] more functionality for editing audio Eric Wong
2014-12-27 12:02  7% ` [PATCH 1/3] dtas-console: keys for "cue next/prev" Eric Wong

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).