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_utils/gui
2018-06-13 17:11:37 +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 Tweaked the layout of MidiInputSelectorComponentListBox 2018-04-24 07:32:20 +01:00
juce_AudioDeviceSelectorComponent.h Removed some legacy friend class declarations that are no longer needed with modern compilers 2018-06-13 17:11:37 +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 Removed some legacy friend class declarations that are no longer needed with modern compilers 2018-06-13 17:11:37 +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 Removed some legacy friend class declarations that are no longer needed with modern compilers 2018-06-13 17:11:37 +01: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 Removed some legacy friend class declarations that are no longer needed with modern compilers 2018-06-13 17:11:37 +01:00
juce_BluetoothMidiDevicePairingDialogue.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_MidiKeyboardComponent.cpp Added methods to get and set the octave scroll button width to MidiKeyboardComponent 2018-05-08 09:17:57 +01:00
juce_MidiKeyboardComponent.h Fixed a typo in last commit 2018-05-08 09:22:28 +01:00