jules
|
ee3f77bc63
|
Added method IIRFilterAudioSource::makeInactive()
|
12 years ago |
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.
|
12 years ago |
jules
|
01e3e4c40c
|
Fixed some coverity warnings.
|
12 years ago |
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
jules
|
b416ab6651
|
Added a couple of methods to Graphics.
|
12 years ago |
jules
|
195495a989
|
Removed the default parameters from BigInteger::findNextSetBit and findNextClearBit.
|
13 years ago |
jules
|
d4ae8f3d55
|
Minor optimisations. New method OwnedArray::insertArray(). Changed some CodeDocument inner class constructors to use references rather than pointers.
|
13 years ago |
jules
|
26c002498d
|
Fix for MixerAudioSource.
|
13 years ago |
jules
|
4f590f036d
|
Added better constructors for AudioSourceChannelInfo.
|
13 years ago |
jules
|
ccb5144c95
|
Fix for BufferingAudioSource when looping.
|
13 years ago |
jules
|
1f95f54089
|
Purged some warnings.
|
13 years ago |
jules
|
56bbab1537
|
(automated whitespace clean-up)
|
13 years ago |
jules
|
59ebf8a05d
|
Fixed a bug in MixerAudioSource::removeAllInputs(), and simplified the implementation of removeInputSource().
|
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
|
afcc66e449
|
Minor fix for ResamplingAudioSource, minor addition to Slider.
|
13 years ago |
Julian Storer
|
427941e8c3
|
Fix for BufferingAudioSource.
|
13 years ago |
Julian Storer
|
54eb263055
|
Fixed a threading problem in BufferingAudioSource.
|
13 years ago |
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..
|
13 years ago |