Midi Monitor for pipewire

What other apps and distros do you use to round out your studio?

Moderators: MattKingUSA, khz

Post Reply
alex stone
Established Member
Posts: 351
Joined: Fri Jun 06, 2008 7:39 am
Has thanked: 67 times
Been thanked: 53 times

Midi Monitor for pipewire

Post by alex stone »

A quick question. Does anyone know of a midi monitor for pipewire, in the style of gmidimonitor, or midisnoop?

Alex.

User avatar
LAM
Established Member
Posts: 992
Joined: Thu Oct 08, 2020 3:16 pm
Has thanked: 141 times
Been thanked: 349 times

Re: Midi Monitor for pipewire

Post by LAM »

You can continue to use both with PW, because you will deal with ALSA or JACK MIDI anyway.

Until now there isn't PW MIDI yet.

in mix, nobody can hear your screen

oddy.o.lynx
Established Member
Posts: 115
Joined: Sat Jun 30, 2018 2:54 am
Has thanked: 22 times
Been thanked: 22 times

Re: Midi Monitor for pipewire

Post by oddy.o.lynx »

Last edited by oddy.o.lynx on Tue Feb 13, 2024 2:10 pm, edited 1 time in total.
User avatar
Linuxmusician01
Established Member
Posts: 1548
Joined: Mon Feb 23, 2015 2:38 pm
Location: Holland (Europe)
Has thanked: 784 times
Been thanked: 144 times

Re: Midi Monitor for pipewire

Post by Linuxmusician01 »

I don't know exactly what gmidimonitor and midisnoop do but I check Midi via the command line with:

  1. Determine port number:

    Code: Select all

    aseqdump -l
  2. Watch Midi output:

    Code: Select all

    aseqdump -p <<<portnumber>>>>

:)

alex stone
Established Member
Posts: 351
Joined: Fri Jun 06, 2008 7:39 am
Has thanked: 67 times
Been thanked: 53 times

Re: Midi Monitor for pipewire

Post by alex stone »

Linuxmusician01 wrote: Tue Feb 13, 2024 9:45 am

I don't know exactly what gmidimonitor and midisnoop do but I check Midi via the command line with:

  1. Determine port number:

    Code: Select all

    aseqdump -l
  2. Watch Midi output:

    Code: Select all

    aseqdump -p <<<portnumber>>>>

:)

I'll try that. Thanks for the heads up.

Post Reply