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 3/5] player: enqueued commands cannot use bypass
  2015-01-17 11:49  5% [PATCH 0/5] misc updates, major sourceedit feature! Eric Wong
@ 2015-01-17 11:49  7% ` Eric Wong
  0 siblings, 0 replies; 3+ results
From: Eric Wong @ 2015-01-17 11:49 UTC (permalink / raw)
  To: dtas-all; +Cc: e

We cannot specify an audio format for bypass mode,
so inherit the last one we used and hope it works.
---
 lib/dtas/player.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/dtas/player.rb b/lib/dtas/player.rb
index ea48926..002decf 100644
--- a/lib/dtas/player.rb
+++ b/lib/dtas/player.rb
@@ -400,7 +400,7 @@ class DTAS::Player # :nodoc:
         msg = %W(command #{pending.command_string})
       end
 
-      unless @bypass.empty?
+      if ! @bypass.empty? && pending.respond_to?(:format)
         new_fmt = bypass_match!(@format.dup, pending.format)
         if new_fmt != @format
           stop_sinks # we may fail to start below
-- 
EW



^ permalink raw reply related	[relevance 7%]

* [PATCH 0/5] misc updates, major sourceedit feature!
@ 2015-01-17 11:49  5% Eric Wong
  2015-01-17 11:49  7% ` [PATCH 3/5] player: enqueued commands cannot use bypass Eric Wong
  0 siblings, 1 reply; 3+ results
From: Eric Wong @ 2015-01-17 11:49 UTC (permalink / raw)
  To: dtas-all; +Cc: e

The last sourceedit change is _really_ exciting to me!
(as is the splitfx playback support pushed out earlier).

The editing/post-production-oriented features of dtas are
really coming together and I think 0.10.0 will be a big
milestone for this project.

Eric Wong (5):
      partstats: use Etc.nprocessors on Ruby 2.2+
      splitfx: remove unnecessary assignment
      player: enqueued commands cannot use bypass
      dtas-console: avoid crashing on failed cue seeks
      dtas-sourceedit: update player as user saves in the editor



^ permalink raw reply	[relevance 5%]

* [PATCH] player: enqueued commands cannot use bypass
@ 2015-01-06 10:01  7% Eric Wong
  0 siblings, 0 replies; 3+ results
From: Eric Wong @ 2015-01-06 10:01 UTC (permalink / raw)
  To: dtas-all

We cannot specify an audio format for bypass mode,
so inherit the last one we used and hope it works.
---
 lib/dtas/player.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/dtas/player.rb b/lib/dtas/player.rb
index ea48926..002decf 100644
--- a/lib/dtas/player.rb
+++ b/lib/dtas/player.rb
@@ -400,7 +400,7 @@ class DTAS::Player # :nodoc:
         msg = %W(command #{pending.command_string})
       end
 
-      unless @bypass.empty?
+      if ! @bypass.empty? && pending.respond_to?(:format)
         new_fmt = bypass_match!(@format.dup, pending.format)
         if new_fmt != @format
           stop_sinks # we may fail to start below
-- 
EW



^ permalink raw reply related	[relevance 7%]

Results 1-3 of 3 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2015-01-06 10:01  7% [PATCH] player: enqueued commands cannot use bypass Eric Wong
2015-01-17 11:49  5% [PATCH 0/5] misc updates, major sourceedit feature! Eric Wong
2015-01-17 11:49  7% ` [PATCH 3/5] player: enqueued commands cannot use bypass 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).