63 Commits (7e9fbd30c3882bf2e5b718efbf08ce71c6f7ac08)

Author SHA1 Message Date
  jules 4f590f036d Added better constructors for AudioSourceChannelInfo. 13 years ago
  jules df5d50bcd8 Version number bump. 13 years ago
  jules 84a0a24b4e Added some speaker arrangements for WavAudioFormat. Removed a conditional in audio_devices.h 13 years ago
  jules 3b431954ec Added an extra include that seems to be needed for some iOS build targets. 13 years ago
  jules 3a91979ea8 Version bump. 13 years ago
  jules 1f95f54089 Purged some warnings. 13 years ago
  jules dbe71f8c67 A bugfix and some fine-tuning for the android openSL audio device. 13 years ago
  jules cb05079b48 iOS audio session fix. 13 years ago
  jules 8de9d9c6da Version number bump. Clean-ups. 13 years ago
  jules 56bbab1537 (automated whitespace clean-up) 13 years ago
  jules d6df57b1d2 iOS audio fix for interruption handling. 13 years ago
  jules 8ed15bd9f0 Fix for AudioCDReader::createReaderForCD() on strange win32 systems with phantom CD-rom drives. 13 years ago
  jules bb86893b60 Android OpenSL latency work. 13 years ago
  jules 3a7989ad7c Android: added OpenSLES audio device type. 13 years ago
  jules 96976db624 Windows: faster rendering on 32-bit video cards. Audio fix for iOS. 13 years ago
  jules 9c719306c9 Added -ldl to linux builds. Tidied up a few warnings. 13 years ago
  jules 15c44c9325 Changed URL class to allow multiple parameters with the same name. 13 years ago
  jules a6c9992957 Updated some module usage warning code. 13 years ago
  jules 9d973f0089 Fixes for CoreAudio, MidiFile, TextEditor, Tooltip. 13 years ago
  jules 6d865420ee Android: better audio latency reporting. Introjucer: improved android icon generation. 13 years ago
  jules d70d017fc6 Docs fix. Version bump. 13 years ago
  jules 295d125142 Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 13 years ago
  jules a9103407d7 Version number bump. 13 years ago
  jules 32aae7a2b3 Android audio fix. OpenGL tiling bug fix. 13 years ago
  jules aff5fea6b4 Minor introjucer clean-ups. 13 years ago
  jules bdbe7d3f01 Introjucer: made it possible to override settings in AppConfig.h. Version number bump. 13 years ago
  jules 98406ae4e4 Added iOS CoreMidi support. 13 years ago
  jules 4870ea28dd Refactored the dynamically-loaded OpenGL extension functions from being static to being members of a specific context object. This entails lots of OpenGLContext references being passed around all over the place, and has meant that a few static helper functions are no longer available. 13 years ago
  jules c38916b675 OpenGL renderer optimisations. 13 years ago
  jules 43d9a4eb16 New class: ThreadLocalValue. 13 years ago
  jules 3995ef255f iOS audio: added some buffer size options. 13 years ago
  jules 78dc975ab9 Minor CoreAudio callback fix. 13 years ago
  jules f36fa37440 Android: made audio system more tolerant of failed devices. 13 years ago
  jules fd9bf6d5a3 Updated Introjucer for better Xcode 4 compatibility. Bumped version number. 13 years ago
  jules 173e8c083f CoreAudio: detection of disabled devices. Avoided some internal exceptions in the demo. 13 years ago
  jules 9b6780f15a Version number bump. 13 years ago
  jules 38eb7f8a5b New class: WindowsMediaAudioFormat. 13 years ago
  jules e60b2f3a20 New class: MP3AudioFormat. 13 years ago
  jules 6b7496c893 Handy new functions: createCopyIfNotNull(), and ScopedPointer::createCopy() 13 years ago
  jules 1b87d55ebb CoreAudio fix for PPC. 13 years ago
  jules 44a050c1aa Fix for the parameter types of Colour::fromRGBAFloat. Change on iOS to avoid enabling an audio input device unless needed. 13 years ago
  jules 674aa73dd7 Bumped the version number. 13 years ago
  jules 2b34a17716 ASIO name fix. Minor TextEditor fix. Linux auto-repeat key workaround. 13 years ago
  jules 6e71d25613 Android audio fix. 13 years ago
  jules 164cd8909b Fixes for TextEditor, ASIO, Windows touch, AU. 13 years ago
  jules 40e8a8916b Bumped version and updated project files. 13 years ago
  jules 4b21bc53d8 ASIO fix for devices whose driver file is inaccessible, plus some code clean-ups in there. Win32 icon fix for Vista. 13 years ago
  jules 6b07bfb51b Finally turned off the T wide-char string macro by default. If you've used it in your code, I'd recommend just skimming through and simply removing it. Any ascii strings will work fine without it; any strings containing extended chars are NOT PORTABLE and shouldn't be embedded anyway, but will work just as well if you replace the T with an 'L' prefix (much better to re-encode them as escaped UTF-8 though). If you really must keep using the macro, you can set the JUCE_DEFINE_T_MACRO flag to 1, and it will still be available as before. 13 years ago
  jules 39c9a4b725 Version number bump. 13 years ago
  Julian Storer 52a90374df AU path fix. Minor tweaks. Version number bump. 13 years ago