sletz
c6c5d8b877
Merge branch 'newer-midi'
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4318 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
nedko
5cc529d9cf
jackdbus: slave-drivers parameter
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4317 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
Devin Anderson
a90604f9a1
Cleanup comments in 'midi_latency_test.c'. Deactivate JACK client before outputting information created by JACK client thread.
14 years ago
Devin Anderson
d0c81c93b2
Merge branch 'master' of ssh://repo.or.cz/srv/git/jack2 into newer-midi
14 years ago
Devin Anderson
7b7f9e869c
Cleanup MIDI latency test.
14 years ago
nedko
1d06e19943
jackdbus: remove dead prototypes and functions
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4316 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
nedko
343a0e8069
jackdbus: params store
This changeset removes code duplication that was caused by lack of
unified access to parameters in the control API. Adding new virtual
parameters should be much easier now.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4315 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
nedko
4b9b621a31
jackdbus: remove the libxml backend
It was be problematic in past (FFADO uses libxml as well).
Most systems will have both libxml and expat.
Maintaining two backends is waste of effort.
If needed, the libxml backend can be resurrected.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4314 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
nedko
8a845aa02a
jackdbus: Don't emit ServerStopped signal on SwitchMaster
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4313 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
Devin Anderson
4fa397f2ca
WinMME: Silly parameter reference fix for sysex progress callbacks. Removed a bit of unnecessary code.
14 years ago
Devin Anderson
2d4542b24d
WinMME: Try to use MIDI in timestamps in the sanest way I can think of. This should eliminate jitter introduced by the code, but might create some latency.
14 years ago
Devin Anderson
5075469072
Reintroduce minimum buffer size usage in 'alsarawmidi'.
14 years ago
Devin Anderson
c8ee6cc1ba
WinMME fixes: Fixed issue with not adding period-size frames to the MIDI messages to align with audio. Added code to handle case where WinMME gives us system exclusive header with 0 bytes on exit. Minor format fixes. Removed control characters in file.
14 years ago
Devin Anderson
ed79e13f17
Merge branch 'master' of ssh://repo.or.cz/srv/git/jack2 into newer-midi
14 years ago
Devin Anderson
4ea6c9ae04
Update comments and cleanup code for JackMidiAsyncQueue.
14 years ago
sletz
fd4fd01765
Correct jackdmp.cpp.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4311 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
234752c5c3
JackWeakAPI.cpp updated for 64bits.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4310 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
373e264b3e
Simplified installers on Windows.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4309 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
13724d8244
Cleanup.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4308 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
ecb84b5f9f
rebase from trunk 4238:4306
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4307 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
3ddcd74be0
Cleanup, remove warning.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4305 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
79a5f3a537
Correct warning.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4304 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
440ff36c88
Correct JackNetDriver::Initialize.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4303 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
c764ef2802
Cleanup JackPortAudioAdapter.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4302 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
73d233af63
Remove old library.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4301 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
951b3f3b94
Simplify Windows installers: remove the VC++ 2008 dependency.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4300 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
Devin Anderson
1c1d94eb84
Minor comment changes.
14 years ago
Devin Anderson
66cfcc0908
Merge branch 'master' of git://repo.or.cz/jack2 into newer-midi
14 years ago
Devin Anderson
52d0665023
Optimize the 'alsarawmidi' driver for I/O over multiple ports. Make 'GetCurrentFrame' call 'GetMicroSeconds' earlier in the function call.
14 years ago
sletz
458d007a75
Correct Windows installers.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4299 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
3279438563
Improve drivers and internals loading code.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4298 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
ffe5b7cdb3
Correct Windows 64 installer.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4297 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
06b95a18b9
Add jack_midi_latency_client in Windows projects.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4296 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
8af2c5dd4a
Cleanup.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4295 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
8b30f72b64
Working 64 and 32 bits installer on Windows.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4294 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
Devin Anderson
4ae9118fc2
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
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
e0cae3572c
Add 'GetAvailableSpace() method to JackMidiRawInputWriteQueue.
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
nedko
e155b755bc
jackdbus: reduce code duplication
parameter info is transformed to dbus representation in same way for
single and for all parameters
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4293 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
nedko
49dffe6226
jackdbus: fix slave driver support
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4292 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
3787c33c21
Merge remote-tracking branch 'cz/newer-midi'
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4291 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
Devin Anderson
20233db13e
Oops! Forgot to add port uniqueness changes.
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
sletz
5e884eaa78
Correct library names.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4290 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
87af94ddfc
Update WinMME driver for 64 bits compilation.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4289 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
f942ca2284
Correct linking issues.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4288 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
1683375295
Typo and warning.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4287 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
fcde502ab6
Change intermediate compilation names on Windows.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4286 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
172555c9a0
Windows 32 bits targets now compile.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4285 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago