a2jmidid icon indicating copy to clipboard operation
a2jmidid copied to clipboard

ALSA sequencer to JACK MIDI bridging (for jack2)

Results 14 a2jmidid issues
Sort by recently updated
recently updated
newest added

Commit https://github.com/jackaudio/a2jmidid/commit/a2138aa2bec967c5ca0046298afb9b67dd8a6313 changed the a2j_control command-line interface in backward incompatible way. As the commit breaks existing scripts, I've reverted the breaking change in LADI/a2jmidid codebase: https://github.com/LADI/a2jmidid/commit/3f39efb869a93732de045e05334dcd4a3c9f029a python 2to3 was trivially...

Capture and Playback reversed (I think) When displayed in `graph` in `qjackctl-0.9.4-48.1` and in `aconnect`, the labels **capture** and **playback** seem reversed. example ``` aconnect -o client 133: 'a2j_bridge' [type=user,pid=15884]...

Not that much has happened since the last release in 2019, but not much is more than nothing. It would be great to see the changes finally trickle into a...

Hello, a2jmidid does not seem to update port names when they are renamed. I tried it with Rosegarden, I created a MIDI port and then renamed it. The ALSA MIDI...

bug

FYI: These two chunks were needed in order to use this program under FreeBSD. ``` --- meson.build.orig 2022-02-11 10:51:29 UTC +++ meson.build @@ -17,6 +17,7 @@ dep_jack = dependency('jack') dep_alsa...

When passing note on messages with velocity zero, `a2jmidid` converts them to note off messages. For example, a note consisting of bytes [144, 56, 0] is converted to [128, 56,...

Avoid build error ../sigsegv.c:104:39: error: ‘mcontext_t’ has no member named ‘gregs’; did you mean ‘__gregs’? 104 | ucontext->uc_mcontext.gregs[i] | ^~~~~ Signed-off-by: Heinrich Schuchardt

Hi, I'm just forwarding [this](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975438.) bug report issued via Debian BTS. Best regards, Carlo

enhancement
good first issue