1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
Commit graph

37 commits

Author SHA1 Message Date
jules
146afb4a19 A few minor mingw workarounds. 2016-01-18 17:03:52 +00:00
jules
4583fa3fbf Used the ignoreUnused() function to tidy up some old code 2015-12-23 16:27:50 +00:00
Timur Doumler
dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 2015-07-23 15:57:18 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
jules
c19df0cc20 A couple more small fixes to WASAPI 2015-01-10 15:19:00 +00:00
jules
faa7f256b7 Even more WASAPI updates and fixes. Allegedly this means that exclusive mode should now work! 2015-01-09 09:53:28 +00:00
jules
7b3ca9900e Oops.. fixed typo in WASAPI code! 2015-01-06 10:45:38 +00:00
jules
9f073272f7 More WASAPI improvements. 2015-01-06 09:48:12 +00:00
jules
79f59afb32 Fixes for WASAPI exclusive mode. 2014-12-31 12:25:20 +00:00
jules
c0ade582d8 Added new flag JUCE_WASAPI_EXCLUSIVE that provides a new audio device type for opening WASAPI devices in exclusive mode. 2014-12-29 09:48:32 +00:00
jules
f2fbd391dc Minor clean-ups 2014-10-26 10:24:44 +00:00
jules
cd30b3bfd1 Minor warning fixes for mingw 2014-08-12 11:36:55 +01:00
jules
728cc9b40c Minor clean-ups 2014-03-26 16:15:26 +00:00
jules
fa21d2ac02 Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 2014-03-24 14:39:32 +00:00
jules
5ede2da44b Improved some MemoryBlock comments and gave the class a reset() method. 2014-03-14 10:15:35 +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
3f9a4834a6 Added a few TRANS wrappers around error messages. 2013-12-05 11:32:38 +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
c75a7300f5 Added some 'override' modifiers to overridden methods. 2013-06-23 23:09:52 +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
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
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
jules
ff114947e4 New class: SystemAudioVolume to control the OS's master volume. (Implemented only for OSX and Windows) 2013-03-23 12:45:34 +00:00
jules
5c28d5b214 Tweaks to WASAPI device change handling. 2013-03-03 11:55:02 +00:00
jules
a99b309d3c Added WASAPI device change detection. 2013-02-15 16:56:13 +00:00
jules
3edae5b4cf Removed some dependencies on win32 WASAPI headers. 2012-12-11 11:37:25 +00:00
jules
0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
jules
fdb31aff5c Added Logger::getCurrentLogger method. 2012-10-25 21:35:38 +01:00
jules
7b0a60e265 Assertion to catch WASAPI calls on invalid threads. 2012-08-30 14:09:13 +01:00
jules
90186efdb9 WASAPI latency calculation fix. 2012-05-11 11:10:05 +01:00
jules
584c444ffd Tidied up some win32 DLL loading code, and fixed a call type mismatch with the windows media format class. 2012-05-09 13:54:24 +01:00
jules
aff5fea6b4 Minor introjucer clean-ups. 2012-01-22 10:04:19 +00:00
Julian Storer
35f226319f Fixed a typo in the temporary amalgamated files. Tidied up some constness. 2011-08-12 13:25:06 +01:00
Julian Storer
b70e0a28d2 First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00
Renamed from src/native/windows/juce_win32_WASAPI.cpp (Browse further)