Devin Anderson
|
ddfe2bc5f0
|
Put 'alsarawmidi' Poll code inline, as it's only called in one place in the driver. Fix potential memory leak with ALSA rawmidi info. Do away with unnecessary auto_ptrs.
|
14 years ago |
Devin Anderson
|
7483c24509
|
Take away early bytes optimization from JackMidiRawOutputWriteQueue, as some MIDI systems timestamp incoming data using the time the status byte arrives vs. the time the last byte arrives. Also, doing some debugging on the 'alsarawmidi' driver (in progress).
|
14 years ago |
Devin Anderson
|
71d9f1ca2b
|
Change naming scheme of 'alsarawmidi' ports for uniqueness when two MIDI interfaces with the same name are connected. Change 'alsarawmidi' ALSA port buffer size to 32 (lowest possible - it would be nice to make this lower) so that realtime MIDI messages can be sent ASAP when necessary.
|
14 years ago |
Devin Anderson
|
ccbf581d19
|
Optimize timing of 'alsarawmiidi' driver. Set parameters on 'rawmidi' ports. Minor fixes to 'jack_midi_latency_test'. Add latency plot to 'jack_midi_latency_test'.
|
14 years ago |
sletz
|
4f5e3ecd37
|
Correct driver lifetime management.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4266 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
Devin Anderson
|
df7e4df274
|
Add license headers to 'alsarawmidi' driver files.
|
14 years ago |
Devin Anderson
|
885381fc97
|
Add error handling to 'alsarawmidi' driver to make driver fail more gracefully if an ALSA error is detected (i.e. device is unplugged, etc.). Add optional frame_offset parameter to JackMidiWriteQueue::EnqueueEvent.
|
14 years ago |
Devin Anderson
|
6b57fcbc74
|
Change system to system_midi to avoid simple semaphore name clashes.
|
14 years ago |
Devin Anderson
|
e2683cb024
|
Fix 'alsarawmidi' driver so that it actually works. Add functionality to 'midi_latency_test'. Fix bug in raw write queue implementation. Output error message when a source MIDI port isn't valid during mixdown. Output error messages for error conditions detected in buffer read and write queues.
|
14 years ago |
Devin Anderson
|
6e92bd8020
|
Add 'alsarawmidi' driver, which is a slave MIDI driver that makes ALSA MIDI ports available to JACK. The driver uses the rawmidi devices, and uses the raw MIDI queues to optimize output.
|
14 years ago |