|  hogliux | 3e7b5993ca | Moved audio CD burner/reader to juce_audio_utils | 9 years ago | 
				
					
						|  jules | 9fa0d49be7 | Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. | 9 years ago | 
				
					
						|  tpoole | 979d3b62a2 | Fixed crash on internal changes within aggregate audio devices on OS X | 9 years ago | 
				
					
						|  tpoole | 881dfce40f | Fix deadlock in handleRouteChange for iOS audio. | 9 years ago | 
				
					
						|  ed | 79dd695731 | added ScopedLock to iOSAudioIODevice::handleRouteChange method to avoid race condition | 9 years ago | 
				
					
						|  ed | bc77b00700 | MIDI network session enabled for iOS simulator | 9 years ago | 
				
					
						|  hogliux | bf582f6c5b | Fix errors and warnings on mingw-w64 | 9 years ago | 
				
					
						|  hogliux | 1e41898bbc | Fix a memory leak in linux ALSA code for MidiInput/MidiOutput | 9 years ago | 
				
					
						|  hogliux | 76007233ae | Correctly account for midi ports in Alsa when listing/opening devices and other ALSA midi cleanups | 9 years ago | 
				
					
						|  jules | 6fc1242ca5 | Added some constructors to ReferenceCountedObjectPtr and ScopedPointer that specialise for std::nullptr_t. As well as being more optimal, this has the added bonus of forcing people to correctly use nullptr instead of '0'. | 9 years ago | 
				
					
						|  jules | 1a5f71b74d | Added some logic to MidiDataConcatenator that avoids asserting on invalid input data | 9 years ago | 
				
					
						|  jules | f58eda8f3e | Added 32K as a supported ASIO sample rate | 9 years ago | 
				
					
						|  jules | 7abbf67a1a | Tweaked the iOS audio device to make the default buffer size play in the simulator | 9 years ago | 
				
					
						|  hogliux | 0a040c6b97 | Update avtive ports when opening JACK audio device | 9 years ago | 
				
					
						|  hogliux | a3c377bcd0 | Move kAudioUnitProperty_MaximumFramesPerSlice setting/query after initialisation | 9 years ago | 
				
					
						|  hogliux | 77a8b9eab5 | Fix a few warnings | 9 years ago | 
				
					
						|  hogliux | b3ee8806d6 | Set kAudioUnitProperty_MaximumFramesPerSlice on iOS | 9 years ago | 
				
					
						|  jules | 676b27ef68 | Added a MidiDataConcatenator to the linux MIDI implementation, to help handle large and broken-up sysex messages | 9 years ago | 
				
					
						|  jules | fb864a5cb1 | Corrected some spelling mistakes in comments | 9 years ago | 
				
					
						|  Timur Doumler | 70949aa0c6 | Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. | 9 years ago | 
				
					
						|  jules | 7a973372ad | Added an assertion in OSX MIDI device detection, as this can apparently fail if not done on the message thread | 9 years ago | 
				
					
						|  Timur Doumler | 9ea874428c | Added feature RuntimePermissions, which allows to request permissions at runtime to access the microphone and bluetooth (required for Android apps using SDK Level 23 and above). | 9 years ago | 
				
					
						|  jules | b5907fa90d | Normalised some divider comments | 9 years ago | 
				
					
						|  jules | 32bb5798bf | Fixed a rounding error in iOS audio device sample rate selection | 9 years ago | 
				
					
						|  jules | 567e0d5fb7 | Fixed a device name mismatch in iOS audio | 9 years ago | 
				
					
						|  jules | 076896d33b | Improved CoreAudio handling of USB audio devices being unplugged | 9 years ago | 
				
					
						|  jules | 0784f399f3 | Fixed a typo in the ASIO code | 9 years ago | 
				
					
						|  jules | 101c4782e1 | Avoided some pedantic warnings in the win32 ASIO code | 9 years ago | 
				
					
						|  jules | 010afc6baf | Fixed a problem with iOS audio device shutdown | 9 years ago | 
				
					
						|  jules | 146afb4a19 | A few minor mingw workarounds. | 9 years ago | 
				
					
						|  jules | 4237db4a31 | Silenced some deprecation warnings in OSX10.11 | 9 years ago | 
				
					
						|  jules | 8a9322456f | Replaced the now-deprecated iOS audio code with a new AVSession-based version. | 9 years ago | 
				
					
						|  jules | 4583fa3fbf | Used the ignoreUnused() function to tidy up some old code | 10 years ago | 
				
					
						|  jules | 2a1234b6ac | Simplified some inter-module dependencies and exception-catching fallbacks | 10 years ago | 
				
					
						|  jules | e8bea6944f | Fixed an obscure C++ syntactic blooper | 10 years ago | 
				
					
						|  jules | ae712c72d8 | Cleaned up a few String::empty uses | 10 years ago | 
				
					
						|  jules | 02492b36b9 | Lots of small whitespace tweaks. | 10 years ago | 
				
					
						|  jules | 99ebba4e4c | Workarounds to avoid clashes with stupid 3rd-party headers that rely on defining a macro called "check" | 10 years ago | 
				
					
						|  jules | 31381c6864 | Stripped out some defunct OSX 10.4 fallback code | 10 years ago | 
				
					
						|  jules | 4fd8913037 | Added a new method Array::sort() which uses the default comparator for simple types | 10 years ago | 
				
					
						|  hogliux | d4a7bf4f6a | Fix bug where low latency audio path is not detected correctly on Android | 10 years ago | 
				
					
						|  jules | f6b3bddf74 | Audio i/o: Took the safety offset into account when calculating latency in CoreAudio | 10 years ago | 
				
					
						|  jules | 89ba69ab29 | Android Bluetooth MIDI, pro-audio i/o and improved openGL support | 10 years ago | 
				
					
						|  jules | c562cfc3cc | Converted AudioSampleBuffer into a templated class that can use either float or double types. Used this to implement 64-bit audio plugin support in VST and AU | 10 years ago | 
				
					
						|  jules | 020b34f67f | Fixed a couple of stray semicolons | 10 years ago | 
				
					
						|  jules | 14e5d9dad8 | Fix for CoreAudio initialisation of devices that can't handle sample rate change requests | 10 years ago | 
				
					
						|  jules | e2c274840d | Disabled some spurious Xcode 7 warnings | 10 years ago | 
				
					
						|  hogliux | c89f476127 | Add getName to MidiOutput devices | 10 years ago | 
				
					
						|  Timur Doumler | dca4d77f9d | Fixed compiler warnings on Visual Studio 2015 RTM. | 10 years ago | 
				
					
						|  hogliux | c7b8e77031 | Update copyright notice | 10 years ago |