Nedko Arnaudov
c420e6508e
wscript: on macos build for x86_64 as well
14 years ago
nedko
6ae3d04168
wscript: fix coremidi driver build
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4353 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
nedko
be8d77eea5
make freebob driver build
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4352 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
nedko
cfa7575fcc
don't access uninitialized memory
When CELT is not available, there are less parameters
however, desc->nparams must contain the actual number
of parameters.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4351 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
nedko
c1b057874e
fix build when celt is not available
when celt is not available HAVE_CELT is defined as 0.
some checks for celt were if 0, others were ifdef
now all of them are if 0
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4350 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
f62062ad3f
Merge branch 'newer-midi'
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4349 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
Devin Anderson
db390863b2
JackMidiRawInputWriteQueue: Fix flaw exposed by ringbuffer use by using array instead of ringbuffer, which needed to be done anyway, as the ringbuffer was overkill for this case.
14 years ago
Devin Anderson
134def28b6
Merge branch 'master' of ssh://repo.or.cz/srv/git/jack2 into newer-midi
14 years ago
Devin Anderson
b6d9e18864
Merge branch 'master' of ssh://repo.or.cz/srv/git/jack2 into newer-midi
14 years ago
Devin Anderson
72a7a8087b
Indents.
14 years ago
sletz
cde8be9f59
CELT mode for JackNetAdapter.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4348 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
309c7e9951
Correct CELT conditional compilation.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4347 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
b14943bb1a
Fix alsa_driver_check_card_type.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4346 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
6d7314bade
Fix CELT compilation.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4345 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
cd3073854b
Fix XCode projects.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4344 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
1baad52375
Activate CELT encoding in JackNetDriver.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4343 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
63068b8231
Cleanup.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4342 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
536f482ca2
Change JackRouter licence.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4341 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
b01329815c
Fix crash bug in JackWinMMEInputPort constructor.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4340 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
d64bf92cc6
Merge branch 'newer-midi'
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4339 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
Devin Anderson
15a862dc9c
WinMME: Correct silly mistake. Use sample rate from engine control.
14 years ago
Devin Anderson
d2b0c7193e
WinMME: Deleted a Windows control character. Minorly obsessive.
14 years ago
Devin Anderson
0b396eb7f5
Merge branch 'master' of ssh://repo.or.cz/srv/git/jack2 into newer-midi
14 years ago
Devin Anderson
35a8e298be
WinMME: Refined the maximum latency calculation to use the period size retrieved using 'timeBeginPeriod()'.
14 years ago
sletz
04f7bf87fd
Merge branch 'newer-midi'
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4334 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
ead08d4722
Correct jackd man page.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4333 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
b4a0c1e95a
Add XRun detection in PortAudio driver.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4332 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
Devin Anderson
c417e4f3a3
WinMME: Set timer resolution using capabilities instead of polling for minimum resolution.
14 years ago
Devin Anderson
576fda8cb1
Merge branch 'master' of ssh://repo.or.cz/srv/git/jack2 into newer-midi
14 years ago
Devin Anderson
7dc3a0fc8c
WinMME: Use waitable timers, which have a resolution of 100 ns. Use timeBeginPeriod() and timeEndPeriod() for greater multimedia timer resolution.
14 years ago
sletz
a10a8f9081
Correct JackNetMasterManager::InitMaster.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4331 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
54a3497e54
Remove unused library.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4330 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
0cb4e351ee
Update libjacknet Windows project.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4329 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
3dff31a09c
Compile on Linux.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4328 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
4c56bcb09e
Merge libjacknet branch.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4327 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
Devin Anderson
323640c233
Merge branch 'master' of ssh://repo.or.cz/srv/git/jack2 into newer-midi
14 years ago
Devin Anderson
dd588f3612
Teach midi_latency_test to wait for connections before executing the test.
14 years ago
sletz
ad34703368
rebase from trunk 4306:4323
git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4324 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
68e5ac74a2
Patch for ticket #221 .
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4322 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
d07ba73d32
Patch for ticket #223 .
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4321 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
3bbff1f047
WinMME driver compiles again.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4320 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
sletz
11a6f26f13
JackWeakAPI.cpp renamed in JackWeakAPI.c
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4319 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
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