Gary Scavone
							
						 | 
						
							
							
								d07f6011cf
							
							Removed Windows kernel streaming code because it was incomplete and uncompilable.  The code still exists in the winks branch.
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Gary Scavone
							
						 | 
						
							
							
								db1d10a2c8
							
							Commented out some function arguments in test programs to avoid compiler warnings.
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Gary Scavone
							
						 | 
						
							
							
								ebd128a5a1
							
							Final documentation updates before release 2.1.0.
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Gary Scavone
							
						 | 
						
							
							
								f77e648c12
							
							Various documentation updates in preparation for the 2.1.0 release.
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   garyscavone
							
						 | 
						
							
							
								94b7c270a9
							
							Merge pull request #20 from keinstein/testmerge
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   garyscavone
							
						 | 
						
							
							
								c996e7e52b
							
							Merge pull request #19 from keinstein/docufixes
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Gary Scavone
							
						 | 
						
							
							
								03e665c78e
							
							Bug fix to WinMM API in MidiIn destructor.
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Tobias Schlemmer
							
						 | 
						
							
							
								239c4d42a4
							
							Capitalise JACK.
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Tobias Schlemmer
							
						 | 
						
							
							
								bb808b7f99
							
							Merge branch 'master' of https://github.com/thestk/rtmidi.git into pre2.1.0
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Gary Scavone
							
						 | 
						
							
							
								9a0454ce1a
							
							A few Jack error message corrections not previously incorportated from the master branch.
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   garyscavone
							
						 | 
						
							
							
								752fa2c3cb
							
							Merge pull request #17 from keinstein/docufixes
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   garyscavone
							
						 | 
						
							
							
								c9939d0023
							
							Merge pull request #16 from keinstein/perror
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Gary Scavone
							
						 | 
						
							
							
								aa5f832854
							
							Windows RtError bug fix and function argument commenting to avoid compiler warnings.
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Tobias Schlemmer
							
						 | 
						
							
							
								879a0c63b9
							
							Some documentation impovements.
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Tobias Schlemmer
							
						 | 
						
							
							
								dbe835a08d
							
							Call perror on uncknown errors in the MIDI queue.
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Gary Scavone
							
						 | 
						
							
							
								6a13d5e8d8
							
							ALSA openPort() fix to better distinguish sender and receiver port (from Russell Smyth).
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Gary Scavone
							
						 | 
						
							
							
								409bb15748
							
							Small fix in ALSA openVirtualPort() to correctly save the port number.
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Gary Scavone
							
						 | 
						
							
							
								1f11f7496a
							
							Small compiler fix in Jack API.
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Gary Scavone
							
						 | 
						
							
							
								b07a6e0432
							
							Reverted sysextest.cpp to previous version and added warning flag to configure.ac
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Gary Scavone
							
						 | 
						
							
							
								653a2a1234
							
							Fix in Jack API for improperly made changesfrom a previous patch
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Gary Scavone
							
						 | 
						
							
							
								9523a1b50c
							
							Commented out use of MIDISendSysex() in OS-X, so sysexes are sent as normal messages.  This avoids a problem where virtual ports were not receiving the sysex messages.
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Gary Scavone
							
						 | 
						
							
							
								f9c4af9da6
							
							Fix for spurious callbacks in OS-X when ignoring sysex messages and split sysexes are received (codepainters)
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   garyscavone
							
						 | 
						
							
							
								69a1b91784
							
							Merge pull request #10 from codepainters/master
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Gary Scavone
							
						 | 
						
							
							
								a4347457ef
							
							Reverted Windows UNICODE portname fix to previous solution by Wilcox.
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Gary Scavone
							
						 | 
						
							
							
								92cf1b8e8f
							
							Windows code to avoid lockups when shutting down and sending/receiving sysex messages (submitted by ptarabbia)
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Gary Scavone
							
						 | 
						
							
							
								d2530d1026
							
							Updated OS-X sysex sending mechanism according to patch submitted by ptarabbia
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Gary Scavone
							
						 | 
						
							
							
								cfb945a9c2
							
							Fixes for previous error hook and isPortOpen() function commit.
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Gary Scavone
							
						 | 
						
							
							
								112baabce3
							
							Updates from Mogilevskiy to add error hook, isPortOpen() function, and UNICODE windows name fix.
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Przemyslaw Wegrzyn
							
						 | 
						
							
							
								312a94caf5
							
							SysEx callbacks filter condition moved to outer if.
						 | 
						11 gadi atpakaļ | 
					
				
					
						
							
								   Przemyslaw Wegrzyn
							
						 | 
						
							
							
								977c8db6b6
							
							Avoid 0-sized message callbacks if SysEx msgs are ignored altogether.
						 | 
						11 gadi atpakaļ |