Ubuntu Forums Archive Viewer

simple-quick midi to wav conversion

Archived thread 1003846 from Ubuntu Studio. Markdown source: Ubuntu_Studio/thread_1003846_simple-quick_midi_to_wav_conversion.md

Original URL About this archive
#1

Hi.....

I have ardour installed and audacity

I Installed rosegarden but it dosn't work... something about a timer broken.

I had used rosegarden on a 32 bit OK... but not on ubuntu 64 ... broken in U64

So.... any simple way to convert a midi to a wav in the synaptic ?

.... very much a nueb to Linux. and trying my best to keep working at it.

many thanks John Scotland

#2

its_jon said: any simple way to convert a midi to a wav in the synaptic ?

timidity?

#3

Yes, timidity++ does that. For example:

timidity -Ow *.mid

will convert all the midi files in your current directory into wav files.