From 4135f3a6f2b763fa6c952e2fd580b30b9e31d548 Mon Sep 17 00:00:00 2001 From: Graham Northup Date: Mon, 2 Oct 2017 16:14:07 -0400 Subject: Minor bugfixes and featurefixes: - shiv now assumes -a if you give it no other options; - broadcast now displays a cute spinny and progress bar when playing without -v set - drums.py obeys -V when testing (-t) --- shiv.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'shiv.py') diff --git a/shiv.py b/shiv.py index f19ec51..fe82006 100644 --- a/shiv.py +++ b/shiv.py @@ -30,6 +30,23 @@ parser.set_defaults(height=20, group=[]) options, args = parser.parse_args() +if not any(( + options.number, + options.groups, + options.notes, + options.notes_stream, + options.histogram, + options.vel_hist, + options.duration, + options.duty_cycle, + options.aux, + options.meta, + options.histogram_tracks, + options.vel_hist_tracks, +)): + print 'No computations specified! Assuming you meant --almost-all...' + options.almost_all = True + if options.almost_all or options.all: options.number = True options.groups = True -- cgit v1.2.3-70-g09d2