TiMidity++-2.13.0, with alsaseq support!

Audio editors, music players, video players, burning software, etc.
Message
Author
User avatar
linuxsansdisquedur
Posts: 248
Joined: Tue 13 Jan 2009, 21:17
Location: South of France

#41 Post by linuxsansdisquedur »

you're right the only simple way to stoping music before ending is a gui 8) but a gui necessary pop up :shock: and don t play in backgroung :lol: :lol:
so :arrow:
test the ncurse gui ,reduce the "geometry coding" as you want, or do not use the command "-geometry 768x640" at all, to reduce the pop up effect
even prefer timidity -in to timidity int, less indication in screen (reducing popup)
and notice it automaticaly shut down at the end of midifile (no process open) if you do not prefer stopping it before end (using simple key Q or closing windows)
that is the way 8)
le max avec le min

User avatar
Makoto
Posts: 1665
Joined: Fri 04 Sep 2009, 01:30
Location: Out wandering... maybe.

#42 Post by Makoto »

Not exactly. That's why I was wondering about gtkdialog - if something could be created that would spawn timidity, and create a simple window with a button to kill the created timidity process. :P
[ Puppy 4.3.1 JP, Frugal install ] * [ XenialPup 7.5, Frugal install ] * [XenialPup 64 7.5, Frugal install] * [ 4GB RAM | 512MB swap ]
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).

User avatar
Pizzasgood
Posts: 6183
Joined: Wed 04 May 2005, 20:28
Location: Knoxville, TN, USA

#43 Post by Pizzasgood »

Makoto wrote:Yes, but I wasn't looking for a full GUI. :P Just a simple way to stop the playback without having to keep pprocess open. I do prefer just playing the MIDI in the background without a GUI popping up. :lol:
Have you tried:

Code: Select all

killall timidity
(Though I think sometimes that might leave a note stuck turned on, not sure. I might be thinking of something else.)

You could make a script with that and then put an icon on the desktop for it, so you could just click it.
[size=75]Between depriving a man of one hour from his life and depriving him of his life there exists only a difference of degree. --Muad'Dib[/size]
[img]http://www.browserloadofcoolness.com/sig.png[/img]

User avatar
Makoto
Posts: 1665
Joined: Fri 04 Sep 2009, 01:30
Location: Out wandering... maybe.

#44 Post by Makoto »

I did think of something like that, but I usually have another timidity process running that I'm not sure should go (is it part of the server setup?)... It's listed in pprocess as:

timidity -iA -B2,8 -Os -EFreverb=0

Wouldn't a killall end that process, too?
[ Puppy 4.3.1 JP, Frugal install ] * [ XenialPup 7.5, Frugal install ] * [XenialPup 64 7.5, Frugal install] * [ 4GB RAM | 512MB swap ]
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).

User avatar
Pizzasgood
Posts: 6183
Joined: Wed 04 May 2005, 20:28
Location: Knoxville, TN, USA

#45 Post by Pizzasgood »

Yeah, that's the instance running as a server, and would be killed. But if you don't actually use it, it doesn't matter if you kill it. It isn't required for playing midis directly with timidity. You can stop it from being started on bootup by removing the executable bit on the file /etc/init.d/timidity_server (or just delete that file).
[size=75]Between depriving a man of one hour from his life and depriving him of his life there exists only a difference of degree. --Muad'Dib[/size]
[img]http://www.browserloadofcoolness.com/sig.png[/img]

User avatar
Makoto
Posts: 1665
Joined: Fri 04 Sep 2009, 01:30
Location: Out wandering... maybe.

#46 Post by Makoto »

Ah, okay. I don't have to worry about ending all the processes, then. I'll give it a try.
[ Puppy 4.3.1 JP, Frugal install ] * [ XenialPup 7.5, Frugal install ] * [XenialPup 64 7.5, Frugal install] * [ 4GB RAM | 512MB swap ]
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).

User avatar
linuxsansdisquedur
Posts: 248
Joined: Tue 13 Jan 2009, 21:17
Location: South of France

#47 Post by linuxsansdisquedur »

one more time and last 8)
So you want no gui but want stop anytime midi process... :shock:
powerfull ncurse gui can make it to you :wink:
using sort of code like this (always in set run action)

Code: Select all

rxvt  -fg  grey -bg grey -geometry 3x8+0+20  -e timidity -in "$1"
you can reduce the gui, make it stealth, and anytime usable to stop midi ... 8)
what else :?:
le max avec le min

User avatar
Makoto
Posts: 1665
Joined: Fri 04 Sep 2009, 01:30
Location: Out wandering... maybe.

#48 Post by Makoto »

I'll keep it in mind. :)
Right now, I'm using Pizzasgood's suggestion - I've got it bound to a button in my JWM taskbar. It's also helpful if I somehow accidentally manage to open more than one instance of timidity at a time. (Though I've only ever done it once - to test this. :P)
[ Puppy 4.3.1 JP, Frugal install ] * [ XenialPup 7.5, Frugal install ] * [XenialPup 64 7.5, Frugal install] * [ 4GB RAM | 512MB swap ]
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).

User avatar
Pizzasgood
Posts: 6183
Joined: Wed 04 May 2005, 20:28
Location: Knoxville, TN, USA

#49 Post by Pizzasgood »

Instead of running timidity directly, you could have a script do

Code: Select all

killall timidity; timidity "$1"
Then if you click on a new midi while one is still playing, the old one would be stopped automatically.
[size=75]Between depriving a man of one hour from his life and depriving him of his life there exists only a difference of degree. --Muad'Dib[/size]
[img]http://www.browserloadofcoolness.com/sig.png[/img]

User avatar
Makoto
Posts: 1665
Joined: Fri 04 Sep 2009, 01:30
Location: Out wandering... maybe.

#50 Post by Makoto »

...but if I do that, I won't be able to attempt the chorus version of "Row, Row, Row Your Boat." :P

I don't really have a problem with running multiple instances... the intentional instance I mentioned above is probably the only time I've ever really done it (or ever will). Maybe. :)
[ Puppy 4.3.1 JP, Frugal install ] * [ XenialPup 7.5, Frugal install ] * [XenialPup 64 7.5, Frugal install] * [ 4GB RAM | 512MB swap ]
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).

User avatar
linuxsansdisquedur
Posts: 248
Joined: Tue 13 Jan 2009, 21:17
Location: South of France

#51 Post by linuxsansdisquedur »

thx Pizzasgood good idea :wink:
le max avec le min

User avatar
Makoto
Posts: 1665
Joined: Fri 04 Sep 2009, 01:30
Location: Out wandering... maybe.

#52 Post by Makoto »

Okay, I'm just curious - does anyone happen to know where to find any good, higher-quality soundfonts? TiMIDIty doesn't like my patches setup, for some reason, so I've been using soundfonts instead, for quite a while - except the 32MB soundfont I've been using either doesn't include everything, or doesn't sound that great, I'm not sure. Probably both.

Nothing too large, though. :D I've tried a Google search, and after a while, I came across some that might work - except they're all sfark-compressed, and I doubt I can decompress those under Linux, or that TiMIDIty or anything else will still recognize/use them in archived form. :(
[ Puppy 4.3.1 JP, Frugal install ] * [ XenialPup 7.5, Frugal install ] * [XenialPup 64 7.5, Frugal install] * [ 4GB RAM | 512MB swap ]
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).


User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

soundfonts

#54 Post by vovchik »

Dear Makoto,

The program sfark works perfectly fine under Wine, so install wine and sfark and you can unpack all such packed soundfonts. I do have some soundfonts - regular GM and orchestral - but they are too large for your purposes. My standard GM is 180 MB, and I load that by default in musescore. It sounds great, but you need RAM. There are some rather decent ones of about 32 MB floating around though...

With kind regards,
vovchik

User avatar
Makoto
Posts: 1665
Joined: Fri 04 Sep 2009, 01:30
Location: Out wandering... maybe.

#55 Post by Makoto »

About sfark - it's mostly that I was reluctant to download/compile/install any decompressors, since at best I was only going to use them maybe once or twice. :oops: I'll do it if I have to, though. I was just hoping for something I could easily download and test. :mrgreen:

I have Wine installed, but I've been trying to cut down on the need to use it. :) Aitch's last link has what seems to be a compiled binary for a console decompressor, so I probably won't have to use a Windows version. Maybe I could even rig Peazip to use it...

Aitch: I've had the eawpatches set for years; it's just that TiMIDIty currently refuses to see it where I have it, for some reason. I switched to using soundfonts, so I haven't gotten around to trying to figure out why. :|
A few of those links are ones I saw while websearching, but as I was trying to find a few pages with soundfonts that didn't require me to un-sfark them... :D

vovchik: I'm willing to try other 32MB versions... but as I did already have one that didn't sound as good, I thought I'd try a larger font at first. :oops:
I figured the larger ones would require more RAM, even if I no longer have to worry about the RAM limit on my old SB card... but even wavetable playing can chew up a considerable amount of RAM? Maybe it's a good thing I didn't grab that 260MB soundfont I saw. :lol:
[ Puppy 4.3.1 JP, Frugal install ] * [ XenialPup 7.5, Frugal install ] * [XenialPup 64 7.5, Frugal install] * [ 4GB RAM | 512MB swap ]
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).

User avatar
Aitch
Posts: 6518
Joined: Wed 04 Apr 2007, 15:57
Location: Chatham, Kent, UK

#56 Post by Aitch »

Makoto

Try using /usr/share/timidity/ for eawpatches

for timidity configuration select use eselect

Code: Select all

# eselect timidity list
# eselect timidity set eawpatches
I think....?


Aitch :)

User avatar
Makoto
Posts: 1665
Joined: Fri 04 Sep 2009, 01:30
Location: Out wandering... maybe.

#57 Post by Makoto »

I originally had it working using the method Pizzasgood suggested earlier in the topic - just symlink my existing patch directory to /usr/share/timidity/current, and make sure the timidity.cfg in the patch directory is correct (mine originally pointed to the Windows drive/directory setup).

I had the full up-to-date patch set with TiMIDIty++ on more than one computer, under Windows. So, I had a patch directory on this system's main drive, and one on the second drive, which came from a different system. I had Pizzasgood's version of TiMIDIty working with the 'original' patch set... but to make some extra room on the drive, I removed the directory from the main drive. The 'other' patch set didn't want to work, and I've discovered why - the symlink in /usr/share/timidity/ had disappeared. (Not the first time I've had symlinks disappear - had all my symlinks in usr/share/fonts disappear a while back, too. :|) So, I've fixed that, and made sure the .cfg was correct, and now it works. I still want to try some soundfonts, though. The personalcopy site has a couple of gzipped soundfonts on its "Soundfonts for Linux" page, so I'll try to get around to testing those. :)
[ Puppy 4.3.1 JP, Frugal install ] * [ XenialPup 7.5, Frugal install ] * [XenialPup 64 7.5, Frugal install] * [ 4GB RAM | 512MB swap ]
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).

TecnoGuy458
Posts: 123
Joined: Mon 26 Jan 2015, 20:38
Location: Ohio

#58 Post by TecnoGuy458 »

Just tested that Timidity PET from the beginning of this topic. works alright in wary 5.5.

Post Reply