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

6099 commits

Author SHA1 Message Date
Timur Doumler
b6261b9702 .gitignore: added JUCECompileEngine.dylib to ignored files in case it is located at the default recommended location. 2016-04-11 11:34:51 +01:00
jules
fb864a5cb1 Corrected some spelling mistakes in comments 2016-04-11 11:13:44 +01:00
jules
7d178feb0c (Fixed mistake in last commit) 2016-04-08 16:20:56 +01:00
jules
32178f4a1f Tidied up some AUv3 code 2016-04-08 16:07:25 +01:00
jules
5049babe51 Projucer: Fixed a typo that prevented the OSXLibs setting working 2016-04-08 15:20:24 +01:00
jules
15f47892d3 Projucer: Added a sanity-check to prevent compilation if some module paths are broken 2016-04-08 11:46:46 +01:00
jules
23b1d89219 Projucer: made the login form remember the last username 2016-04-08 11:06:34 +01:00
jules
bc58656153 Projucer: made build panel UI update when signing out 2016-04-08 11:02:58 +01:00
jules
1182aecf00 Improved a comment 2016-04-08 10:32:57 +01:00
jules
c34f13a02d Fixed a linkage problem in some release plugin builds 2016-04-08 10:00:27 +01:00
Timur Doumler
26d6cb9c5b Fixed a few integer conversion warnings. 2016-04-07 15:46:25 +01:00
jules
17e2acb9fd Fixed a couple of AUv3 bugs 2016-04-07 10:25:20 +01:00
Timur Doumler
9dda8452b3 Changed Projucer deployment target to 10.9 in Debug config (was 'default') and re-saved. 2016-04-07 10:22:57 +01:00
hogliux
63ef9c1bfd Fix compilation errors in AU format when compiling for older OS targets 2016-04-07 10:01:52 +01:00
hogliux
cdeb0b5c87 Undo removal of setNumThreads in plug-in scanner 2016-04-07 10:01:52 +01:00
hogliux
44359cb429 Fix missing std::nullptr defines 2016-04-07 10:01:52 +01:00
Timur Doumler
24f05c405a Whitespace. 2016-04-07 09:26:03 +01:00
Timur Doumler
9066ed4d59 Projucer: fixed unreachable code warning in ProjectContentComponent::createBuildTab. 2016-04-07 09:24:30 +01:00
Timur Doumler
c77fea91f6 Projucer Visual Studio: switched to default platform toolset without Windows XP compatibility and re-saved. 2016-04-07 09:08:06 +01:00
Timur Doumler
70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00
jules
9eb54629f2 Refactored some StreamingSocket connection code to iterate addresses and clean up failed handles 2016-04-05 10:18:57 +01:00
jules
22215d8279 Improved the performance of the HomeopathicStack class by diluting it from the codebase. If you need to use this class, please use the imprint of its memory in the GIT history. 2016-04-04 09:37:31 +01:00
jules
46dc76f993 Improved a comment 2016-04-04 09:35:34 +01:00
jules
118e872bf2 Added new class: HomeopathicStack 2016-04-01 08:59:03 +01:00
Timur Doumler
3933008476 Android Studio exporter: updated default gradle wrapper version to newest one 0.7.0-alpha4 2016-03-31 18:14:08 +01:00
Timur Doumler
132c1305f9 Android Ant exporter: updated default toolchain version to gcc 4.9 2016-03-31 17:38:48 +01:00
jules
dfc4428af6 Avoided a problem in DirectShowComponent that caused crashes in error cases. 2016-03-31 10:06:33 +01:00
jules
6e455aa1cb Fixed minor comment typo 2016-03-29 17:49:26 +01:00
jules
2549222b9d Avoided another minor VST3 warning 2016-03-29 11:03:02 +01:00
jules
2ffaafeeb5 Avoided a couple of warnings in VST3 code 2016-03-28 17:54:16 +01:00
Timur Doumler
86aacef11e MPE: changed default initial pressure for new notes to 0 if no pressure messages have been received before the note-on; removed virtual functions getInitialPitchbend/Pressure/TimbreForNoteOn as they are confusing and the default behaviour is reasonable. 2016-03-23 23:44:19 +01:00
jules
6a66ff75bb Added NamedValueSet::isEmpty() 2016-03-23 08:25:12 +00:00
jules
ed067801eb Tidied up some demo code 2016-03-23 08:07:28 +00:00
jules
af660278d7 Removed a malfunctioning method in CharPointer_ASCII 2016-03-22 15:22:33 +00:00
jules
db152f618b Added a workaround to the host demo app to avoid subtle event-loop problems with certain plugins on OSX. 2016-03-21 09:42:51 +00:00
jules
a5ec538596 Added a couple of methods to LinearSmoothedValue 2016-03-21 09:12:36 +00:00
Timur Doumler
09be38bc46 Added isEmpty() method to OwnedArray. 2016-03-20 22:16:03 +01:00
hogliux
7cecc7edfb Add automation support for VST3 bypass 2016-03-20 13:09:00 +00:00
Timur Doumler
e30464b210 Reverted: Added a missing include in juce_android_RuntimePermissions.cpp (the relevant compile error was already fixed by commit 2ecbe54c in a better way). 2016-03-18 16:35:17 +00:00
Timur Doumler
4203f58548 Added a missing include in juce_android_RuntimePermissions.cpp. 2016-03-18 16:15:50 +00:00
Timur Doumler
74447991ec Fixed various compile errors due to rename of empty() to isEmpty(). 2016-03-18 16:01:01 +00:00
Timur Doumler
50224491d4 OSCMessage, OSCBundle: renamed empty() to isEmpty() for consistency with all other JUCE containers. 2016-03-18 16:00:30 +00:00
Timur Doumler
4d41bdd7c9 Minor cleanup: removed superfluous semicolon after a member function definition. 2016-03-18 14:41:02 +00:00
Timur Doumler
c088396210 Introjucer Xcode exporter cleanup: no need to add UIBackgroundModes array to the plist if it is empty. 2016-03-18 14:39:35 +00:00
Timur Doumler
17497122e4 Consistency fix: renamed Array::empty() to Array::isEmpty() and added a method isEmpty() to all container classes which didn't have it yet. 2016-03-18 14:38:12 +00:00
Timur Doumler
a694a66739 Android: fixed bug in Java code that caused compiler errors on API Level 21. 2016-03-18 14:26:35 +00:00
Timur Doumler
4c3ef3936d Fixed a compile error when building for 32-bit OS X with JUCE_SUPPORT_CARBON enabled. 2016-03-18 12:42:18 +00:00
jules
2ecbe54c45 Added an include of <memory> for the android build 2016-03-18 10:41:30 +00:00
jules
8653a97ede Avoided a false-positive in File::isOnHardDisk() with unplugged network drives 2016-03-18 09:58:29 +00:00
jules
64e702bcea Added some minor comments 2016-03-17 09:14:46 +00:00