sletz
|
0d40e82f1a
|
Cleanup.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4356 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
705058b04a
|
Merge branch 'newer-midi'
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4355 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
d3bf322041
|
Merge branch 'driver-descriptor-helpers'
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4354 0c269be4-1314-0410-8aa9-9f06e86f4224
|
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 Arnaudov
|
c420e6508e
|
wscript: on macos build for x86_64 as well
|
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 |
Devin Anderson
|
729bcf1114
|
Merge branch 'master' of ssh://repo.or.cz/srv/git/jack2 into newer-midi
|
14 years ago |
Devin Anderson
|
2b589c803c
|
Swapped 'alias' and 'name' for 'alsarawmidi' port names. Added debugging code to 'WinMME' driver to figure out if the waitable timers are causing jitter.
|
14 years ago |
Nedko Arnaudov
|
a9e4628340
|
helper functions for jack_driver_desc_t construction
The main goal is to reduce risk of mismatch between allocated
and initialized parameter numbers.
|
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 |
Devin Anderson
|
3032af19f2
|
WinMME: Correct silly error.
|
14 years ago |
Devin Anderson
|
a301171e13
|
WinMME: Fix a possible bug with outgoing MIDI timing. It might not actually be a bug. Either way, it's a better way to convert from jack_time_t to LONGLONG.
|
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 |