changeset 74:f81611bf11ed

...
author Chris Cannam
date Wed, 15 Nov 2006 18:26:44 +0000
parents e200055fe80b
children 883f49d80bd3
files osc/demoscript.sh
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/osc/demoscript.sh	Wed Nov 15 18:22:26 2006 +0000
+++ b/osc/demoscript.sh	Wed Nov 15 18:26:44 2006 +0000
@@ -338,6 +338,7 @@
 chromagram_bits()
 {
     add_melodic_range_spectrogram
+    sleep 10
     sv-command add timeruler
     sv-command transform vamp:qm-vamp-plugins:qm-chromagram:chromagram
     sleep 2
@@ -345,7 +346,7 @@
     sleep 10
     sv-command zoom out
     fade_in
-    sleep 10
+    sleep 15
     fade_out
 }
 
@@ -383,7 +384,7 @@
 pid="`pidof sonic-visualiser`"
 if [ -n "$pid" ]; then
     kill "$pid"
-    sleep 2
+    sleep 5
 else
     reset
 fi