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 2/5] splitfx: remove unnecessary assignment
  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; 2+ results
From: Eric Wong @ 2015-01-17 11:49 UTC (permalink / raw)
  To: dtas-all; +Cc: e

We already assigned fmt before entering the case statement,
so make the case statement smaller.
---
 lib/dtas/splitfx.rb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/dtas/splitfx.rb b/lib/dtas/splitfx.rb
index 8aa37e7..2335636 100644
--- a/lib/dtas/splitfx.rb
+++ b/lib/dtas/splitfx.rb
@@ -232,8 +232,6 @@ class DTAS::SplitFX # :nodoc:
       fmt = "%0#{max.to_s.size}d"
     when Integer
       fmt = "%0#{@track_zpad}d"
-    else
-      fmt = "%d"
     end
     nr = @track_start
     @tracks.delete_if do |t|
-- 
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 2/5] splitfx: remove unnecessary assignment Eric Wong
  0 siblings, 1 reply; 2+ 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%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2015-01-17 11:49  5% [PATCH 0/5] misc updates, major sourceedit feature! Eric Wong
2015-01-17 11:49  7% ` [PATCH 2/5] splitfx: remove unnecessary assignment 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).