30 Commits (7ed282f3147d80e2f59fe37ae2b7b4b51be52a56)

Author SHA1 Message Date
  hogliux dc7217fbbb DSP: Fixed a bug in AudioBlock::multiply where the linear smoothed value would not be applied 7 years ago
  jules 87042769b6 Tidied up some more old typedefs 7 years ago
  Noah Dayan 5de929de5e Fixed some Doxygen warnings in AudioBlock and SIMDRegister 7 years ago
  jules 38295f332b Converted some old typedefs to using declarations 7 years ago
  Noah Dayan a21ff3356d Fixed some Doxygen warnings in juce_AudioBlock.h 7 years ago
  hogliux 5faef29f3e DSP: added the methods AudioBlock::copyTo/AudioBlock::copyFrom which facilitate copying to/from an AudioBuffer 7 years ago
  hogliux b719acf3e2 DSP: Fixed various undefined behavior in SIMDRegister 7 years ago
  hogliux d7528138cb DSP SIMD: Fixed a potential compiler error and warning on some versions of gcc and added a unit-test to test some untested comparison SIMD operations 7 years ago
  ed cdbc28c18b Add documentation tags 7 years ago
  Lukasz Kozakiewicz 3f7220c2af AudioBlock: remove unnecessary cast from size_t to int. 7 years ago
  jules f71df8704a Added an AudioBlock::multiply() overload for LinearSmoothedValue 7 years ago
  Noah Dayan 365507d7fd Fixed typo in juce_SIMDRegister.h 7 years ago
  Noah Dayan e1abac681d Fixed typos in juce_SIMDRegister.h 7 years ago
  jules c4342e684d Added some get/set/addSample methods to AudioBlock 7 years ago
  jules 73c319d249 Tidied up a few issues in AudioBlock 7 years ago
  Zsolt Garamvolgyi daab5147c2 Fixed SIMDRegister errors in the 32-bit VS2017 build 7 years ago
  Zsolt Garamvolgyi 8f02179bbf Various additions to SIMDRegister 7 years ago
  jules f85d706131 Some minor formatting and comment fixes 7 years ago
  hogliux e2ae08e111 DSP: Added an alignment argument to AudioBlock 7 years ago
  hogliux eb8400b366 DSP: Added SIMDRegister::copyToRawArray and SIMDRegister::fromRawArray to easily convert between raw arrays and SIMD registers 7 years ago
  jules aecb819985 Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef) 7 years ago
  jules dd4230586f Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up 7 years ago
  jules ff99aec1ab Converted some old uses of non-C++ maths functions to their std equivalents 7 years ago
  hogliux 2729625efb Improved the confusing nomenclature of some of the SIMDRegister typedefs 7 years ago
  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 7 years ago
  hogliux 11d031f9f0 DSP: Added missing snapToZero in the StateVariableFilter 7 years ago
  tpoole f107d11630 Documentation fixes 7 years ago
  tpoole 6e818d42f4 Documentation fixes 7 years ago
  tpoole 77dd64abfa Documentation fixes 7 years ago
  tpoole 7c4a23bac7 Documentation fixes 7 years ago
  hogliux cafee4af97 Whitespace 7 years ago
  hogliux 244a944857 Added the JUCE DSP module 7 years ago