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

25 commits

Author SHA1 Message Date
jules
b093f47a8c Misc minor cleanups and comment fixes. 2013-09-07 20:18:00 +01:00
jules
636ffe68d3 A bit more minor cleaning-up. 2013-08-24 12:16:51 +01:00
jules
50132270d6 Added a few override modifiers and fixed some documentation. 2013-08-22 22:03:51 +01:00
jules
833d15ef81 Added some override specifiers. 2013-08-19 19:18:36 +01:00
jules
5a1112ab94 Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
jules
4fc8fbaef1 Added some more override decorators. 2013-07-10 10:22:33 +01:00
jules
ee3f77bc63 Added method IIRFilterAudioSource::makeInactive() 2013-06-19 11:11:59 +01:00
jules
f5ede30892 Refactored the IIRFilter class, breaking out the coefficients into an IIRCoefficients class. Also important to note: there was an error in the gain level used previously in the makeHighShelf, low-shelf, and bandpass methods. This is now corrected, so you may need to check that your old code didn't compensate for the error. 2013-06-18 21:04:26 +01:00
jules
01e3e4c40c Fixed some coverity warnings. 2013-06-17 22:10:57 +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
0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
jules
b416ab6651 Added a couple of methods to Graphics. 2012-10-13 11:17:21 +01:00
jules
195495a989 Removed the default parameters from BigInteger::findNextSetBit and findNextClearBit. 2012-07-30 10:34:35 +01:00
jules
d4ae8f3d55 Minor optimisations. New method OwnedArray::insertArray(). Changed some CodeDocument inner class constructors to use references rather than pointers. 2012-07-23 07:54:23 +01:00
jules
26c002498d Fix for MixerAudioSource. 2012-07-13 08:52:04 +01:00
jules
4f590f036d Added better constructors for AudioSourceChannelInfo. 2012-04-28 11:37:05 +01:00
jules
ccb5144c95 Fix for BufferingAudioSource when looping. 2012-04-26 16:55:30 +01:00
jules
1f95f54089 Purged some warnings. 2012-04-10 10:29:14 +01:00
jules
56bbab1537 (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
jules
59ebf8a05d Fixed a bug in MixerAudioSource::removeAllInputs(), and simplified the implementation of removeInputSource(). 2012-03-07 12:09:17 +00:00
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. 2012-02-11 14:09:23 +00:00
jules
afcc66e449 Minor fix for ResamplingAudioSource, minor addition to Slider. 2011-10-25 11:31:33 +01:00
Julian Storer
427941e8c3 Fix for BufferingAudioSource. 2011-09-11 20:28:26 +01:00
Julian Storer
54eb263055 Fixed a threading problem in BufferingAudioSource. 2011-09-11 13:58:11 +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