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

19 commits

Author SHA1 Message Date
jules
8d92a49312 RTAS/OpenGL fix (?) 2012-07-08 17:04:07 +01:00
jules
a866a9c2cf Fixed a few Array::removeValue calls that I'd missed.. 2012-07-07 22:23:47 +01:00
jules
b4446d34ca VST: workaround for position problems in 64-bit cubase.
AU: initialised some channel configs on construction.
2012-06-15 09:16:30 +01:00
jules
54573ae2e5 Reintroduced some packing settings for RTAS builds. 2012-05-04 11:00:05 +01:00
jules
2e0640b8ba Added some speaker arrangement methods to AudioProcessor, with support for retrieving host speaker arrangements in a VST plugin. 2012-05-01 15:40:41 +01:00
jules
46ae142d8a Added loop position indicators to CurrentPositionInfo (only enabled in VSTs) 2012-04-11 15:45:01 +01:00
jules
f043bb6ace Removed some old packing pragmas from the plugin code. 2012-04-10 12:25:00 +01:00
jules
87cb1b7b06 Clang compatibility fix. 2012-02-24 11:55:35 +00:00
jules
295d125142 Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. 2012-02-11 14:09:23 +00:00
jules
4f0c2c0fb8 More openGL shader fixes. VST fix for Wavelab. 2012-01-31 19:16:44 +00:00
jules
0301e9d1e4 Introjucer RTAS fix. VST fix for intel compiler. 2012-01-10 11:35:46 +00:00
jules
35da7fe473 VST: workaround for a Wavelab bug. 2011-12-23 10:34:02 +00:00
jules
a997490f17 Updated the OpenGLComponent so that it can render sub-components when using a background thread, and changed the demo to use this mode (which is faster). 2011-12-23 10:33:05 +00:00
jules
9b38f91226 Fixed a compile problem in VSTs. Minor clean-ups. 2011-09-29 21:25:00 +01:00
Julian Storer
7c77e101fc Minor clean-ups. 2011-09-21 20:31:42 +01:00
Julian Storer
81da96f1a2 Refactored the structure of the introjucer's generated code folder, and gave it the ability to embed local copies of modules. 2011-08-16 18:05:20 +01:00
Julian Storer
4808d9c318 Hard-coded some juce namespace declarations. 2011-08-13 21:13:50 +01:00
Julian Storer
e7ca7963f0 VST fix. Updated the old jucer to be managed with an Introjucer project rather than manually. 2011-08-12 19:40:41 +01:00
Julian Storer
b70e0a28d2 First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00