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

61 commits

Author SHA1 Message Date
jules
2c3d639d91 Introjucer: fix for RTAS path when exporting VC projects. 2013-11-26 09:38:09 +00:00
jules
63cb062d35 Initial commit of VST3 hosting. 2013-11-21 13:27:36 +00:00
jules
81435f8134 Made a few constant string arrays static to help compilers to optimise their initialisation. 2013-10-17 10:42:58 +01:00
jules
a9aae9651b Big refactoring of the introjucer's module handling - removed the global module path, and each module now stores its path for each exporter. Rewrote all the UI for downloading + updating modules. 2013-09-30 14:41:36 +01:00
jules
ddc1524742 Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jules
5601c4d189 Introjucer: Added an exporter for Code::Blocks projects 2013-03-28 21:42:21 +00:00
jules
7875fffa2a Introjucer: fixed some AAX + RTAS paths. 2013-03-26 10:16:14 +00:00
jules
d3ea70d8c4 AU name format fix. 2013-03-17 18:22:03 +00:00
jules
f68713f704 Introjucer: update to remove AUCocoaViewClassName 2013-03-06 11:04:48 +00:00
jules
4fe02d2c8d AudioUnits: eliminated the JucePlugin_AUCocoaViewClassName parameter - this is no longer needed. Also rearranged the way AUPlugInDispatch.cpp is included, to improve compatibility. (You may need to re-save your projects in the introjucer to build with these changes) 2013-03-05 21:07:45 +00:00
jules
aff0d98e4b Removed JucePlugin_TailLengthSeconds and added a getTailLengthSeconds() method to AudioProcessor instead. 2013-03-02 19:29:01 +00:00
jules
fe355dbae7 Introjucer: AAX win32 library linking. 2013-01-13 17:30:47 +00:00
jules
ddb6b969ea Introjucer: new plist format for AU plugins. 2013-01-05 15:42:05 +00:00
jules
99088bd0d7 Updated AU plugin wrapper generation to provide new factory entry points. 2013-01-03 11:28:41 +00:00
jules
234525aef9 Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer. 2012-12-27 19:56:18 +00:00
jules
e954a6558b Introjucer: More explicit control over the MSVC DLL runtime mode. 2012-12-06 16:35:06 +00:00
jules
88c0b1e512 Introjucer: Better AU plugin type setting for midi synths. 2012-12-03 18:10:59 +00:00
jules
36ce338d98 Added an AU header path. 2012-11-27 13:13:36 +00:00
jules
2c72bfac6c Reimplemented the VST hex/decimal version change. 2012-11-02 19:54:48 +00:00
jules
aa0eb1a75d Changed the VST version number to be parsed as base-10 rather than base-16. 2012-11-02 17:14:44 +00:00
jules
ab7c03a99e Introjucer: Added MSVC option for using DLL runtime lib. 2012-10-18 11:08:56 +01:00
jules
877ac3b683 Introjucer: RTAS path fix. 2012-10-10 14:18:52 +01:00
jules
6cba4c505e Added a JucePlugin_RTASDisableMultiMono setting. 2012-10-10 10:32:33 +01:00
jules
6a280720d5 Introjucr: RTAS path fix. 2012-10-05 17:30:38 +01:00
jules
128aacaccb Introjucer: added an extra search path for Xcode carbon headers. 2012-10-03 21:01:40 +01:00
jules
0640631d80 Added a JucePlugin_Version define to the audio plugin headers. 2012-10-01 10:20:33 +01:00
jules
bc259dc955 Added flag: JucePlugin_AAXDisableBypass 2012-09-28 09:23:07 +01:00
jules
d830f6c5d4 Couple of fixes for win32 AAX builds. 2012-09-26 15:46:39 +01:00
jules
06e2a667fb Introjucer: change to android manifest to improve graphics performance. Stopped alertwindows being always-on-top in plugins. 2012-09-19 18:39:57 +01:00
jules
5428554cda Added a flag to disable bypass in RTAS. 2012-09-17 13:18:11 +01:00
jules
e49c56109b Introjucer: Updated RTAS include path (on win32) 2012-08-26 09:55:16 +01:00
jules
b20b5f9276 Introjucer: fix for Xcode post-build script in audio plugin projects. 2012-07-09 11:51:09 +01:00
jules
7a1c8f61a5 RTAS build fixes. 2012-07-05 19:50:16 +01:00
jules
ead42bd39a Introjucer: Added an Xcode post-build script setting. Enlarged some of the settings page boxes, allowing multi-line text entry for some paths and preprocessor settings. Moved the modules list to its own tree-item. 2012-06-27 19:08:06 +01:00
jules
9074f68da8 Introjucer: more AAX support and some clean-ups. 2012-06-26 15:30:48 +01:00
jules
2cf53557f6 Helper class for dynamically building Obj-C classes, and conversion of internal app delegate class to use this. 2012-05-27 22:05:21 +01:00
jules
5509a4f950 Introjucer: more AAX work. 2012-05-15 17:18:34 +01:00
jules
0a9223dd36 Introjucer: minor AAX stuff. 2012-05-13 14:05:12 +01:00
jules
f110506be7 AAX work. 2012-05-11 15:24:56 +01:00
jules
a2845d8895 Introjucer: some preliminary AAX work. 2012-05-09 12:06:47 +01:00
jules
d4deecb2f2 Cleaned up a few warnings generated by clang -Wall. 2012-05-09 10:01:56 +01:00
jules
70133a94eb Introjucer: added a setting for JucePlugin_AUMainType. Added a method InputStream::getNumBytesRemaining() 2012-04-05 18:30:49 +01:00
jules
7286465f01 Introjucer RTAS fix. 2012-04-01 10:54:18 +01:00
jules
4e1a9f6526 better double comparisons for var. Fix for VS2005/VS2010 RTAS exporting. Minor GL cleanups and project updates. 2012-03-31 16:41:05 +01:00
jules
8c00299f8d Introjucer OSX RTAS fix. 2012-03-28 16:44:10 +01:00
jules
4ac3a7f39d Introjucer: another RTAS tweak. 2012-03-13 12:28:14 +00:00
jules
c1f7ca2dc0 Introjucer RTAS fix. 2012-03-12 15:49:53 +00:00
jules
b8bc80c1bf Introjucer plugin project fix. 2012-03-02 17:05:25 +00:00
jules
b69b7c7647 Made the ValueTree::getPropertyAsValue method non-const, to ensure the class behaves in a const-correct manner. Improved the Introjucer's use of const ValueTrees to enable it to write each exporter in parallel, for quicker saving. Tweaked the Identifer class to be thread-safe. 2012-02-24 17:15:58 +00:00
jules
06895cefe1 Introjucer: RTAS exporter fix. 2012-02-23 14:20:02 +00:00