diff options
| author | Jonathan Gray | 2002-11-22 10:16:55 +0000 | 
|---|---|---|
| committer | Jonathan Gray | 2002-11-22 10:16:55 +0000 | 
| commit | 6b2f898bdd67bdd37d0d65674dbc831a0b33aa0d (patch) | |
| tree | c1e37fff7c04913183b2876e4d8b1883beffcff3 | |
| parent | ea46bdabce32308f186db20cd13a50c792fb3118 (diff) | |
| download | scummvm-rg350-6b2f898bdd67bdd37d0d65674dbc831a0b33aa0d.tar.gz scummvm-rg350-6b2f898bdd67bdd37d0d65674dbc831a0b33aa0d.tar.bz2 scummvm-rg350-6b2f898bdd67bdd37d0d65674dbc831a0b33aa0d.zip | |
add comment to timidity example, fixes 639395
svn-id: r5690
| -rw-r--r-- | README | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -454,6 +454,7 @@ If you don't have a MIDI capable soundcard, or if you want to take  advantage of your TiMidity samples, then you can ask TiMidity to become an  alsa sequencer output. Here is a quick way to do so:    timidity -iAqqq -B2,8 -Os1S -s 44100 & +If you get distorted output with this setting try dropping the -B2,8 or changing the value.  Then the TiMidity port will be visible from the 'aconnect -o -l' list. You  should launch it as root, since it will try to set up some real time | 
