1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
Commit graph

150 commits

Author SHA1 Message Date
jules
c548c138ed Another CoreAudio fix. 2013-12-27 11:41:01 +00:00
jules
205e5ca74f Fixed a typo in CoreAudio device opening. 2013-12-27 10:21:59 +00:00
jules
a052b648ec Better CoreAudio handling of devices with combined in/out channels. 2013-12-23 16:43:50 +00:00
jules
7906c75f4d Overrode a deprecation warning in getting CoreAudio channel names. If anyone knows a way to achieve the same functionality using the new APIs, please let me know! 2013-12-23 15:20:24 +00:00
jules
f79248c530 Fixed a silly typo in the latest CoreAudio changes. 2013-12-20 17:02:07 +00:00
jules
dcb7e61ed5 Redesigned CoreAudio for better handling of separate in/out devices. 2013-12-18 22:48:26 +00:00
jules
017dbc988d Refactored some AudioIODevice methods to return Arrays of sample rates + buffer sizes. 2013-12-18 10:57:11 +00:00
jules
7798d36b49 iOS audio: now sends a message to audioDeviceError() when an interrupted device restarts. 2013-12-14 15:05:09 +00:00
jules
3f9a4834a6 Added a few TRANS wrappers around error messages. 2013-12-05 11:32:38 +00:00
jules
33b1e7bd16 Tweaked CoreAudio slightly, and added some more logging. 2013-12-05 11:25:02 +00:00
jules
e53235741f Added support for NEON vector instructions, and some unit-tests for FloatVectorOperations. 2013-12-02 11:25:35 +00:00
jules
2edec00b55 Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
jules
2623f4d1e1 Added method String::clear(), and used it to replace a few uses of String::empty. 2013-12-01 11:32:39 +00:00
jules
39f41a977b Fix for codeblocks compiling ASIO. 2013-11-20 13:43:05 +00:00
jules
0d6b8f159b Added some logic to cope with buffer size changes in iOS audio. 2013-11-18 10:10:06 +00:00
jules
26828713ba Removed some locking from CoreAudio. 2013-10-22 18:28:38 +01:00
jules
ad490925e4 ALSA device name utf-8 encoding fix. 2013-10-21 09:12:07 +01:00
jules
c24082ae49 ASIO: now sends a reset request when the device changes its sample rate. 2013-10-04 21:35:22 +01:00
jules
4c9b1eff4f Improvements to handling of sample rates and buffer sizes in iOS audio. 2013-10-01 12:58:15 +01:00
jules
672283a1e4 Fix for iOS audio device closing. 2013-09-27 20:00:39 +01:00
jules
d0629ab14e Improved always-on-top window detection. Cleaned up some old obj-C code. 2013-09-23 13:41:36 +01:00
jules
ee565c32c8 Added an assertion to catch unusual audio buffer behaviour on iOS. 2013-09-06 20:41:30 +01:00
jules
c4c8666676 ALSA: fixed some problems with the minimum number of channels asked for. 2013-08-13 13:37:15 +01:00
jules
69dcde0f4d ALSA: added support for SND_PCM_FORMAT_S24_LE devices. 2013-08-12 12:56:17 +01:00
jules
74390295ad Fixed a few MSVC warnings. 2013-08-12 10:33:17 +01:00
jules
0d477bb422 Cleaned up some ASIO code and added some logging. 2013-08-03 11:23:38 +01:00
jules
3cd00c8730 A few android warning fixes. 2013-07-31 22:14:11 +01:00
jules
5b25ac6609 Renamed the swapWithArray methods in the array classes to "swapWith" to be more consistent with other swap method naming, and templated the methods for more flexibility. 2013-07-28 11:31:25 +01:00
jules
5a1112ab94 Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
jules
f86739b221 Fixed a couple of iOS build issues. 2013-07-09 17:42:59 +01:00
jules
9610a27cb9 iOS bluetooth audio fix. 2013-07-05 15:19:33 +01:00
jules
c8bab5d392 ASIO fix. 2013-07-03 10:52:09 +01:00
jules
f8a09dfb15 More CoreAudio restart fixing. 2013-07-02 17:16:22 +01:00
jules
42724dddfe CoreAudio sample rate handling fix. 2013-07-01 22:42:25 +01:00
jules
18d34b857b CoreAudio: better handling of device sample rates changing externally. 2013-07-01 10:13:39 +01:00
jules
c75a7300f5 Added some 'override' modifiers to overridden methods. 2013-06-23 23:09:52 +01:00
jules
d6954b4bcf Avoided an assertion in iOS audio code. 2013-06-22 12:56:54 +01:00
jules
03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
jules
b9b77cab4b iOS audio buffer size fix. 2013-06-07 11:35:06 +01:00
jules
14ec53de2e WASPI: used mix format channel mask. 2013-06-03 11:55:09 +01:00
jules
82adb05331 Minor tidying-up. 2013-06-02 11:50:02 +01:00
jules
939893922b Fixes to JACK port iteration. 2013-05-04 13:42:45 +01:00
jules
cb9531af58 Linux midi fix. 2013-04-29 20:38:46 +01:00
jules
8e3a52ff14 ALSA logging fix. 2013-04-28 17:48:45 +01:00
jules
1dfb891ce1 Improvements (hopefully!) to linux ALSA and Midi classes. 2013-04-27 14:34:45 +01:00
jules
5c77abb41e win32 midi sysex fix. 2013-04-19 09:40:10 +01:00
jules
9674d77397 ASIO sample rate discovery fix. 2013-04-14 14:39:55 +01:00
jules
e294a1d708 WASAPI compile fix for vs2008 2013-04-03 14:44:41 +01:00
jules
8b21bd42f9 WASAPI logging fix. 2013-04-01 15:13:36 +01:00
jules
2be6b48cd9 Eliminated some OS dependencies in WASAPI. Added mingw workarounds for __uuidof 2013-03-29 16:01:49 +00:00