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

37 commits

Author SHA1 Message Date
Tom Poole
9979dd27fa Add a const specialisation to SampleTypeHelpers 2022-01-05 11:38:22 +00:00
reuk
1cd5abe489 AudioBlock: Remove unnecessary casts 2021-07-05 12:21:36 +01:00
reuk
706d80216b
AudioBlock: Allow smoothing using SmoothedValues of a broader range of types 2021-05-21 16:29:48 +01:00
reuk
4d27422d9f GCC: Suppress cast-align warnings 2020-09-24 12:52:45 +01:00
ed
009d685179 Updated all license headers 2020-06-29 08:30:22 +01:00
reuk
fca3429e6e
DSP: Update convolution 2020-05-15 18:06:03 +01:00
Tom Poole
894e7d2bd2 Updated all license headers 2020-04-23 17:30:39 +01:00
reuk
327f817b9b Copyrights: Update commercial/gpl headers to be gpl-only 2020-04-09 15:22:56 +01:00
ed
a54da0b832 Fixed some more typos 2020-01-07 08:53:23 +00:00
Tom Poole
85f76d2546 AudioBlock: Fixed an issue preventing usage with SIMDRegister 2019-10-24 09:36:46 +01:00
Tom Poole
41055ad782 DSP: Refactored AudioBlock 2019-08-15 12:49:47 +01:00
hogliux
b561b34e8c Linux: Fixed a compiler warning 2019-04-30 12:14:42 +01:00
ed
1221374be9 DSP: Fixed an incorrect assertion in one of the AudioBlock constructors 2019-04-29 15:25:41 +01:00
Tom Poole
12dfd3df45 DSP: Made AudioBlock::getSubsetChannelBlock const 2019-03-28 12:54:37 +00:00
reuk
827055c2c1 DSP: Allowed AudioBlocks of const elements 2019-03-26 16:32:28 +00:00
Tom Poole
9f344aaa5a DSP: Added an assertion to protect against invalid use of ProcessContextNonReplacing 2019-03-01 11:56:42 +00:00
Tom Poole
4751e9d41a Added a new templated SmoothedValue class 2019-02-19 09:38:04 +00:00
ed
a234721110 Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
ed
d6300966df Fixed an error calculating numSamples in the AudioBlock constructor taking a start sample index 2019-01-28 16:25:51 +00:00
jules
750af63f8f Fixes to AudioBlock::copyTo and copyFrom 2018-08-31 16:52:54 +01:00
Tom Poole
0e1722e387 Multiple spelling fixes 2018-08-20 18:16:24 +01:00
hogliux
dc7217fbbb DSP: Fixed a bug in AudioBlock::multiply where the linear smoothed value would not be applied 2018-05-14 18:02:06 +01:00
Noah Dayan
5de929de5e Fixed some Doxygen warnings in AudioBlock and SIMDRegister 2018-05-03 10:02:58 +01:00
Noah Dayan
a21ff3356d Fixed some Doxygen warnings in juce_AudioBlock.h 2018-05-02 13:01:35 +01:00
hogliux
5faef29f3e DSP: added the methods AudioBlock::copyTo/AudioBlock::copyFrom which facilitate copying to/from an AudioBuffer 2018-04-30 14:59:54 +01:00
ed
cdbc28c18b Add documentation tags 2018-03-15 12:10:32 +00:00
Lukasz Kozakiewicz
3f7220c2af AudioBlock: remove unnecessary cast from size_t to int. 2018-03-06 17:53:32 +01:00
jules
f71df8704a Added an AudioBlock::multiply() overload for LinearSmoothedValue 2018-01-31 15:04:29 +00:00
jules
c4342e684d Added some get/set/addSample methods to AudioBlock 2017-12-18 15:31:16 +00:00
jules
73c319d249 Tidied up a few issues in AudioBlock 2017-12-07 17:01:00 +00:00
hogliux
e2ae08e111 DSP: Added an alignment argument to AudioBlock 2017-11-07 14:41:33 +00:00
jules
aecb819985 Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef) 2017-10-30 14:52:47 +00:00
jules
dd4230586f Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up 2017-10-11 12:26:05 +01:00
jules
eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
tpoole
6e818d42f4 Documentation fixes 2017-08-01 11:23:17 +01:00
tpoole
7c4a23bac7 Documentation fixes 2017-07-31 18:29:53 +01:00
hogliux
244a944857 Added the JUCE DSP module 2017-07-27 12:39:07 +01:00