1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00
JUCE/modules/juce_audio_basics/buffers
2014-04-16 10:25:57 +01:00
..
juce_AudioDataConverters.cpp 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
juce_AudioDataConverters.h ALSA: added support for SND_PCM_FORMAT_S24_LE devices. 2013-08-12 12:56:17 +01:00
juce_AudioSampleBuffer.cpp Relaxed the requirement for AudioSampleBuffer to have more than zero channels, and gave it a default constructor. 2014-03-26 18:08:10 +00:00
juce_AudioSampleBuffer.h Couple of minor clean-ups. 2014-03-28 09:06:20 +00:00
juce_FloatVectorOperations.cpp Fixed some edge-case problems in FloatVectorOperations min/max 2014-04-16 10:25:57 +01:00
juce_FloatVectorOperations.h Added 64-bit double methods to FloatVectorOperations. Refactored some of the min/max methods in FloatVectorOperations to return a Range instead of getting the results as parameters. 2014-03-18 10:56:34 +00:00