Dit geeft de verschillen weer tussen de geselecteerde revisie en de huidige revisie van de pagina.
| Beide kanten vorige revisie Vorige revisie Volgende revisie | Vorige revisie | ||
|
li_software [2014/04/02 16:26] admpvi |
li_software [2019/07/24 18:14] (huidige) |
||
|---|---|---|---|
| Regel 54: | Regel 54: | ||
| Opening sequencer port: 129:0 129:1 129:2 129:3 | Opening sequencer port: 129:0 129:1 129:2 129:3 | ||
| * Wijzig nu de geluidsinstelling van Tuxguitar, zet midi op port 129:0 (of anders) | * Wijzig nu de geluidsinstelling van Tuxguitar, zet midi op port 129:0 (of anders) | ||
| + | |||
| + | ===Extra=== | ||
| + | Follow these steps: | ||
| + | Install the TiMidity++ midi sequencer (apt://timidity-interfaces-extra). | ||
| + | Make sure you have tuxguitar-alsa (apt://tuxguitar-alsa), | ||
| + | tuxguitar-oss (apt://tuxguitar-oss), and | ||
| + | tuxguitar-jsa (apt://tuxguitar-jsa) installed. | ||
| + | Launch TuxGuitar, open Tools/Settings/Sound, and under Midi Port | ||
| + | choose Gervill or TiMidity Port [x] (128:[x]) | ||
| + | (where x is a number in the range of the available midi ports - usually 0..3). | ||
| + | You're good to go! | ||
| + | |||
| + | ===Extra2=== | ||
| + | In a terminal window, use these two commands to install the Fluid Soundfonts: | ||
| + | sudo apt-get install fluid-soundfont-gm | ||
| + | sudo apt-get install fluid-soundfont-gs | ||
| + | |||
| + | Next, we need to open the timidity config file (use 'ubuntu software center' to install 'Timidity++ Midi sequencer' if you haven't already): | ||
| + | |||
| + | sudo nano /etc/timidity/timidity.cfg | ||
| + | |||
| + | Comment out this line by placing a # at the front of the line, like so: | ||
| + | |||
| + | #source /etc/timidity/freepats.cfg | ||
| + | |||
| + | Then uncomment (or add this new line) to the timidity config file: | ||
| + | |||
| + | source /etc/timidity/fluidr3_gm.cfg | ||
| + | |||
| + | Save the changes to the config file, then restart timidity with this terminal command: | ||
| + | |||
| + | sudo /etc/init.d/timidity restart | ||