75 Commits (cd5893d6e8b51b8ca133fc01e43664fe5839b2cc)

Author SHA1 Message Date
  jules df729be74a Cleaned-up class inheritance visibilities and encapsulation for some internal classes. 13 years ago
  jules 7afbc077e7 Version update. 13 years ago
  jules 70024eae19 Fix for RTAS compile error. 13 years ago
  jules 6f28207e87 AAX: plugin is now recognised and loaded by PT (but doesn't yet play correctly) 13 years ago
  jules b20b5f9276 Introjucer: fix for Xcode post-build script in audio plugin projects. 13 years ago
  jules 8d92a49312 RTAS/OpenGL fix (?) 13 years ago
  jules 3d72789127 A couple more Array::removeValue calls that I'd missed.. 13 years ago
  jules a866a9c2cf Fixed a few Array::removeValue calls that I'd missed.. 13 years ago
  jules ba9f24681f First check-in of AAX code - note that this is a work-in-progress and although it currently creates a plugin that gets scanned (on OSX at least), it doesn't yet work. 13 years ago
  jules 085b08611b Allowed overriding of the dictionary key used in AU state storage. 13 years ago
  jules a82a42b358 Fixed a missing semicolon. 13 years ago
  jules b4446d34ca VST: workaround for position problems in 64-bit cubase. 13 years ago
  jules 07a774adcc Fix for GCC syntax problem. 13 years ago
  jules dab9295611 Minor refactoring of obj-C internals. 13 years ago
  jules ac1d6955e7 Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed. 13 years ago
  jules d4fb934a26 Fixed a problem with introjucer module file target parsing. 13 years ago
  jules f55c716ce8 Removed some unnecessary files from linux plugin builds. 13 years ago
  jules 5509a4f950 Introjucer: more AAX work. 13 years ago
  jules f110506be7 AAX work. 13 years ago
  jules a2845d8895 Introjucer: some preliminary AAX work. 13 years ago
  jules 54573ae2e5 Reintroduced some packing settings for RTAS builds. 13 years ago
  jules 2e0640b8ba Added some speaker arrangement methods to AudioProcessor, with support for retrieving host speaker arrangements in a VST plugin. 13 years ago
  jules 0826b28983 RTAS compatibility fix. Wav file fix for coping with corrupt files. 13 years ago
  jules df5d50bcd8 Version number bump. 13 years ago
  jules ab33b1a05d Fix for component notifications when peer is changing. Some fixes for GCC4.7 on linux. 13 years ago
  jules 46ae142d8a Added loop position indicators to CurrentPositionInfo (only enabled in VSTs) 13 years ago
  jules 572cf1deb8 Cleaned up some docs. 13 years ago
  jules 3a91979ea8 Version bump. 13 years ago
  jules f043bb6ace Removed some old packing pragmas from the plugin code. 13 years ago
  jules 8de9d9c6da Version number bump. Clean-ups. 13 years ago
  jules 018d070948 Introjucer: tidied up command-line handling, added "--resave-resources" option. 13 years ago
  jules e6f3788bc3 Added an assertion to help catch RTAS misuse. 13 years ago
  jules 9772564eb3 OSX Carbon fix. 13 years ago
  jules 87cb1b7b06 Clang compatibility fix. 13 years ago
  jules a6069d1c02 Introjucer: added Xcode frameworks setting. Fix for win32 bold fonts. Fix for 64-bit plugin builds. 13 years ago
  jules 2b311a410f Introjucer: added 10.7 SDK target and tidied up some 64-bit AU build settings. 13 years ago
  jules d70d017fc6 Docs fix. Version bump. 13 years ago
  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. 13 years ago
  jules a9103407d7 Version number bump. 13 years ago
  jules 4f0c2c0fb8 More openGL shader fixes. VST fix for Wavelab. 13 years ago
  jules bdbe7d3f01 Introjucer: made it possible to override settings in AppConfig.h. Version number bump. 13 years ago
  jules fb01e6dfc2 RTAS description update to use JucePlugin_Desc macro. FileBasedDocument addition for customising save filename. TableHeaderComponent fix to avoid spurious mouse-overs. 13 years ago
  jules 0301e9d1e4 Introjucer RTAS fix. VST fix for intel compiler. 13 years ago
  jules 4870ea28dd Refactored the dynamically-loaded OpenGL extension functions from being static to being members of a specific context object. This entails lots of OpenGLContext references being passed around all over the place, and has meant that a few static helper functions are no longer available. 13 years ago
  jules 35da7fe473 VST: workaround for a Wavelab bug. 13 years ago
  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). 13 years ago
  jules 43d9a4eb16 New class: ThreadLocalValue. 13 years ago
  jules fd9bf6d5a3 Updated Introjucer for better Xcode 4 compatibility. Bumped version number. 13 years ago
  jules 9b6780f15a Version number bump. 13 years ago
  jules 38eb7f8a5b New class: WindowsMediaAudioFormat. 13 years ago