1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
JUCE/modules/juce_audio_basics
2015-03-04 11:59:25 +00:00
..
buffers Optimised a couple of the recent FloatVectorOperation implementations. 2015-02-04 12:41:45 +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 Stopped the Synthesiser class allowing midi events to steal notes from other midi channels. 2015-01-29 12:36:48 +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