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
2015-03-10 14:52:54 +00:00
..
buffers Minor optimisation in AudioSampleBuffer 2015-03-07 13:59:04 +00:00
effects Fix to FFT::performFrequencyOnlyForwardTransform 2015-03-04 11:59:25 +00:00
midi Modified MidiMessageSequence::createControllerUpdatesForTime() to use an Array<MidiMessage> instead of an OwnedArray. There are almost no situations where you'd get better performance out of an OwnedArray so if this change broke your code, it's a good idea to have a re-think! 2015-03-02 17:55:45 +00:00
sources Tweak to the values that ResamplingAudioSource passes to its input source. 2015-02-24 12:58:14 +00:00
synthesisers Added a Synthesiser::handleProgramChange method 2015-03-10 14:52:54 +00:00
juce_audio_basics.cpp First draft of a new (very simple) FFT class. 2015-02-03 17:51:54 +00:00
juce_audio_basics.h Added some #undefs to avoid clashes with badly-chosen macros in some 3rd party libraries. 2015-02-17 16:55:45 +00: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-12-16 17:21:34 +00:00