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

373 commits

Author SHA1 Message Date
jules
68fdb3b2f0 Introjucer: Avoided the win32 exporter adding the /FORCE:multiple flag except when building an RTAS plugin 2016-02-16 09:43:05 +00:00
jules
82c4938ebe Deprecated theAudioProcessor::silenceInProducesSilenceOut method, which is no longer actually used by any of the plugin wrappers 2016-02-08 16:53:48 +00:00
hogliux
c518877d17 Added some comments on when to use the Introjucer "PlugIn Configuration" field 2016-02-01 16:31:26 +00:00
jules
29058d4231 Introjucer: fixed a crash if you try to create an Android VST 2016-01-07 09:53:40 +00:00
jules
c95253fad0 Cleaned out some old amalgamated build references. 2015-12-24 11:31:37 +00:00
hogliux
4fef661ada Added multi-bus support for audio plug-in clients 2015-12-16 17:58:25 +00:00
jules
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
jules
f618963530 Introjucer: Simplified VST include path generation. Resaved projects. 2015-11-24 10:46:46 +00:00
jules
89ba69ab29 Android Bluetooth MIDI, pro-audio i/o and improved openGL support 2015-11-03 10:37:52 +00:00
jules
810f2bfb2a Introjucer: Added Android Studio exporter 2015-11-02 16:13:46 +00:00
jules
3aa3ebff91 Introjucer: Added option to avoid overwriting changes to local module files 2015-11-02 16:13:45 +00:00
jules
9ff92b8002 Introjucer: tweaked whitespace in generated headers to not have an extra trailing line, and resaved all projects using it 2015-11-02 09:59:05 +00:00
jules
f8c90cebe4 Introjucer: Improved error messages when module paths are invalid 2015-10-27 12:50:52 +00:00
jules
f8bd0a3079 Introjucer: added swift as a source file type 2015-10-06 10:31:29 +01:00
jules
f23ded16c6 Minor refactoring in introjucer code. 2015-09-29 16:05:47 +01:00
jules
5fcf662375 Fixes for Introjucer in Xcode 7 2015-09-17 16:31:26 +01:00
jules
7c96b6e999 Updated various project files. 2015-09-03 15:50:06 +01:00
jules
3cad25f231 Introjucer: Fix for some Windows paths in the JuceHeader.h file 2015-09-02 17:42:13 +01:00
jules
c53b00cb21 Introjucer: changes to implementation of auto-update and a few editor tweaks. 2015-09-01 12:29:19 +01:00
jules
323bce7282 Introjucer: More avoiding of recursive project saving. 2015-08-26 16:38:52 +01:00
jules
fa0d2574e9 Introjucer: prevented recursively saving projects 2015-08-26 15:43:45 +01:00
jules
21dabf778d Introjucer: Refactored global path implementation 2015-08-20 12:46:47 +01:00
jules
4c6be5671e Introjucer: if groups are sorted, then adding new files retains the sort order. 2015-08-20 10:38:06 +01:00
Timur Doumler
cc5d194b75 Introjucer: made functions inside unnamed namespace inline to avoid multiple definitions. 2015-08-18 11:08:14 +01:00
Timur Doumler
630cb459cb Removed "Plugin AU SDK Path" from Project settings as it is not used anymore. 2015-08-18 11:03:14 +01:00
jules
2cecf92a0e Embedded the Apple CoreAudio support files inside the juce_audio_plugin module, so that users no longer need to install or patch these files themselves! 2015-08-18 10:16:25 +01:00
Timur Doumler
a362dbe6aa Fixed bug in project path settings where global values were erroneously set to project-specific values. 2015-08-13 20:42:40 +01:00
Timur Doumler
aefd5d3725 Indentation. 2015-08-13 20:42:15 +01:00
Timur Doumler
a178731a95 refactoring: put initialisation of dependency path values into the individual exporters, called from their constructors. 2015-08-13 17:47:01 +01:00
Timur Doumler
7ea0ab19fd Refactoring: moved getVST/AAX/RTASFolder() into Exporter so it can use a DependencyPathValueSource instead of the project setting. 2015-08-13 15:13:33 +01:00
Timur Doumler
f4c91eca99 Fixed exporting global/fallback path settings for Android exporter by moving Android SDK/NDK DependencyPathValueSource ownership into the project. 2015-08-13 14:47:24 +01:00
Timur Doumler
af9762885b Refactoring: moved isValidPath() check to the DependencyPathValueSource, to make the DependencyPathPropertyComponent responsible for GUI only. 2015-08-13 12:53:22 +01:00
Timur Doumler
d9cd459032 Moved dependency path key strings into better location (DependencyPath utility class) 2015-08-13 11:08:03 +01:00
Timur Doumler
abf5cb18d5 Introjucer: avoided Visual Studio 2015 warning. 2015-08-12 15:30:10 +01:00
Timur Doumler
c922162b03 Introjucer: added global preferences window and global SDK path settings. 2015-08-11 18:17:23 +01:00
jules
e12b3ed774 Fixed an old but harmess typo in the introjucer that was using slightly odd names in the project file. 2015-08-06 19:31:16 +01:00
Timur Doumler
dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 2015-07-23 15:57:18 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
jules
dab1a549b9 Introjucer: some internal refactoring. 2015-07-02 14:47:22 +01:00
jules
26143d5034 Introjucer: added a better browser for module paths 2015-06-21 19:47:48 +01:00
jules
b0ca99d26b Introjucer: made the modules panel update when the filename is edited 2015-06-21 19:26:26 +01:00
jules
e179df3e2c Introjucer: Fix to linux VST makefile flag generation. 2015-05-25 12:53:04 +01:00
jules
43ce64a099 Introjucer: refactored some functions and made it add "--no-undefined" to linux VST makefile linker settings. 2015-05-22 11:27:01 +01:00
jules
3e5b15a8e3 Introjucer: fix for menu glitch when clicking "save and open" button in dual iOS/OSX projects. 2015-05-22 10:56:37 +01:00
jules
1952ed195e Whitespace 2015-05-05 12:19:52 +01:00
jules
0860061fd9 Introjucer: made it possible to use relative paths for AU SDK includes 2015-05-05 12:11:19 +01:00
Timur Doumler
898e3c3796 Introjucer: added Linux Code::Blocks project export. 2015-05-05 11:16:44 +01:00
jules
9da6f51439 Introjucer: added a field for setting the plugin AudioUnit SDK path. 2015-03-24 17:52:21 +00:00
jules
bbc3a56b84 Introjucer: added module option flags for OSXLibs and iOSLibs 2015-03-02 14:54:57 +00:00
jules
6bc4d7627f Modified the ValueTree::Listener::valueTreeChildRemoved() and ValueTree::Listener::valueTreeChildOrderChanged() methods to include some extra parameters that give more detailed info about exactly what changed. 2015-02-25 17:38:22 +00:00