Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: forumacct on 30 December 2018, 21:02:01

Title: tuxguitar-no sound
Post by: forumacct on 30 December 2018, 21:02:01
I downloaded and installed tuxguitar-common from the aur and was not able to get  the sound to work, although everything else seems to work fine. I could not find anything that I thought was relevant when i searched the internet except to have timidity installed, and to select that as the Midi Port, but that does not show as an option (timidity++ is installed). In Tools>Settings>Sounds there is no combination of Midi Sequencer or Midi Port that will produce sound.
My Midi Sequencer options are:
My Midi Port options are:
I'm not sure if this is needed but here are the plugins that ARE NOT enabled:
As i said, everything else seems to work fine. I am able to add notes to the tablature, the playback animation is working, there is just no sound.
Title: Re: tuxguitar-no sound
Post by: fungalnet on 31 December 2018, 10:54:15
Assuming that you have sound in other applications what is your sound setup?
Title: Re: tuxguitar-no sound
Post by: nous on 01 January 2019, 20:47:07
Fire up timidity++ as an ALSA sequencer interface:
Code: [Select]
% timidity -iAD
A MIDI out driver named ALSA will appear with 4 devices; select TiMidity:0 and you should be a-ok. There are quite a few sound banks available in the repos or the AUR, just search for soundfont. I've got timidity-freepats installed and
Code: [Select]
soundfont /usr/share/soundfonts/timidity-freepats.sf2
in /etc/timidity++/timidity.cfg.
Title: Re: tuxguitar-no sound
Post by: fungalnet on 01 January 2019, 21:31:21
What does it mean by jack being a makedepend?
It needs jack to build the package but it is optional afterwards?
Title: Re: tuxguitar-no sound
Post by: forumacct on 08 January 2019, 03:21:45
Thank you for your help.