MIDI Plugin for Pale Moon on Linux

Add-ons for Pale Moon and other applications
General discussion, compatibility, contributed extensions, themes, plugins, and more.

Moderators: FranklinDM, Lootyhoof

User avatar
infojr1
New to the forum
New to the forum
Posts: 2
Joined: 2023-07-19, 10:46

MIDI Plugin for Pale Moon on Linux

Unread post by infojr1 » 2023-07-19, 10:59

Hi,

I'm trying to get embedded MIDI files to play on Pale Moon on Debian 12 (x64) without much luck. On Windows I used the QuickTime or Windows Media Player plugins.
Those don't exist here, and I tried to get the VLC Brower Plugin working, so I installed this (https://ubuntu.pkgs.org/18.04/ubuntu-un ... 4.deb.html) (which I think might be an older version, but I got errors when trying to build the latest one) and it doesn't seem to have MIDI between it's supported MIME types. Is there an alternative?

If it's because I'm not using the latest version of the VLC plugin, this is the output I get when trying to run ./autogen.sh.

Code: Select all

+ autoreconf -sfi
configure.ac:42: warning: The macro `AC_PROG_CC_C99' is obsolete.
configure.ac:42: You should run autoupdate.
./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from...
configure.ac:42: the top level
configure.ac:101: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:101: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
configure.ac:101: the top level
configure.ac:7: error: possibly undefined macro: AC_SUBST
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:55: error: possibly undefined macro: AC_DISABLE_STATIC
configure.ac:56: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.ac:57: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
configure.ac:58: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.ac:134: error: possibly undefined macro: AC_MSG_ERROR
autoreconf: error: /usr/bin/autoconf failed with exit status: 1
Thanks for the help

User avatar
therube
Board Warrior
Board Warrior
Posts: 1651
Joined: 2018-06-08, 17:02

Re: MIDI Plugin for Pale Moon on Linux

Unread post by therube » 2023-07-19, 16:00

As an alternative, maybe something like this, https://surikov.github.io/webaudiofont/ ?

User avatar
infojr1
New to the forum
New to the forum
Posts: 2
Joined: 2023-07-19, 10:46

Re: MIDI Plugin for Pale Moon on Linux

Unread post by infojr1 » 2023-08-26, 12:53

Yes, but, doesn't that have to be implemented server-side? I wanted to access existing webpages. With Firefox I use this https://addons.mozilla.org/es/firefox/addon/midi-player/, which can also be connected to Timidity, but can't find an NPAPI extension to do this.

User avatar
Kruppt
Apollo supporter
Apollo supporter
Posts: 47
Joined: 2018-07-23, 22:32

Re: MIDI Plugin for Pale Moon on Linux

Unread post by Kruppt » 2023-08-26, 20:05

It has been many years since I had it setup, but as I recall I had Timidity working via mozplugger.
The mozplugger.so file was installed along this path >> /usr/lib/mozilla/plugins/mozplugger.so
I had to edit the /etc/mozpluggerrc.d/61-audio.conf file to get it working.

You can get the plugin here:
https://github.com/unix-junkie/mozplugger

Some info:
https://www.systutorials.com/docs/linux ... ozplugger/
https://forums.scotsnewsletter.com/inde ... ozplugger/
https://pclosmag.com/html/Issues/200802/page01.html
https://englanders.us/~jason/howtos/?howto=mozplugger

User avatar
Figueroa
Moonbather
Moonbather
Posts: 73
Joined: 2021-04-06, 18:32

Re: MIDI Plugin for Pale Moon on Linux

Unread post by Figueroa » 2023-08-28, 20:06

If you are using an old version of VLC, this may be why it isn't working for you:
Windows binary builds included MIDI support only in versions VLC media player from 1.1.0 through 2.0.8. Starting from version 2.1.0, support was dropped due to security issues. It was re-activated in VLC 3.0.0.
https://wiki.videolan.org/Midi/

That specifically talks about Windows binaries. Not sure what they did with Linux. Further down on the page they do get into installing the correct codec, which you may find useful.

BTW, your link is 404.