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

8600 commits

Author SHA1 Message Date
Noah Dayan
bed0f02e54 Projucer: Cleaned up templates and added options for header and cpp file creation 2018-01-17 16:51:07 +00:00
Tom Poole
1b2e21d867 Fixed a bug with some ifdeffed VST3 code in the AudioProcessor definition 2018-01-17 15:24:05 +00:00
ed
c0c709f10b Projucer: More code cleanup 2018-01-17 14:42:58 +00:00
Noah Dayan
77c3d790a5 Added helper objects to Label and Slider to allow lambda callbacks 2018-01-17 14:31:05 +00:00
jules
5ca8427840 Minor fix for VS2017 in the MPETest project 2018-01-17 13:48:32 +00:00
ed
2d43125a95 Projucer: Cleaned up the exporter code 2018-01-17 12:48:38 +00:00
Tom Poole
646aebb77e Linux: Fixed a MIDI port read/write mixup 2018-01-17 12:14:45 +00:00
Noah Dayan
1c21f34e21 Fix typo in juce_Button.h 2018-01-17 11:53:49 +00:00
Tom Poole
aed439ab4f Linux: Fixed a leaking XWindowSystem 2018-01-17 11:49:13 +00:00
jules
415f0e4c90 Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit! 2018-01-17 11:23:12 +00:00
ed
7912349b55 Projucer: Cache preprocessor defs to reduce save time 2018-01-17 09:24:55 +00:00
jules
7d24b39f18 Cranked up the Clang warning level in the projucer, and fixed a few minor warnings 2018-01-16 17:15:06 +00:00
Tom Poole
4746337ecc Fixed a bug in the InterAppAudioEffect demo 2018-01-16 16:38:18 +00:00
jules
13cbb960f4 Fixed a warning on Android 2018-01-16 12:52:25 +00:00
jules
e2688eec0a Added methods AbstractFifo::read() and AbstractFifo::write() which return a scope-based object to make it easy to hold, release and iterate blocks of items. 2018-01-16 12:38:44 +00:00
Tom Poole
dfa94c8425 Added some documentation to the AudioProcessorValueTreeState class 2018-01-16 12:10:04 +00:00
Tom Poole
df40cad110 VST3: Pass meter values to hosted plug-ins 2018-01-16 12:02:19 +00:00
Tom Poole
56fb522185 VST3: Detect when parameters are automatable when hosting 2018-01-16 11:44:05 +00:00
Tom Poole
f876b9f5df Minor formatting fixes 2018-01-15 17:27:46 +00:00
Tom Poole
0e7c503720 Lowered the minimim supported version of clang 2018-01-15 13:00:27 +00:00
Tom Poole
7d943e76dc Tidied up some module dependencies 2018-01-15 12:20:35 +00:00
jules
2e3c8a351b Added a sleep to ChildProcess::waitForProcessToFinish() to avoid it wasting CPU 2018-01-15 12:02:20 +00:00
ed
3caca8743d Projucer: Fixed a bug when using '~' in Xcode install paths 2018-01-15 11:43:25 +00:00
Tom Poole
bdea443017 VST3: Fixed a bug setting tail lengths 2018-01-15 10:55:18 +00:00
Tom Poole
e951be4e72 Added the correct license banner to the files in the juce_analytics module 2018-01-15 09:59:17 +00:00
Tom Poole
61459ad24f Added thread safe methods for getting and setting the AudioProcessorValueTreeState state 2018-01-12 16:25:01 +00:00
ed
bb5dd6aaa6 Projucer: Fixed a typo 2018-01-12 15:48:50 +00:00
Lukasz Kozakiewicz
f2fc06b447 Android: add utility macro to log JNI references table. 2018-01-12 13:36:56 +01:00
Lukasz Kozakiewicz
6e5b6b3eb1 Android: fix JNI local references leak in JNIClassBase. 2018-01-12 13:36:48 +01:00
ed
642061a31b Projucer: Used Button::onClick to simplify some code 2018-01-12 10:44:23 +00:00
Noah Dayan
1d43cdb508 Add missing documentation to juce_AudioAppComponent.h 2018-01-12 10:27:13 +00:00
ed
0a15be729e OpenGL: Apply Component's transform when invalidating 2018-01-11 16:57:27 +00:00
Noah Dayan
61418912bc Fix documentation typo in juce_ColourSelector.h 2018-01-11 12:48:43 +00:00
jules
057bb262dd Enabled std::atomic for Android 2018-01-11 09:08:51 +00:00
jules
8d09eaadb6 Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 2018-01-11 09:08:51 +00:00
ed
e5ddf29bf9 Projucer: Removed some calls to trim() when getting the plugin and plugin manufacturer code 2018-01-11 09:06:21 +00:00
jules
1a60fa9765 More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
jules
48a5fbd333 Another batch of ScopedPointer cleanups 2018-01-10 14:49:57 +00:00
jules
5b13063162 Fixed a typo in comments 2018-01-10 11:48:06 +00:00
Tom Poole
49c36a20e0 Windows: Fixed an issue getting file icons with an alpha channel 2018-01-09 17:02:30 +00:00
jules
f9313c8338 Deprecated some old functions roundDoubleToInt and roundFloatToInt - these can both be trivially replaced by roundToInt, and should have been deprecated long ago! 2018-01-09 16:28:14 +00:00
ed
515f4846a5 OpenGL: Take a Component's transform into account when painting 2018-01-09 15:43:14 +00:00
jules
249ab04f76 fixed a typo 2018-01-09 15:27:01 +00:00
jules
7326a37795 Added some missing math constants to the Javascript parser, and a constant MathConstants::sqrt2 2018-01-09 15:15:33 +00:00
jules
78b0ab6442 A few code cleanups 2018-01-09 14:28:08 +00:00
jules
33c0940d74 Cleaned up a few more ScopedPointer uses 2018-01-09 12:22:31 +00:00
ed
3f565bf81f Re-saved all projects 2018-01-09 09:50:38 +00:00
ed
5095bea44a Projucer: Use dynamic runtime linking by default on Windows 2018-01-09 09:47:04 +00:00
jules
7429654b5e Fixed the FlexBox demo to make it update properly 2018-01-09 09:05:17 +00:00
jules
3ec5c17bb1 Misc cleanups relating to ScopedPointer 2018-01-08 18:03:26 +00:00