RSS/Atom feed Twitter
Site is read-only, email is disabled

gimp 2.10.4 midi not working

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

gimp 2.10.4 midi not working patrick via gimp-user-list 02 Aug 19:57
  gimp 2.10.4 midi not working Ofnuts 03 Aug 08:23
patrick via gimp-user-list
2018-08-02 19:57:46 UTC (almost 7 years ago)

gimp 2.10.4 midi not working

Hi all,

I am trying to use the midi feature of gimp of on a rpi3 using the flatpak installation method, here's the error I am getting:

ALSA lib seq_hw.c:466:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory

I have the module installed and running: snd_seq 69632 5 snd_seq_midi_event,snd_seq_dummy,snd_seq_midi crw-rw---- 1 root audio 116, 1 Aug 1 22:33 /dev/snd/seq

Any idea? Is it because I am using flatpak? Thanks

Ofnuts
2018-08-03 08:23:20 UTC (almost 7 years ago)

gimp 2.10.4 midi not working

On 08/02/18 21:57, patrick via gimp-user-list wrote:

Hi all,

I am trying to use the midi feature of gimp of on a rpi3 using the flatpak installation method, here's the error I am getting:

ALSA lib seq_hw.c:466:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory

I have the module installed and running: snd_seq 69632 5 snd_seq_midi_event,snd_seq_dummy,snd_seq_midi crw-rw---- 1 root audio 116, 1 Aug 1 22:33 /dev/snd/seq

Any idea? Is it because I am using flatpak?

Highly likely, since on my Ubuntu 16.04, my "native" Gimp 2.8 can open /dev/snd/seq (using the Python console), while the flatpak 2.10 elicits the "No such file or directory" error. The Flatpak version has other restrictions: its own /tmp (so cannot excahnge files with other apps), its own Python runtime, its own "recent documents" file...

But the, why are you using the flatpack version on the Rpi...