parent
2c8aa1f4f5
commit
a3fdd56b79
@ -1,3 +1,4 @@
|
||||
jack-1.9.5.tar.bz2
|
||||
/jack-1.9.6.tar.bz2
|
||||
/jack-1.9.7.tar.bz2
|
||||
/jack-1.9.8.tgz
|
||||
|
@ -0,0 +1,27 @@
|
||||
diff -rupN jack-1.9.8.old/doxyfile jack-1.9.8/doxyfile
|
||||
--- jack-1.9.8.old/doxyfile 2011-12-19 06:53:48.000000000 -0500
|
||||
+++ jack-1.9.8/doxyfile 2011-12-24 14:04:23.569998760 -0500
|
||||
@@ -574,22 +574,7 @@ WARN_LOGFILE =
|
||||
# directories like "/usr/src/myproject". Separate the files or directories
|
||||
# with spaces.
|
||||
|
||||
-INPUT = common \
|
||||
- posix \
|
||||
- macosx \
|
||||
- macosx/coreaudio/ \
|
||||
- macosx/coremidi/ \
|
||||
- linux \
|
||||
- linux/alsa \
|
||||
- linux/alsarawmidi \
|
||||
- linux/firewire \
|
||||
- linux/freebob \
|
||||
- windows \
|
||||
- windows/portaudio \
|
||||
- windows/winmme \
|
||||
- solaris \
|
||||
- solaris/oss \
|
||||
- common/jack/
|
||||
+INPUT = common/jack/
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
@ -1,12 +0,0 @@
|
||||
diff -rupN jack-1.9.7.old/linux/freebob/JackFreebobDriver.cpp jack-1.9.7/linux/freebob/JackFreebobDriver.cpp
|
||||
--- jack-1.9.7.old/linux/freebob/JackFreebobDriver.cpp 2011-03-30 11:04:28.000000000 -0400
|
||||
+++ jack-1.9.7/linux/freebob/JackFreebobDriver.cpp 2011-04-03 09:56:03.000000000 -0400
|
||||
@@ -768,7 +768,7 @@ int JackFreebobDriver::Attach()
|
||||
}
|
||||
port = fGraphManager->GetPort(port_index);
|
||||
// Add one buffer more latency if "async" mode is used...
|
||||
- range.min = range.max = (driver->period_size * (driver->device_options.nb_buffers - 1)) + ((fEngineControl->fSyncMode) ? 0 : fEngineControl->fBufferSize) + driver->playback_frame_latency);
|
||||
+ range.min = range.max = (driver->period_size * (driver->device_options.nb_buffers - 1)) + ((fEngineControl->fSyncMode) ? 0 : fEngineControl->fBufferSize) + driver->playback_frame_latency;
|
||||
port->SetLatencyRange(JackPlaybackLatency, &range);
|
||||
fPlaybackPortList[i] = port_index;
|
||||
jack_log("JackFreebobDriver::Attach fPlaybackPortList[i] %ld ", port_index);
|
Loading…
Reference in new issue