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 |
sletz
|
44db4f1c6c
|
Compiles again on OSX.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4277 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
8706763332
|
64 bits compilation on Windows.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4276 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
acb9fe26b9
|
New internal JackSession.h file (for 64 bits compilation on Windows).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4274 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
92bb6df214
|
Remove warnings.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4273 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
0269b3deb2
|
Improve handling of loopback driver.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4272 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
621db9bf55
|
FW driver has to be explicitly closed.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4271 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
59b39cad0e
|
Improve jackctl_server_remove_slave.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4270 0c269be4-1314-0410-8aa9-9f06e86f4224
|
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 |
sletz
|
083de8e163
|
Cleanup now unused code in JackMidiDriver.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4261 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
09cedc138f
|
Winmme driver working again.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4260 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
59ccc8d648
|
Correct warning.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4258 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
3b80fc105c
|
Cleanup.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4256 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
47cc588e41
|
Cleanup.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4255 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
010947119f
|
Now default in/out to -1 in Netdriver.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4254 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
3ea1d70b0c
|
Netdriver can now ask for in/out values from the master (in progress).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4253 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
38fbcf2de4
|
Code factorization on JackPortAudioDriver.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4251 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
e03d1ddd44
|
Improve error management in JackNetDriver.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4249 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
fdcb49c063
|
Correction in jackdmp.cpp: notify_server_stop should be done after server destruction.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4248 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
d351df4e06
|
Beautiful JackNetOneDriver code.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4247 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
c261cca84b
|
Correct JackNetOneDriver::Close.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4245 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
4bfaf8822a
|
Cleanup JackThreadedDriver::Stop.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4244 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
Stephane Letz
|
a3318119b3
|
Correct MIDI ports memory management in JackNetDriver.
|
14 years ago |
Stephane Letz
|
a871bb2496
|
Correct JackWinMMEInputPort.cpp.
|
14 years ago |
Stephane Letz
|
69c59f4423
|
Renaming for Windows compatibility.
|
14 years ago |
sletz
|
53111aac1b
|
Version 1.9.8 started.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4240 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
Stephane Letz
|
3240743a8c
|
Cleanup SetBufferSize for JackMidiDriver.
|
14 years ago |
Stephane Letz
|
cf98c33ef8
|
Correct SetBufferSize for drivers.
|
14 years ago |
Devin Anderson
|
c9342fc058
|
Add default 'SetBufferSize' implementation for 'JackMidiDriver'.
|
14 years ago |
sletz
|
3b525b27d7
|
Synchronize JackWeakAPI.cpp with new APIs.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4232 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
98fc075356
|
Typos.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4231 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
ed52540600
|
Beautifull code.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4230 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
Stephane Letz
|
6341e37859
|
Correct some naming stuff.
|
14 years ago |
Stephane Letz
|
bdde2d110b
|
CoreMidi driver starting to work.
|
14 years ago |
sletz
|
5b9c3e9712
|
Fix for CELT and netjack1.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4228 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
dda1354aba
|
Fix for CELT and netjack1 in progress.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4227 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
ef7e83f748
|
Correction of JackNetOneDriver for latest CELT API.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4224 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
sletz
|
9fe497674c
|
Correction of jack_connect/jack_disconnect: use of jack_activate and volatile keyword for thread shared variable.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4223 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
Stephane Letz
|
810ec14d11
|
Improve error handling.
|
14 years ago |
Devin Anderson
|
94cd8d0be5
|
Fix compilation errors sent from Stephane.
|
14 years ago |
Stephane Letz
|
03e695ba1e
|
Correct loopback driver for new activation model.
|
14 years ago |
Stephane Letz
|
981ff8cf45
|
Major redesign of driver activation (master and salve mode).
|
14 years ago |
Stephane Letz
|
5e19eacbea
|
Correct latency for MIDI backend.
|
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 |
sletz
|
92d88530ec
|
Implement renaming in JackDriver::Open to avoid name collision (thanks Devin Anderson).
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4221 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
Stephane Letz
|
ea20f7f4b8
|
JackMidiDriver::Process in progress.
|
14 years ago |
sletz
|
f8d78dc7d0
|
Fix CELT code in JackNetOneDriver.cpp.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4218 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
Devin Anderson
|
6c5a4ceb84
|
Strangeness concerning the 'Process()' implementation in the JackMidiDriver class: In async mode, if the Write method is run before ResumeRefNum, then events are occasionally lost. This also happens in sync mode, though it shouldn't. I'm committing what I *think* should be the proper implementation, but it's still buggy in sync mode (works in async mode), and I'm not sure why. Someone that's more familiar with JACK 2 threading should take a look at this, remembering that the MIDI drivers are slave drivers.
|
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 |