Mercurial > hg > cip2012
diff matlab/fileplot.m @ 58:69b54aa5a9bb
Added plottrack.m and redid drum plots with whole track plot.
author | samer |
---|---|
date | Fri, 16 Mar 2012 20:52:56 +0000 |
parents | 6464cf684717 |
children |
line wrap: on
line diff
--- a/matlab/fileplot.m Fri Mar 16 18:05:56 2012 +0000 +++ b/matlab/fileplot.m Fri Mar 16 20:52:56 2012 +0000 @@ -1,5 +1,5 @@ function fileplot(file,varargin) disp(file{1}); - drumplot(read_shift(file),varargin{:}); + drumplot(read_shift(file),varargin{:},'pause',0); optpause(prefs('pause',1,'drawnow',1,varargin{:})); end