1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

593 commits

Author SHA1 Message Date
ed
08928231af Re-saved all projects 2018-11-06 14:03:15 +00:00
ed
0b8fcc7a15 Bump version number to 5.4.0 2018-11-06 12:50:21 +00:00
Tom Poole
37f0fdd0fa Re-saved all projects 2018-11-05 17:14:45 +00:00
ed
2593d5e264 Re-saved all projects 2018-11-02 14:35:08 +00:00
ed
b349b7f4d9 Re-saved all projects 2018-11-01 17:55:43 +00:00
jules
2666842fa5 Used the shared posix networking code for Android where the target SDK supports it 2018-10-23 17:34:23 +01:00
Tom Poole
a3566b8c1e Removed the embedded VST2 SDK 2018-10-23 16:00:43 +01:00
Tom Poole
42c8c2e26d Fixed some dangling listeners in the BLOCKS demos 2018-10-18 14:06:40 +01:00
jules
723b18a149 Updated projects 2018-10-18 12:16:36 +01:00
ed
92ab11e31c Re-saved all projects 2018-10-17 12:50:26 +01:00
reuk
1f63493031 Allowed an AudioProcessorValueTreeState to manage RangedAudioParameter subclasses 2018-10-15 17:25:35 +01:00
jules
768139a298 Added some free functions to help make XML parsing less verbose: parseXML() 2018-10-15 16:08:25 +01:00
Tom Poole
3a2be25b9b Fixed a bug in AudioPluginDemo 2018-10-11 10:47:49 +01:00
jules
359132ed55 More zero -> nullptr fixes 2018-10-09 11:42:55 +01:00
ed
04b0d05b31 Re-saved all projects 2018-10-09 10:07:40 +01:00
Tom Poole
38fbecf9c3 MacOS: Added NSMicrophoneUsageDescription and NSCameraUsageDescription to the plist 2018-10-08 12:09:36 +01:00
ed
a44d3d7bb2 Re-saved all projects 2018-10-08 10:27:43 +01:00
jules
302019dd43 Tidied up some comments and usage of File::createOutputStream() and createInputStream() 2018-10-04 11:29:55 +01:00
Tom Poole
bedff61983 Added detection for some AVX512 features 2018-10-04 09:53:20 +01:00
Tom Poole
8ee55994fa Re-saved all projects 2018-09-20 15:25:05 +01:00
Tom Poole
7624e3f61b Re-saved all projects 2018-09-20 15:17:28 +01:00
jules
93ea3d922f Added class AudioProcessLoadMeasurer, and a new version of the method AudioDeviceManager::getAudioDeviceSetup() 2018-09-10 11:46:47 +01:00
ed
696f26dea0 Re-saved all projects 2018-09-07 14:35:03 +01:00
Tom Poole
52d226fe72 Enabled additional VS warnings for some projects 2018-08-24 09:40:18 +01:00
ed
fbb592034f Removed unsupported exporters from the CodeEditorDemo and VideoDemo and added compiler errors when trying to build on unsupported platforms 2018-08-22 11:16:32 +01:00
ed
3638995f8b Re-saved all projects 2018-08-21 14:26:31 +01:00
Tom Poole
0e1722e387 Multiple spelling fixes 2018-08-20 18:16:24 +01:00
ed
c87879e07d Re-saved all projects 2018-08-10 16:38:21 +01:00
Tom Poole
90597f9824 Added AAX automation pop-up support to the plug-in demo project 2018-08-07 12:05:34 +01:00
ed
dc9a0b39b8 Take the MessageManagerLock before calling Graphics::drawFittedText() in the OpenGL demo to avoid hitting an assertion 2018-07-24 09:26:58 +01:00
Tom Poole
4448ef6a59 DemoRunner: Fixed a race condition on shutdown 2018-07-11 13:56:47 +01:00
ed
4f2bbd965a Re-saved all projects 2018-07-11 08:58:31 +01:00
Tom Poole
426e122375 Re-saved all projects 2018-07-10 15:09:15 +01:00
jules
ccbaf89f0e Added some methods IPAddress::getAllAddresses(), IPAddress::getLocalAddress(), MACAddress::getAllAddresses() 2018-07-04 17:17:18 +01:00
ed
9c746a4762 Added a couple of missing modules to the CameraDemo PIP 2018-06-27 15:08:59 +01:00
ed
d018eb8407 Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs 2018-06-27 11:37:27 +01:00
jules
49aa9c9db4 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
jules
10d4235aaf Improved performance in the MIDI i/o demo app 2018-06-22 08:22:28 +01:00
jules
abe01671d4 Fixed a very old spelling mistake!(SystemStats::getCpuSpeedInMegaherz -> SystemStats::getCpuSpeedInMegahertz) 2018-06-18 17:11:12 +01:00
jules
9da4d4131c Increased shadowing warning level, and fixed a few warnings that were generated 2018-06-14 14:54:32 +01:00
hogliux
b2ec7f07a5 Re-saved all projects 2018-06-11 12:49:36 +01:00
hogliux
cf4f12a452 Replaced our VST2 interface headers with official VST3 SDK 2018-06-11 12:49:35 +01:00
hogliux
7063d9a7a4 Re-save all Android Projects 2018-06-11 12:42:37 +01:00
hogliux
9b2b64c0ef Android: AS no longer supports armeabi. Ensure that demo projects do not use it anymore 2018-06-11 12:40:37 +01:00
hogliux
af25a4147a AudioPluginDemo now uses AudioProcessorValueTreeState to store it's parameter and ui state 2018-06-04 16:58:11 +01:00
Noah Dayan
613f40d0c2 Demorunner: Fixed device manager bug in BlocksSynthDemo.h 2018-05-25 11:42:00 +01:00
Tom Poole
a99cac4af4 Fixed some MIDI message descriptions in the MIDI example code 2018-05-17 12:02:37 +01:00
Lukasz Kozakiewicz
afd28b2c57 Re-save all projects. 2018-05-16 10:12:43 +01:00
Lukasz Kozakiewicz
315326477d Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs. 2018-05-14 18:15:06 +01:00
ed
4e484b2c42 Re-saved all projects 2018-05-10 17:02:05 +01:00