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

59 commits

Author SHA1 Message Date
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
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
jules
8980ed2b9c module selection fixes 2014-11-12 15:50:03 +00:00
jules
48d468ddb3 Renamed some files to try to get their case right 2014-11-12 15:13:04 +00:00
jules
a2af265793 Renamed some files to try to get their case right 2014-11-12 15:12:14 +00:00
Felix Faire
fb319467bd OpenGL Example (unrefined) 2014-11-11 16:11:25 +00:00
jules
3a33b4bf49 removed file with wrong case 2014-11-05 17:25:33 +00:00
jules
6b3d7fc02a updated comment 2014-11-05 17:09:48 +00:00
jules
a4e437d0df Changed a few default window sizes 2014-11-05 12:35:55 +00:00
jules
43fa10b12f More template cleanups 2014-11-04 17:36:59 +00:00
jules
efb30265da More cleanups 2014-11-04 15:59:20 +00:00
jules
ab63ac4e0d More example cleanups. 2014-11-04 13:21:37 +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
c81ee3b5be Added AudioAppExample file in examples 2014-10-30 12:59:58 +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
a323d4d797 Clarified the example code that's generated in the plugin template process method. 2014-08-19 15:37:00 +01:00
jules
bc2f908c9c Added 'override' keywords to some introjucer template files 2014-03-31 10:07:55 +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
97ed2ac915 Introjucer: code editor popup menu helper function to insert a new class declaration. 2013-04-22 16:18:35 +01:00
jules
35d695d123 Introjucer: fix for AU build script. 2013-04-03 18:07:52 +01:00
jules
66a6275e76 Fix to AU shell script syntax 2013-04-03 17:20:16 +01:00
jules
003575fd99 Introjucer: added workaround to AU install script for Xcode 3 builds 2013-04-03 17:14:09 +01:00
jules
9c9cae12f4 Resaved some projects. Added a Code::Blocks project for the introjucer. 2013-03-31 23:24:56 +01:00
jules
bb008cb1ba Merged the old Jucer into the introjucer. 2013-03-31 23:09:17 +01:00
jules
aff0d98e4b Removed JucePlugin_TailLengthSeconds and added a getTailLengthSeconds() method to AudioProcessor instead. 2013-03-02 19:29:01 +00:00
jules
24667e7f48 Introjucer: fix to AAX install script and VC2008 optimisation level. 2013-01-22 16:59:24 +00:00
jules
0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +00:00
jules
d79fcf1d32 Introjucer: swapped the xib file for a nib file. 2012-11-08 11:28:16 +00:00
jules
f13621a78d Added support for native OSX recent files menu - to enable it, see the MenuBarModel::setMacMainMenu() method, and re-save your project using this version of the introjucer. 2012-10-28 18:38:10 +00:00
jules
422b0df651 Updated some introjucer template files. Updated project files. 2012-10-21 12:18:37 +01:00
jules
d9d5a6ae51 Introjucer: improved the new project wizard code. 2012-09-25 23:13:45 +01:00
jules
d24ee139d3 Introjucer: wizards for auto-generating new Component classes 2012-09-06 11:08:29 +01:00
jules
50e659a37b Introjucer: colour scheme tweak. 2012-08-17 20:32:56 +01:00
jules
e9ae25ed9c Introjucer fixes + cosmetic changes. 2012-08-09 11:40:45 +01:00
jules
d5ddbc88bd Introjucer: cosmetic changes. 2012-08-06 10:14:30 +01:00