1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/modules/juce_audio_utils/gui
2018-04-23 09:10:13 +01:00
..
juce_AudioAppComponent.cpp Try to re-use the current selected audio device if sharing an AudioDeviceManager with an AudioAppComponent 2018-03-13 15:45:42 +00:00
juce_AudioAppComponent.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_AudioDeviceSelectorComponent.cpp Fixed a layout bug in MidiInputSelectorComponentListBox 2018-04-23 09:10:13 +01:00
juce_AudioDeviceSelectorComponent.h Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_AudioThumbnail.cpp Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_AudioThumbnail.h Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_AudioThumbnailBase.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_AudioThumbnailCache.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
juce_AudioThumbnailCache.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_AudioVisualiserComponent.cpp Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef) 2017-10-30 14:52:47 +00:00
juce_AudioVisualiserComponent.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_BluetoothMidiDevicePairingDialogue.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_MidiKeyboardComponent.cpp More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
juce_MidiKeyboardComponent.h Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00