LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Help with Timidity (https://www.linuxquestions.org/questions/slackware-14/help-with-timidity-4175644277/)

pchristy 12-14-2018 05:54 AM

Help with Timidity
 
System: Slackware64-current.

I'm trying to get Timidity playing nicely with Audacity, and failing completely!

I've compiled and installed Timidity, along with Fluidsynth and SGM-V2 soundfonts. Timidity, on its own, works fine, and I can play and convert midi files with it.

However, all the instructions I've been able to locate refer to Ubuntu, and many of the configuration files mentioned either don't exist or are in different locations on Slackware. The documentation suggests running Timidity as a daemon rather than from /etc/rc.d/rc.timidity, so to that end, I've added
Code:

timidity -iA
to my desktop startup file.

aconnect -o reports:

Code:

$ aconnect -o
client 14: 'Midi Through' [type=kernel]
    0 'Midi Through Port-0'
client 128: 'TiMidity' [type=user,pid=7020]
    0 'TiMidity port 0 '
    1 'TiMidity port 1 '
    2 'TiMidity port 2 '
    3 'TiMidity port 3 '

/etc/timidity contains only a timidity.cfg file:

Code:

cat timidity.cfg
# This is the default configuration file for TiMidity++.
# See timidity.cfg(5) for details.
trysource /etc/timidity/crude.cfg
trysource /etc/timidity/freepats.cfg
trysource /etc/timidity/eawpats.cfg
trysource /etc/timidity/fluid.cfg

dir /usr/share/sounds/soundfonts/
soundfont FluidR3_GM.sf2
soundfont SGM-V2.01.sf2

None of the other cfg files exists (crude.cfg, etc)

If I'm reading the documentation file correctly, the fact that aconnect -o is reporting several timidity ports should mean that I can find these under Audacity, but I can't!

What have I missed or am doing wrong?

TIA,

--
Pete

pchristy 12-14-2018 07:47 AM

Panic over! I found the problem!

I was expecting the playback timidity port to be under the playback dropdown on the main window. It wasn't! It was in preferences, under the edit drop down. Confusingly, the preferences option is greyed out once a midi file is open. It can only be accessed when there is NO midi file open in audacity!

Problem solved, but thanks to those who looked, anyway!

--
Pete


All times are GMT -5. The time now is 02:32 AM.