falkTX 
							
						 
						
							
							
							
								
							
								1dd03c61af 
								
							
								 
							
						 
						
							
							
								
								Add autoclose option to jack_load  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c32b823860 
								
							
								 
							
						 
						
							
							
								
								jack_simdtests: add application checking accurracy and performance of SIMD optimizations  
							
							Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> 
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9a01831071 
								
							
								 
							
						 
						
							
							
								
								corrected the message when transport is in an unexpected state while trying to toggle  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3962e4b5dd 
								
							
								 
							
						 
						
							
							
								
								when in wrong state, write message to stderr  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								feef5ca5c1 
								
							
								 
							
						 
						
							
							
								
								added a toggle command to allow toggling between play and stop state  
							
							
								
							
							
						 
						8 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								7bdad4966b 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Fix building with libedit.  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								51f923882e 
								
							
								 
							
						 
						
							
							
								
								Correct JackDriver::Open : call to fGraphManager->SetBufferSize has to use current fEngineControl->fBufferSize value.  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								123de3614f 
								
							
								 
							
						 
						
							
							
								
								Correct midiseq.c : better use jack_midi_reset_buffer instead of jack_midi_clear_buffer for output port.  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								a907931409 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								example-clients/transport.c: replace '#ifdef' with '#if' and '#ifndef x' with '#if !x'  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								dd7d23431e 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								example-clients/transport.c: remove trailing spaces  
							
							
								
							
							
						 
						9 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8ed3e8228f 
								
							
								 
							
						 
						
							
							
								
								Fixed linking errors with frameworks for OSX  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								af99165ef6 
								
									
										
											
								
							
								 
							
						 
						
							
							
								
								Drop problematic CPPFLAGS for MacOSX.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8a66d611b9 
								
							
								 
							
						 
						
							
							
								
								[jack_bufsize] Fix off by 10 error  
							
							Since help and error messages suggest, that 8192 samples is a valid
buffer size, this fixes the value in the check to 8192 instead of 8182. 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ae66d7464a 
								
							
								 
							
						 
						
							
							
								
								Fix windows mingw/waf build when readline is used/present  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								40587b7345 
								
							
								 
							
						 
						
							
							
								
								Fix transport example client for waf/mingw build  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9d0acd402f 
								
							
								 
							
						 
						
							
							
								
								Correct NetJack2 API.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5a59aef94c 
								
							
								 
							
						 
						
							
							
								
								add the --readline auto option  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bac7cc775d 
								
							
								 
							
						 
						
							
							
								
								add the --sndfile auto option and check sndfile availability with env['SNDFILE'] instead of is_defined('HAVE_SNDFILE')  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ea43b15ea9 
								
							
								 
							
						 
						
							
							
								
								use pkg-config to find sndfile (drop explicit LIB_SNDFILE and HAVE_SNDFILE since check_cfg deals with it)  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aef035ad1f 
								
							
								 
							
						 
						
							
							
								
								make sndfile dependency optional  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								94efc64f20 
								
							
								 
							
						 
						
							
							
								
								use conf.env['SAMPLERATE'] to determine wether samplerate is available instead of conf.is_defined('HAVE_SAMPLERATE')  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								66cdd35753 
								
							
								 
							
						 
						
							
							
								
								remove extra and unnecessary celt check in example-clients  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7676ac7a4d 
								
							
								 
							
						 
						
							
							
								
								eliminate duplicated examples.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a0c47206ce 
								
							
								 
							
						 
						
							
							
								
								Fix indentation  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ab603e4333 
								
							
								 
							
						 
						
							
							
								
								Fix indentation  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2e6344a32b 
								
							
								 
							
						 
						
							
							
								
								Use jack_free instead of free in inprocess.c.  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ba28a2ca3f 
								
							
								 
							
						 
						
							
							
								
								jack_control: display constraints (range and enum)  
							
							If available, constraints are now displayed along with the parameter
long description. 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8097695445 
								
							
								 
							
						 
						
							
							
								
								Fix for building with python3  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1f73394531 
								
							
								 
							
						 
						
							
							
								
								additional code cleanup for jack android  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4a94e12986 
								
							
								 
							
						 
						
							
							
								
								jack2 supports android devices & rebase current changes to master  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								543686cb93 
								
							
								 
							
						 
						
							
							
								
								Fix example client for mingw build  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								204bdea4cf 
								
							
								 
							
						 
						
							
							
								
								Adding stdbool header include to netmaster example client to fix compile error  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								66b4bfd8bb 
								
							
								 
							
						 
						
							
							
								
								Support for partial buffers in libjacknet.  
							
							
								
							
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f6c7cb139b 
								
							
								 
							
						 
						
							
							
								
								realtime-safe midi-dump (use ringbuffer)  
							
							Signed-off-by: Robin Gareus <robin@gareus.org> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ae6412a881 
								
							
								 
							
						 
						
							
							
								
								add usage() to jack_midi_dump  
							
							Signed-off-by: Robin Gareus <robin@gareus.org> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0e23c197bf 
								
							
								 
							
						 
						
							
							
								
								midi-dump: exit cleanly, add support for absolute+relative timestamps  
							
							Signed-off-by: Robin Gareus <robin@gareus.org> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d8c2b0bfaf 
								
							
								 
							
						 
						
							
							
								
								Configurable fPacketTimeOut field in NetJack2 code.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f4a158afbc 
								
							
								 
							
						 
						
							
							
								
								Add time-out in libjacknet netmaster side.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								
								falkTX 
							
						 
						
							
							
							
								
							
								24344009b7 
								
							
								 
							
						 
						
							
							
								
								Fix alsa_in/out for freewheel  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8dea08d26c 
								
							
								 
							
						 
						
							
							
								
								Tim Mayberry : Changes to get example-clients to build using MinGW compiler.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b95372e1f0 
								
							
								 
							
						 
						
							
							
								
								Add help command and options to jack_control  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0823366106 
								
							
								 
							
						 
						
							
							
								
								Fix xrun_recovery in ALSA clients.  
							
							According to the ALSA documentation, snd_pcm_readi() returns -ESTRPIPE
when a suspend event occured. But xrun_recovery() checks for -EAGAIN
instead.
If the ALSA client is connected to the ALSA loopback device, it leads to
an infinite loop in the client when the computer is resumed from sleep.
The client takes up to 99% of the CPU resources.
The problem is fixed by a proper error checking of snd_pcm_readi().
A word of caution however: on kernels prior to 3.8, it will trigger a
bug in the snd-aloop driver, and may lead to a kernel oops.
The kernel fix can be found there:
http://www.spinics.net/lists/stable-commits/msg23379.html 
Signed-off-by: elboulangero <elboulangero@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								79581e1e62 
								
							
								 
							
						 
						
							
							
								
								Fix typo in alsa_in.c  
							
							Patch by colinf via
   http://trac.jackaudio.org/attachment/ticket/227/typos.patch  
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ee2cc69974 
								
							
								 
							
						 
						
							
							
								
								Cleanup audio mixing code.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4818025739 
								
							
								 
							
						 
						
							
							
								
								[wscript] Even more -Wl,--as-needed fixes  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								93c5159118 
								
							
								 
							
						 
						
							
							
								
								[wscript] Build jack_transport  
							
							jack_transport requires libreadline but not libncurses, so drop the latter. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								89c359eee0 
								
							
								 
							
						 
						
							
							
								
								[wscript] More fixes for -Wl,--as-needed  
							
							Reportedly, f28523ff54 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2f35141267 
								
							
								 
							
						 
						
							
							
								
								[wscript] Use CFLAGS, not CCFLAGS  
							
							CCFLAGS isn't honoured at all, the proper name is CFLAGS. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b4349a570f 
								
							
								 
							
						 
						
							
							
								
								fix jack_netsource build  
							
							ceilf() is used in netsource.c
Fix for trac ticket #291  
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f28523ff54 
								
							
								 
							
						 
						
							
							
								
								[wscript] Fix FTBFS with -Wl,--as-needed  
							
							Patch by Adam Conrad <adconrad@canonical.com>, taken from Ubuntu's
jackd2 package.
Fixes linkage errors as described in
   http://permalink.gmane.org/gmane.comp.audio.jackit/25841  
							
						 
						13 years ago