1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_audio_basics/sources
2014-12-03 12:38:04 +00:00
..
juce_AudioSource.h Fixed some typos. 2014-02-26 19:47:55 +00:00
juce_BufferingAudioSource.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_BufferingAudioSource.h A bit more minor cleaning-up. 2013-08-24 12:16:51 +01:00
juce_ChannelRemappingAudioSource.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_ChannelRemappingAudioSource.h A bit more minor cleaning-up. 2013-08-24 12:16:51 +01:00
juce_IIRFilterAudioSource.cpp Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 2014-03-24 14:39:32 +00:00
juce_IIRFilterAudioSource.h A bit more minor cleaning-up. 2013-08-24 12:16:51 +01:00
juce_MixerAudioSource.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_MixerAudioSource.h A bit more minor cleaning-up. 2013-08-24 12:16:51 +01:00
juce_PositionableAudioSource.h A bit more minor cleaning-up. 2013-08-24 12:16:51 +01:00
juce_ResamplingAudioSource.cpp Avoided an edge-case in the ResamplingAudioSource 2014-12-03 12:38:04 +00:00
juce_ResamplingAudioSource.h Added method ResamplingAudioSource::flushBuffers() 2014-08-01 09:58:25 +01:00
juce_ReverbAudioSource.cpp Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 2014-03-24 14:39:32 +00:00
juce_ReverbAudioSource.h A bit more minor cleaning-up. 2013-08-24 12:16:51 +01:00
juce_ToneGeneratorAudioSource.cpp Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 2014-03-24 14:39:32 +00:00
juce_ToneGeneratorAudioSource.h A bit more minor cleaning-up. 2013-08-24 12:16:51 +01:00