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
2014-03-24 20:01:37 +00:00
..
buffers 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
effects Updated an old powf() call. 2013-10-17 21:54:03 +01:00
midi Added an option to MidiFile to set the format type. 2014-03-21 21:36:08 +00:00
sources 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
synthesisers Added a couple of methods to Synthesiser to make it easier to customise note-stealing. 2014-03-18 18:53:26 +00:00
juce_audio_basics.cpp Workarounds for some mingw build problems. 2014-03-19 11:23:52 +00:00
juce_audio_basics.h A bit more minor cleaning-up. 2013-08-24 12:16:51 +01:00
juce_audio_basics.mm Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_module_info Version number update 2014-03-24 20:01:37 +00:00