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

95 commits

Author SHA1 Message Date
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
jules
baab7546f4 Replaced some uses of the now-deprecated AudioProcessor::getTotalNumInputChannels() 2015-12-23 09:43:10 +00:00
hogliux
f9be90f52b Bump introjucer version number 2015-12-16 18:40:59 +00:00
hogliux
4fef661ada Added multi-bus support for audio plug-in clients 2015-12-16 17:58:25 +00:00
hogliux
fc32cda3c1 Bump the Introjucer version number to 4.0.2 and re-save the project 2015-11-17 17:57:02 +00:00
jules
d06fc22369 Pimped the demo app with some new images 2015-11-04 12:14:08 +00:00
jules
2d51b7d315 Bumped the Introjucer version number 2015-11-03 11:07:08 +00:00
jules
810f2bfb2a Introjucer: Added Android Studio exporter 2015-11-02 16:13:46 +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
Timur Doumler
327d1ba187 Introjucer: disabled generation of deprecated Parameter getter/setter method overrides when creating a new Audio Plug-In. 2015-08-18 12:01:03 +01:00
Timur Doumler
c3f8588095 Re-saved Introjucer.jucer. 2015-08-03 17:41:09 +01:00
jules
861d3d9710 Version 3.2.0 2015-07-22 19:48:35 +01:00
hogliux
c4d0270f5d Resaved project files. 2015-07-22 16:58:25 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
hogliux
0e7729590f Add release notes text field to Introjucer's auto-updater dialog. Minor auto-updater infrastructure updates and code refactoring. 2015-07-22 12:53:22 +01:00
hogliux
c2c0795aea Add https/SSL support for Linux (via libcurl) 2015-07-15 10:58:08 +01:00
jules
ff68742e1e Introjucer: Updated the script that installs plugins to make sure it creates missing folders before copying the files to them 2015-06-30 17:20:27 +01:00
hogliux
fcb8735dfc Re-save all Introjucer projects with newest introjucer version 2015-04-20 15:49:43 +01:00
Timur Doumler
b7f77590ff Fixed problem in Introjucer where a newly created audio app would produce howling feedback because the audio buffer did not get cleared. 2015-04-20 11:45:26 +01:00
jules
699c5a9109 Added a [Constructor_pre] section to introjucer GUI component files. 2015-03-24 16:17:35 +00:00
jules
12771a9f56 Updated introjucer version number 2014-12-17 10:56:31 +00:00
jules
fefceaf20d Introjucer: fixed the list of exporter types 2014-11-19 14:26:39 +02:00
Felix Faire
02c95c45d4 Updated Icon Design and Binary Data 2014-11-13 11:29:16 +00:00
Felix Faire
6ef34798cc Modules folder combo box, Introducer Wizard 2014-11-12 13:22:09 +00:00
Felix Faire
fb319467bd OpenGL Example (unrefined) 2014-11-11 16:11:25 +00:00
jules
4c87324e86 Added blank project and made examples button work 2014-11-05 16:42:42 +00:00
jules
43fa10b12f More template cleanups 2014-11-04 17:36:59 +00:00
jules
46547bf8d6 More introjucer cleanup 2014-11-04 12:27:57 +00:00
jules
b9fe4d5811 Merged new demo code + tidied a few bits and pieces. 2014-11-04 11:03:34 +00:00
jules
03da8fb4ba Merge remote-tracking branch 'gh/master' into develop 2014-11-04 10:12:56 +00:00
jules
795d4fe4dd Introjucer: updated the Xcode plugin installer script to preserve symlinks for AAX. 2014-11-02 20:14:45 +00:00
Felix Faire
04ea934f00 Added OpenGLAppTemplate 2014-10-30 16:14:59 +00:00
Felix Faire
06b9bdefb6 Added AudioComponentTemplate 2014-10-30 11:16:51 +00:00
Felix Faire
ff6520a89a Added Animated App template and examples 2014-10-29 15:55:23 +00:00
jules
03a8f3987e Added new wizard types 2014-10-22 11:55:48 +01:00
jules
5ba9d83209 Implemented exporter creation in new project wizard 2014-10-21 16:03:18 +01:00
jules
80214e458c First version of new introjucer templates page 2014-10-20 14:58:01 +01:00
jules
b61af93f1a Couple of tweaks to the introjucer new project template. 2014-10-01 11:08:54 +01:00
jules
85e7ccd8be Updated some dusty code in the introjucer templates for a new plugin project. 2014-09-29 16:30:48 +01:00
jules
7671e6a350 Fix for the program count in the introjucer-generated template plugin. 2014-09-29 14:46:57 +01:00
jules
ee9531dd53 Introjucer: added a JUCE_DONT_DECLARE_PROJECTINFO guard flag around the auto-generated ProjectInfo namespace, in case you need to avoid declaring it for some reason. 2014-08-28 16:53:58 +01:00
jules
a323d4d797 Clarified the example code that's generated in the plugin template process method. 2014-08-19 15:37:00 +01:00
jules
897c3c8044 Introjucer: correctly setting the JucePlugin_ManufacturerEmail macro. 2014-04-05 14:53:32 +01:00
jules
fa21d2ac02 Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 2014-03-24 14:39:32 +00:00
jules
4fe7240eb2 Initial version of VST3 plugin support. 2014-02-05 16:20:57 +00:00
jules
fb2a5fc857 Updates to introjucer for VST3 targets. 2014-02-04 15:54:15 +00:00
jules
45b49f84d1 Introjucer: moved the definition of a BinaryData constant into the header file. 2014-01-05 16:42:37 +00:00
jules
9bba8bae5e Introjucer: added a header-guard to the binarydata files that are generated 2013-12-11 21:33:03 +00:00
jules
be461fa03c Very cool new feature: JUCE_LIVE_CONSTANT. See the macro's description for more details. 2013-12-03 13:44:15 +00:00
jules
342684a4c2 Introjucer: extended the binary data format to include a list of the filenames of all the resources. 2013-09-30 15:39:00 +01:00