mbox series

[bug#51635,0/2] Enable music playback in OpenTTD

Message ID c403bef5a9b99508150e1626bf529d73391244c8.camel@gmail.com
Headers show
Series Enable music playback in OpenTTD | expand

Message

Liliana Marie Prikler Nov. 6, 2021, 2:11 p.m. UTC
This series makes it so that OpenTTD can play music via fluidsynth.
In order to do so, the FreePats GM soundfont [1] is packaged as SF2 file.
I'm using the prebuilt SF2 file here, as I haven't yet found tools that'd
bundle the sources into a single file (the tools that FreePats themselves
provide could bundle individual sountfonts).  Are there any Guix+MIDI
engineers here, who could give me a few pointers?

Cheers,
Liliana

[1] https://freepats.zenvoid.org/SoundSets/general-midi.html#FreePatsGM

Liliana Prikler (2):
  gnu: Add freepats-gm.
  gnu: openttd: Let the music play.

 gnu/packages/audio.scm | 45 ++++++++++++++++++++++++++++++++++++++++++
 gnu/packages/games.scm | 12 ++++++++++-
 2 files changed, 56 insertions(+), 1 deletion(-)

Comments

Liliana Marie Prikler April 19, 2022, 6:39 p.m. UTC | #1
Pushed this with a bunch of style changes to master.