Jump to letter: [
ABCEFGHJKLMOPQRSTXYZ
]
a2jmidid - Daemon for exposing ALSA sequencer applications in JACK MIDI system
a2jmidid is a project that aims to ease usage of legacy ALSA sequencer
applications, in a JACK MIDI enabled system. There are two ways to use legacy
ALSA sequencer applications in JACK MIDI system.
The first approach is to use automatic bridging. For every ALSA sequencer port
you get one JACK MIDI port. If ALSA sequencer port is both input and output
one, you get two JACK MIDI ports, one input and output.
The second approach is to static bridges. You start application that creates
one ALSA sequencer port and one JACK MIDI port. Such bridge is unidirectional.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
a2jmidid |
5 |
0.1.fc11.ccrma |
x86_64 |
90 KiB |
Tue Dec 1 10:36:13 2009 |
Changelog
- * Tue Dec 1 04:00:00 2009 Fernando Lopez-Lezcano <nando{%}ccrma{*}stanford{*}edu> - 5-0.1
- test build and release in Planet CCRMA
- * Thu Nov 26 04:00:00 2009 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 5-1
- Initial Fedora package. Specfile borrowed from SuSE.
- * Mon Jun 15 05:00:00 2009 Toni Graffy <toni{%}links2linux{*}de> - 5-0.pm.1
- update to 5
* Fix thight loop on D-Bus disconnect
* D-Bus signals for bridge start and stop
* Fixed alsamidi "disappearing output" bug.
* MIDI note-off normalization fix from Dave Robillard
* Removed wrong assert from alsa_seqmidi.c reported by Ken Ellinwood
* Mark anything that looks like a hardware port as physical&terminal
* Fix potential crash when D-Bus is not used
* Support for multiple ALSA clients with same name
* Merge midibridge changeset by Paul Davis that is expected to fix
midi event timing problems that some people have reported.