1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
Commit graph

100 commits

Author SHA1 Message Date
Tom Poole
a4bd6cbc66 Fixed some more Linux compiler warnings 2019-06-06 10:25:19 +01:00
Tom Poole
16dd26649a Fixed some GCC compiler warnings and removed deprecated functions 2019-06-04 16:48:44 +01:00
ed
314ef13a63 Added a VS2019 exporter to all example PIPs 2019-04-15 14:28:36 +01:00
Tom Poole
4751e9d41a Added a new templated SmoothedValue class 2019-02-19 09:38:04 +00:00
reuk
b8278cec0e LinearSmoothedValue: Added some helpful member functions and deprecated setValue 2019-02-13 19:00:21 +00:00
jules
da2b10ada6 Got rid of some methods which had inexplicably ended up marked both 'virtual' and 'override'. 2019-01-18 09:09:06 +00:00
Tom Poole
42c8c2e26d Fixed some dangling listeners in the BLOCKS demos 2018-10-18 14:06:40 +01:00
ed
d018eb8407 Enable the JUCE_STRICT_REFCOUNTEDPOINTER flag for all new projects and PIPs 2018-06-27 11:37:27 +01:00
Noah Dayan
613f40d0c2 Demorunner: Fixed device manager bug in BlocksSynthDemo.h 2018-05-25 11:42:00 +01:00
Tom Poole
3a373cfa06 Increased the warning level when building DemoRunner on iOS 2018-04-23 17:50:04 +01:00
jules
7bc75e24c1 Increased the Xcode warning level for some demo code and fixed resulting warnings 2018-04-05 16:38:20 +01:00
hogliux
f5db5faff6 Update the BLOCKS SDK and its documentation 2018-03-28 14:46:08 +01:00
Tom Poole
77128db335 Capitalised the PIP vendor field for the examples 2018-03-26 09:58:54 +01:00
ed
5507801dfd Add all PIP examples 2018-03-15 12:10:34 +00:00
ed
86baa28689 Remove all projects in examples 2018-03-15 12:10:34 +00:00
ed
81dd80f231 Re-saved all projects 2018-03-13 09:00:18 +00:00
Lukasz Kozakiewicz
ddc7dbfd4f Re-saved all projects. 2018-03-02 11:48:37 +00:00
ed
8421e62e3a Re-saved all projects 2018-02-08 15:42:58 +00:00
ed
abaedc0534 Re-saved all projects 2018-02-08 11:01:53 +00:00
ed
3f565bf81f Re-saved all projects 2018-01-09 09:50:38 +00:00
ed
3664575ef1 Update all examples and extras projects to use new Projucer defaults 2018-01-08 15:54:05 +00:00
ed
12bad3008b Re-saved all projects 2018-01-05 17:24:59 +00:00
jules
3dd94b7341 resaved projects 2018-01-03 12:27:13 +00:00
Lukasz Kozakiewicz
36da4cde05 Add native content sharing support for iOS and Android 2017-12-11 16:08:01 +00:00
jules
d0111a4f96 Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 2017-12-06 11:16:22 +00:00
jules
f85d706131 Some minor formatting and comment fixes 2017-11-28 17:46:15 +00:00
jules
a586966c65 Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 2017-11-28 16:18:40 +00:00
Lukasz Kozakiewicz
fd6b7de444 Re-saved all projects. 2017-11-22 14:25:18 +01:00
hogliux
8fd62040fb Re-saved all projects 2017-11-20 10:57:48 +00:00
Lukasz Kozakiewicz
ff1ba93a1b Re-saved all projects 2017-11-07 20:06:17 +01:00
tpoole
f1039cb507 Re-saved all projects 2017-11-06 16:30:15 +00:00
jules
aecb819985 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
ed
67fd58c796 Re-saved all projects 2017-10-27 10:41:18 +01:00
ed
f1f2a34d04 Set the C++ language standard of all JUCE projects to C++14 2017-10-27 09:56:45 +01:00
ed
b115071bb5 Re-saved all projects 2017-10-25 12:12:10 +01:00
tpoole
1bd5292323 Resaved all projects 2017-10-23 15:12:58 +01:00
Lukasz Kozakiewicz
fc231a862f Re-save all projects. 2017-10-23 09:54:16 +02:00
Lukasz Kozakiewicz
f6c74afc77 Resaved all projects. 2017-10-17 17:42:04 +02:00
jules
ff99aec1ab Converted some old uses of non-C++ maths functions to their std equivalents 2017-10-09 17:45:44 +01:00
tpoole
9fc21a8d5a Re-saved all projects 2017-09-18 15:05:30 +01:00
hogliux
cfdd849b66 Re-saved all projects 2017-08-24 10:44:57 +01:00
hogliux
6d49b9d99c Re-saved all projects 2017-08-02 18:36:10 +01:00
hogliux
04f459b22e Re-saved all projects 2017-07-27 12:39:30 +01:00
tpoole
9f9f815208 Resaved all projects 2017-07-24 18:06:32 +01:00
tpoole
9649dde424 Resaved all projects 2017-07-24 15:15:06 +01:00
jules
2fdf9d377f Resaved example projects 2017-06-30 16:14:50 +01:00
tpoole
c288c94c29 Resaved all projects 2017-06-29 16:14:54 +01:00
tpoole
d525bb49e1 Resaved all projects 2017-06-14 15:59:20 +01:00
ed
319ca33637 BLOCKS: Some code cleanup and modernisation in BlocksDrawing 2017-06-13 12:48:21 +01:00
ed
543711d92f BLOCKS: Updated the BlocksSynth example 2017-06-12 17:33:26 +01:00