1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_audio_basics
2018-11-29 08:55:50 +00:00
..
audio_play_head Add documentation tags 2018-03-15 12:10:32 +00:00
buffers Replaced all uses of static_cast<Type&&> with std::move 2018-11-28 17:29:20 +00:00
midi Replaced all uses of static_cast<Type&&> with std::move 2018-11-28 17:29:20 +00:00
mpe MPE: Made MPESynthesiserVoice::noteOnTime public 2018-11-09 09:55:50 +00:00
native Fixed Doxygen bug in CoreAudioLayouts 2018-03-29 15:43:45 +01:00
sources Fixed missing position update in MemoryAudioSource 2018-05-29 10:49:56 +01:00
synthesisers Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use 2018-06-26 14:06:52 +01:00
utilities Added an isActive() method to ADSR 2018-11-29 08:55:50 +00:00
juce_audio_basics.cpp Renamed juce_audio_basics/effects to juce_audio_basics/utilities 2018-11-14 14:06:25 +00:00
juce_audio_basics.h Added a simple ADSR envelope class to juce_audio_basics 2018-11-14 14:06:57 +00:00
juce_audio_basics.mm Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00