jules
|
5601a244d3
|
Couple of fixes for FloatVectorOperations on NEON, and added a subtract() function.
|
2013-12-03 11:20:14 +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
|
bb98c00d0d
|
Avoided some pedantic compiler warnings in the audio plugin code.
|
2013-10-01 11:53:17 +01:00 |
|
jules
|
b5d3582580
|
Added missing cast in float vec ops.
|
2013-09-30 15:49:58 +01:00 |
|
jules
|
35286f06be
|
Added a method FloatVectorOperations::negate().
|
2013-09-30 13:55:04 +01:00 |
|
jules
|
239c15845a
|
New method: FloatVectorOperations::enableFlushToZeroMode()
|
2013-09-23 11:17:43 +01:00 |
|
jules
|
8d6632be31
|
Removed unnecessary mm_emptys from SSE code.
|
2013-09-16 09:22:21 +01:00 |
|
jules
|
3ef1ab02c6
|
Added AudioSampleBuffer::reverse() method.
|
2013-09-11 11:40:59 +01:00 |
|
jules
|
435089e89b
|
Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs.
|
2013-09-11 10:29:48 +01:00 |
|
jules
|
2786eadaf9
|
Removed a few pedantic warnings.
|
2013-08-26 14:58:23 +01:00 |
|
jules
|
69dcde0f4d
|
ALSA: added support for SND_PCM_FORMAT_S24_LE devices.
|
2013-08-12 12:56:17 +01:00 |
|
jules
|
ebc0b2b727
|
Removed some warning settings that weren't supported by older GCCs. Also added workarounds for some spurious GCC warnings.
|
2013-07-30 21:47:15 +01:00 |
|
jules
|
dd1a3496c2
|
Fixed the AudioSampleBuffer copy-constructor's behaviour to match its description.
|
2013-07-29 10:54:03 +01:00 |
|
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +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
|
47e7bcbd2c
|
Fixed a problem in AudioDataConverters.h
|
2013-05-28 11:40:25 -07:00 |
|
jules
|
c7506df13f
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
2013-05-22 23:05:53 -06:00 |
|
jules
|
28fa04a5f4
|
Android fix.
|
2013-03-06 16:33:50 +00:00 |
|
jules
|
408399ddff
|
Added FloatVectorOperations::findMinimum and findMaximum
|
2013-03-05 21:58:52 +00:00 |
|
jules
|
6c08b41a5a
|
Android build fix.
|
2013-02-27 17:54:17 +00:00 |
|
jules
|
f1ef1a7178
|
MSVC function call convention fixes. AAX compile fix.
|
2013-02-27 16:29:56 +00:00 |
|
jules
|
cbf8b5e8a2
|
Used some OSX vecLib functions inside FloatVectorOperations.
|
2013-02-26 14:28:56 +00:00 |
|
jules
|
6033581511
|
Additions and 64-bit fixes for FloatVectorOperations.
|
2013-02-25 16:23:04 +00:00 |
|
jules
|
b0ee49d537
|
New class FloatVectorOperations, with a bunch of SSE2-accelerated floating point functions.
|
2013-02-25 14:39:35 +00:00 |
|
jules
|
a802f5d081
|
Added method AudioData::Pointer::findMinAndMax
|
2013-02-18 16:47:15 +00:00 |
|
jules
|
d522a50e97
|
New AudioSampleBuffer::applyGain method.
|
2013-01-19 22:19:40 +00:00 |
|
jules
|
d35e1fd814
|
Added a AudioSampleBuffer gain ramp function.
|
2013-01-04 17:54:50 +00:00 |
|
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
jules
|
842d30fbfa
|
Minor tidying-up.
|
2012-09-04 11:38:16 +01:00 |
|
jules
|
08539ed83e
|
Improved some const-ness in AudioSampleBuffer.
|
2012-05-18 20:08:13 +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
|
5308aef329
|
Removed some old VC6 workarounds, and removed the VC6 exporter from the introjucer.
|
2012-02-13 17:56:59 +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 |
|
Julian Storer
|
54eb263055
|
Fixed a threading problem in BufferingAudioSource.
|
2011-09-11 13:58:11 +01:00 |
|
Julian Storer
|
4fcd1e3384
|
New class: ChildProcess. Fixed android build problems with paths.
|
2011-09-02 12:48:36 +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 |
|