This website requires JavaScript.
Explore
Help
Sign in
mirror
/
JUCE
Watch
1
Star
0
Fork
You've already forked JUCE
0
mirror of
https://github.com/juce-framework/JUCE.git
synced
2026-01-10 23:44:24 +00:00
Code
Activity
49aa9c9db4
JUCE
/
examples
History
Download ZIP
Download TAR.GZ
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
..
Assets
Fixed an unused variable warning in DemoUtilities.h when building in release mode
2018-05-08 12:51:31 +01:00
Audio
Improved performance in the MIDI i/o demo app
2018-06-22 08:22:28 +01:00
BLOCKS
Demorunner: Fixed device manager bug in BlocksSynthDemo.h
2018-05-25 11:42:00 +01:00
DemoRunner
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
DSP
Replaced all usage of ScopedPointer with std::unique_ptr
2018-04-19 20:27:47 +01:00
GUI
Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs.
2018-05-14 18:15:06 +01:00
Plugins
Fixed a very old spelling mistake!(SystemStats::getCpuSpeedInMegaherz -> SystemStats::getCpuSpeedInMegahertz)
2018-06-18 17:11:12 +01:00
Utilities
Fixed a very old spelling mistake!(SystemStats::getCpuSpeedInMegaherz -> SystemStats::getCpuSpeedInMegahertz)
2018-06-18 17:11:12 +01:00