The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules fa21d2ac02 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. 11 years ago
..
juce_AudioDeviceSelectorComponent.cpp Optimisation to AudioDeviceSelectorComponent. 11 years ago
juce_AudioDeviceSelectorComponent.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 11 years ago
juce_AudioThumbnail.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. 11 years ago
juce_AudioThumbnail.h Cleared-out the last batch of unnecessary includes. 11 years ago
juce_AudioThumbnailBase.h Updated the format of the header include guard macros. 12 years ago
juce_AudioThumbnailCache.cpp Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
juce_AudioThumbnailCache.h Cleared-out the last batch of unnecessary includes. 11 years ago
juce_MidiKeyboardComponent.cpp Added method MidiMessage::isMidiNoteBlack() 11 years ago
juce_MidiKeyboardComponent.h Added shadow colour ID to MidiKeyboardComponent 11 years ago