all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* problems with MIDI
@ 2023-04-30  7:30 Gottfried
  2023-05-01  6:29 ` Dr. Arne Babenhauserheide
  0 siblings, 1 reply; 2+ messages in thread
From: Gottfried @ 2023-04-30  7:30 UTC (permalink / raw)
  To: help-guix, Dr. Arne Babenhauserheide


[-- Attachment #1.1.1: Type: text/plain, Size: 1437 bytes --]

Hi,

I have lilipond, frescobaldi and timidity installed.

If I run the file:
"timidity delfini-tune.midi"
it plays the song "delfini-tune"

but opening frescobaldi, which bases on lilypond, a frontend to lilypond,
Midi is not played.

Sometimes it helped to run:
"timidity -iA -B2,8 -Os1l -s 44100 -EFreverb=0&"

and then go to frescobaldi/settings/Midi-settings/
and update the MIDI-Ports

then the player output gives me several options
and I can choose one,
after that I can play a song.

But today,
after entering
"timidity -iA -B2,8 -Os1l -s 44100 -EFreverb=0&"

message:
gfp@Tuxedo ~$ ALSA lib dlmisc.c:339:(snd_dlobj_cache_get0) Cannot open 
shared library 
/gnu/store/nn4g0xlxgy6sxr4zfaq33vp5c71s23nx-alsa-plugins-1.2.2-pulseaudio/lib/alsa-lib/libasound_module_pcm_pulse.so 
(/gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/lib/libc.so.6: 
version `GLIBC_2.34' not found (required by 
/gnu/store/5ahapvp7rnd2ymakyjv1pwwdav7w9wdc-pulseaudio-16.1/lib/libpulse.so.0))
Can't open pcm device 'default'.
Couldn't open ALSA pcm device (`s')

In my lilypond manifest I have several packages installed:

;; Lilypond Manifest
(specifications->manifest '("lilypond" "mercurial" "timidity++" 
"frescobaldi" "audio-to-midi" "libsmf" "ctrlr" "muse-sequencer" 
"fluidsynth" "fluida-lv2" "qsynth" "alsa-plugins" "alsa-utils" 
"alsa-lib" "alsa-modular-synth"))



Kind regards

Gottfried


[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: problems with MIDI
  2023-04-30  7:30 problems with MIDI Gottfried
@ 2023-05-01  6:29 ` Dr. Arne Babenhauserheide
  0 siblings, 0 replies; 2+ messages in thread
From: Dr. Arne Babenhauserheide @ 2023-05-01  6:29 UTC (permalink / raw)
  To: Gottfried; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 1482 bytes --]


Gottfried <gottfried@posteo.de> writes:

> "timidity -iA -B2,8 -Os1l -s 44100 -EFreverb=0&"
>
> message:
> gfp@Tuxedo ~$ ALSA lib dlmisc.c:339:(snd_dlobj_cache_get0) Cannot open
> shared library
> /gnu/store/nn4g0xlxgy6sxr4zfaq33vp5c71s23nx-alsa-plugins-1.2.2-pulseaudio/lib/alsa-lib/libasound_module_pcm_pulse.so
> (/gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/lib/libc.so.6:
> version `GLIBC_2.34' not found (required by

This is an awful error that I usually get when trying to run binary
downloads. It means that the glibc used to compile timidity is not
available.

You may be able to fix that by adding required packages to your manifest
so timidity (or lilypond?) is rebuilt with the current glibc.

Packages which might be missing in the manifest are glibc or gcc-toolchain.

But all in all this sounds like an inconsistency that Guix should prevent.

> /gnu/store/5ahapvp7rnd2ymakyjv1pwwdav7w9wdc-pulseaudio-16.1/lib/libpulse.so.0))
> Can't open pcm device 'default'.
> Couldn't open ALSA pcm device (`s')
>
> In my lilypond manifest I have several packages installed:
>
> ;; Lilypond Manifest
> (specifications->manifest '("lilypond" "mercurial" "timidity++"
> "frescobaldi" "audio-to-midi" "libsmf" "ctrlr" "muse-sequencer"
> "fluidsynth" "fluida-lv2" "qsynth" "alsa-plugins" "alsa-utils"
> "alsa-lib" "alsa-modular-synth"))

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-01 11:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-30  7:30 problems with MIDI Gottfried
2023-05-01  6:29 ` Dr. Arne Babenhauserheide

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.