On 08/08/2014 05:40 AM, Peter Billam wrote:
Greetings all,

I'm trying to split a .mid file t.mid into separate channels
eg t_cha0.mid t_cha1.mid t_cha4.mid
then convert each of those to wav t_cha0.wav t_cha1.wav t_cha4.wav
so that I can treat them with effects eg using sox
then mix them back together eg using ecasound.

BUT when I convert mid->wav using timidity, eg:
  timidity -Ow -o t_cha1.wav t_cha1.mid
the four seconds of initial silence in t_cha1.mid before the first
note gets suppressed :-( thus destroying the co-ordination between
my files and making mixdown impossible :-(

I've been through  man timidity  and  man timidity.cfg
and there are hundreds of options, but I see nothing to
disable the destruction of the initial silence.

I tried inserting a note_off event into t_cha1.mid just before
the 4-second initial silence, but timidity is 'clever' enough to
ingore it :-(

Does anyone know a timidity option to preserve initial silence ?

I'm on debian stable ...
  TiMidity++ version 2.13.2

Regards,  Peter Billam

http://www.pjb.com.au      p...@pjb.com.au     (03) 6278 9410
"Follow the charge, not the particle."  --  Richard Feynman
 from The Theory of Positrons, Physical Review, 1949


------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Timidity-talk mailing list
Timidity-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/timidity-talk


There's an option for this:

             --preserve-silence
               Do not drop initial silence.  Default: drop initial silence

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Timidity-talk mailing list
Timidity-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/timidity-talk

Reply via email to