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

16 commits

Author SHA1 Message Date
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