ed
313e677904
Added equality operators to MPEZoneLayout::Zone
7 years ago
hogliux
3724a52ac8
FileBrowserComponents and non-native FileChoosers will now correctly respect the initialFileOrDirectory parameter and actually select the file (if initialFileOrDirectory points to a file)
7 years ago
Lukasz Kozakiewicz
72116171cc
Android: rework back button handling to catch also programmatic requests.
7 years ago
Lukasz Kozakiewicz
8dd4e55557
Android: add a couple of JNI classes definitions.
7 years ago
Lukasz Kozakiewicz
0bc498e913
Projucer: add option to customise activity base class in Android exporter.
7 years ago
ed
6ca97fc897
Updated JUCE's MPE classes to comply with the new MMA-adopted specification
7 years ago
ed
aa01a84ed5
Added MidiMessage::isResetAllControllers() method
7 years ago
ed
fa0f7a4281
Bump version number to 5.2.1
7 years ago
hogliux
f73fc41af1
DSP: Various improvements to the convolution engine (see commit message for more info)
* The stereo option now works like in most guitar amplifier simulations : whatever the number of channels in the process function, or defined in the prepare function, the parameter "wantsStereo" allows the class to do all the time mono or stereo processing
* Fixed a few issues when the user tries to change the normalization or trimming option without changing the impulse response itself
* Reduced memory consumption in various places
* Various improvements to the documentation
7 years ago
Tom Poole
1dc62a397c
Made the AudioProcessorValueTreeState more efficient when loading partial ValueTrees
7 years ago
hogliux
98edbad0b1
VST3: Added support for loading VST3 preset files via a new method VST3PluginFormat::setStateFromVSTPresetFile
7 years ago
jules
e1f57f64da
Optimised a couple of places in the software/GL render engines where copies of RectangleLists could be avoided
7 years ago
ed
1355e1d1f3
Added a clearRecentFilesNatively() method to RecentlyOpenedFilesList
7 years ago
jules
c6edf39d1d
(fixed a typo in the last commit)
7 years ago
jules
ecbc07b855
Prevvented ComponentPeer from trying to send the keyboard focus to components that don't want it
7 years ago
hogliux
506425fdbe
macOS: Fixed an issue where the native file chooser's Edit menu would not be deleted after it completed
7 years ago
ed
19ae4c884b
Added operator!= to AudioDeviceManager::AudioDeviceSetup
7 years ago
ed
7fa708df28
Added a get() method to LiveValue and call it in the JUCE_LIVE_CONSTANT macro
7 years ago
hogliux
0fae9341c8
Android: Ensured that JUCE will always use the high-performance audio path if the device supports it and that increasing the buffer size will more effectively reduce glitchess
7 years ago
hogliux
d8d2f5d0f4
Added new SystemStats::getDeviceManufacturer()
7 years ago
Tom Poole
59d260c809
AUv3: Fixed an issue when destructing an AUv3 on a non-message thread
7 years ago
ed
1af959a423
Implemented changeToggleButtonWidthToFitText() in LookAndFeel_V4 and updated LookAndFeel_V2 to calculate width more accurately
7 years ago
jules
fb43fbb37f
Fix for CoreGraphics clipping to zero-winding paths
7 years ago
jules
942af1f022
Removed a couple of places where ancient 3rd party library code still used the register keyword
7 years ago
ed
87c973e191
Update the documentation of Time::formatted to have correct second range
7 years ago
jules
6ee9030e37
Fixed an edge-case in String::compareNatural
7 years ago
jules
56a6bf06cd
Fixed Drawable clip-paths not being copied correctly
7 years ago
jules
5a6f33b987
Added some missing types to the ValueTree::Iterator class
7 years ago
Tom Poole
0a3da44f07
AU: Fixed a bug setting default values for discrete parameters
7 years ago
ed
1bcc427484
Fixed a bug in TracktionMarketplaceStatus::readReplyFromWebserver() that would cause it to fail if all the data was not read at once
7 years ago
dimitriroli
80224cafae
Make setPlayHead in AudioProcessorGraph thread safe
7 years ago
Tom Poole
3c0d634b4f
AUv3: Improved the host-provided parameter views
7 years ago
ed
c24c06d2bb
Windows: Remove an old check that occurred when a WM_NCPAINT message was received and always call handlePaintMessage() instead
7 years ago
Lukasz Kozakiewicz
c4ebfcd735
Re-saved all projects.
7 years ago
Lukasz Kozakiewicz
c90835eafc
Android: do quit the app when calling JUCEApplicationBase::quit(), rather than just placing it in the background (same as on iOS).
7 years ago
Lukasz Kozakiewicz
3237d50f0e
Android: fix crash when calling juce::JUCEApplicationBase::quit().
7 years ago
jules
4955271ce0
Added some move constructors for MidiFile, and tidied-up its internals a bit
7 years ago
jules
bb5bbf32a9
Added options to PluginListComponent and PluginDirectoryScanner to allow scanning of a specific set of files
7 years ago
jules
f71df8704a
Added an AudioBlock::multiply() overload for LinearSmoothedValue
7 years ago
Noah Dayan
315fb7cdc7
Added documentation to enums in the Blocks module
7 years ago
jules
77e94d905b
BLOCKS API: avoided empty block versions overwriting previously valid ones
7 years ago
Tom Poole
8c0f0815f0
iOS: Added memory warning callbacks
7 years ago
Tom Poole
57a75bc990
MacOS: Fixed an intermittent crash when closing a window from kiosk mode
7 years ago
ed
6dcc41c9a8
Fixed a bug in AlertWindow layouts when using LookAndFeel_V4
7 years ago
Noah Dayan
365507d7fd
Fixed typo in juce_SIMDRegister.h
7 years ago
Tom Poole
224d0a9325
Fixed a bug setting the number of decimal places in a String
7 years ago
Tom Poole
50ff2c5bc3
AAX: Removed an unused variable
7 years ago
Noah Dayan
6fd3e9cd2f
Add documentation to juce_MPENote.h
7 years ago
Noah Dayan
98f1998477
Fix enum documentation in juce_MPEInstrument.h
7 years ago
Noah Dayan
3656cbd4cf
Fix documentation error in juce_MPEInstrument.h
7 years ago