326 Commits (a99d78318bbeaa11da97f11e67b2c254c1f978b0)

Author SHA1 Message Date
  jules ae712c72d8 Cleaned up a few String::empty uses 9 years ago
  jules 19d0c71050 Version number update 10 years ago
  jules 02492b36b9 Lots of small whitespace tweaks. 10 years ago
  jules 428c8a79a5 Version number update 10 years ago
  jules 6faa33cfbd Added new method MidiOutput::sendBlockOfMessagesNow() 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 c35ed85677 Version number update 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 1d24b558d8 Corrected a few documentation mistakes 10 years ago
  hogliux a039090f5c Fix warning on VS2015 10 years ago
  jules 89ba69ab29 Android Bluetooth MIDI, pro-audio i/o and improved openGL support 10 years ago
  jules 4c27661f7a Fixed a merge problem 10 years ago
  jules e440a83ad7 New methods in AudioDeviceManager to easily play sounds from files or audio buffers. 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 12447ba38f Version 4.0.1 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
  jules cee5a77123 Added a velocity parameter to note-off handling in MidiKeyboardState 10 years ago
  Timur Doumler dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 10 years ago
  jules 861d3d9710 Version 3.2.0 10 years ago
  hogliux c7b8e77031 Update copyright notice 10 years ago
  hogliux 512d0baf67 Fix audio channel allocation issue on ALSA/linux 10 years ago
  hogliux f8cffb5949 Fix some warnings on newer GCC versions on linux 10 years ago
  jules d474af1e11 Added 384k sample rate to the CoreAudio support. (Apparently people actually need that..) 10 years ago
  jules 8e6f506803 Fixed an issue with CFString releasing in OSX midi when devices fail to open. 10 years ago
  hogliux 8c242b7547 Fix warnings on linux 10 years ago
  jules 2b5c9b43cf Made AudioDeviceManager prefer to use a device's current sample rate if asked to use a default rate. 10 years ago
  jules 1b3d7e9f3e Avoided an arithmetic overflow in OpenSLAudioIODevice when buffer sizes are very big. 10 years ago
  jules 6c5b2dc61a Made the AudioDeviceManager ignore whitespace and case when chacking device names. 10 years ago
  jules d9c7f2bf8c The MidiOutput and MidiInput classes were unnecessarily virtual, so tidied this up. 10 years ago
  jules ec793d9f29 Tweak to CoreAudio handling to make Zoom soundcards work. 10 years ago
  jules df4e055d02 Tweaked ASIO device creation sequence to try to avoid breaking some flaky drivers. 10 years ago
  jules 45c620a996 Fix for ALSA CPU use when using an input device without an output device. 10 years ago
  jules c19df0cc20 A couple more small fixes to WASAPI 10 years ago
  jules faa7f256b7 Even more WASAPI updates and fixes. Allegedly this means that exclusive mode should now work! 10 years ago
  jules 5c2e51da15 Tidy-up of ASIO generics, to allow more simultaneous devices. 10 years ago
  jules 7b3ca9900e Oops.. fixed typo in WASAPI code! 10 years ago
  jules 9f073272f7 More WASAPI improvements. 10 years ago
  jules 392967f818 Removed unused variable. 10 years ago
  jules 79f59afb32 Fixes for WASAPI exclusive mode. 10 years ago
  jules 4d1a63fe3b (Added file missing from last commit) 10 years ago
  jules c0ade582d8 Added new flag JUCE_WASAPI_EXCLUSIVE that provides a new audio device type for opening WASAPI devices in exclusive mode. 10 years ago
  jules 5c48d16548 Fix for an ASIO problem when opening an input-only device 10 years ago
  jules 91b5d77477 Version number update 11 years ago
  jules 5eb98197b8 Tweaked linux midi to use direct rather than buffered output. 11 years ago