ed
|
c87879e07d
|
Re-saved all projects
|
6 years ago |
Tom Poole
|
90597f9824
|
Added AAX automation pop-up support to the plug-in demo project
|
6 years ago |
ed
|
dc9a0b39b8
|
Take the MessageManagerLock before calling Graphics::drawFittedText() in the OpenGL demo to avoid hitting an assertion
|
6 years ago |
Tom Poole
|
4448ef6a59
|
DemoRunner: Fixed a race condition on shutdown
|
6 years ago |
ed
|
4f2bbd965a
|
Re-saved all projects
|
6 years ago |
Tom Poole
|
426e122375
|
Re-saved all projects
|
6 years ago |
jules
|
ccbaf89f0e
|
Added some methods IPAddress::getAllAddresses(), IPAddress::getLocalAddress(), MACAddress::getAllAddresses()
|
7 years ago |
ed
|
9c746a4762
|
Added a couple of missing modules to the CameraDemo PIP
|
7 years ago |
ed
|
d018eb8407
|
Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs
|
7 years ago |
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
|
7 years ago |
jules
|
10d4235aaf
|
Improved performance in the MIDI i/o demo app
|
7 years ago |
jules
|
abe01671d4
|
Fixed a very old spelling mistake!(SystemStats::getCpuSpeedInMegaherz -> SystemStats::getCpuSpeedInMegahertz)
|
7 years ago |
jules
|
9da4d4131c
|
Increased shadowing warning level, and fixed a few warnings that were generated
|
7 years ago |
hogliux
|
b2ec7f07a5
|
Re-saved all projects
|
7 years ago |
hogliux
|
cf4f12a452
|
Replaced our VST2 interface headers with official VST3 SDK
|
7 years ago |
hogliux
|
7063d9a7a4
|
Re-save all Android Projects
|
7 years ago |
hogliux
|
9b2b64c0ef
|
Android: AS no longer supports armeabi. Ensure that demo projects do not use it anymore
|
7 years ago |
hogliux
|
af25a4147a
|
AudioPluginDemo now uses AudioProcessorValueTreeState to store it's parameter and ui state
|
7 years ago |
Noah Dayan
|
613f40d0c2
|
Demorunner: Fixed device manager bug in BlocksSynthDemo.h
|
7 years ago |
Tom Poole
|
a99cac4af4
|
Fixed some MIDI message descriptions in the MIDI example code
|
7 years ago |
Lukasz Kozakiewicz
|
afd28b2c57
|
Re-save all projects.
|
7 years ago |
Lukasz Kozakiewicz
|
315326477d
|
Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs.
|
7 years ago |
ed
|
4e484b2c42
|
Re-saved all projects
|
7 years ago |
ed
|
92e5631968
|
Fixed a bug in the DemoRunner on Mac causing the demo code to not be displayed
|
7 years ago |
jules
|
30f6206be9
|
Fix for compile error with JUCE_ALLOW_STATIC_NULL_VARIABLES=0
|
7 years ago |
ed
|
a5a8edd6f4
|
Re-saved all projects
|
7 years ago |
ed
|
2d79cc78c0
|
Bump version number to 5.3.2
|
7 years ago |
jules
|
8c38c6f57f
|
Marked as deprecated: String::empty, var::null, File::nonexistent, ValueTree::invalid and other problematic statically-initialised null values. Please just use the default constructor for these classes!
|
7 years ago |
hogliux
|
9dfaca4035
|
Ensured that bubble messages are also transformed in the ComponentTransforms demo
|
7 years ago |
ed
|
9343e9b279
|
Fixed an unused variable warning in DemoUtilities.h when building in release mode
|
7 years ago |
jules
|
38295f332b
|
Converted some old typedefs to using declarations
|
7 years ago |
jules
|
e2dcc32f88
|
Updated old code where the 'volatile' keyword was still being used
|
7 years ago |
Lukasz Kozakiewicz
|
772185f2b0
|
Add camera support for iOS and Android.
|
7 years ago |
Tom Poole
|
3a373cfa06
|
Increased the warning level when building DemoRunner on iOS
|
7 years ago |
ed
|
d72b58467f
|
Copy JUCE examples directories to DemoRunner resources on Mac so that they can be found when sandboxed
|
7 years ago |
ed
|
eed9fdffb0
|
Check for custom resources folder first in DemoUtilities.h createAssetInputStream() method on Mac
|
7 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
Tom Poole
|
c7c26fa9f0
|
Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms
|
7 years ago |
jules
|
f1a8e8f610
|
Fix to the MDIDemo
|
7 years ago |
ed
|
8297249558
|
Re-save DemoRunner project
|
7 years ago |
Tom Poole
|
05d5b3b611
|
Re-saved all projects
|
7 years ago |
Tom Poole
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
7 years ago |
Noah Dayan
|
2f1981ca8c
|
Re-saved all projects
|
7 years ago |
Noah Dayan
|
1a31c86f39
|
Bump version number to 5.3.1
|
7 years ago |
jules
|
d691838765
|
Tidied up a few minor coding style discrepencies
|
7 years ago |
Lukasz Kozakiewicz
|
774c1f5bed
|
Re-save all projects.
|
7 years ago |
ed
|
d669c89d7d
|
Change the DemoRunner bundle ID to com.roli.juce.demorunner
|
7 years ago |
ed
|
f44ead2408
|
Fix InAppPurchasesDemo example
|
7 years ago |
Noah Dayan
|
c9190dbc8a
|
Remove duplicate FFT demo
|
7 years ago |
Lukasz Kozakiewicz
|
1ec21354ab
|
DemoRunner: fix crash on startup on Android.
|
7 years ago |