Difference between revisions of "Midi"

From Linuxintro
imported>ThorstenStaerk
(Created page with "To play midi (.mid) files, use timidity. = SUSE Linux = yast -i timidity timidity ''whatever.mid''")
 
imported>ThorstenStaerk
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
= SUSE Linux =
 
= SUSE Linux =
 +
* install timidity
 
  yast -i timidity
 
  yast -i timidity
 +
* play ''whatever.mid''
 
  timidity ''whatever.mid''
 
  timidity ''whatever.mid''
 +
 +
= See also =
 +
* [[open files]]
 +
* [[file extensIons]]

Latest revision as of 15:30, 13 October 2012

To play midi (.mid) files, use timidity.

SUSE Linux

  • install timidity
yast -i timidity
  • play whatever.mid
timidity whatever.mid

See also