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

47 commits

Author SHA1 Message Date
jules
03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
jules
ee2f57ce88 Workaround for keypresses in plugins in Ableton live. 2013-04-25 15:57:48 +01:00
jules
d6076d680a CodeBlocks fix. 2013-04-24 11:37:08 +01:00
jules
e6b717e713 Some mingw compile fixes. 2013-04-22 16:37:16 +01:00
jules
f5f123a6b6 Workaround for VST plugins in Adobe Premiere. 2013-04-20 11:05:31 +01:00
jules
26f3837593 Another JUCE_AUTORELEASEPOOL fix. 2013-03-24 10:09:30 +00:00
jules
7afc21cbab Fixed some JUCE_AUTORELEASEPOOL syntax 2013-03-23 10:20:01 +00:00
jules
dbfcdf1bce VST wrapper getTailSize implementation. 2013-03-04 09:30:48 +00:00
jules
aff0d98e4b Removed JucePlugin_TailLengthSeconds and added a getTailLengthSeconds() method to AudioProcessor instead. 2013-03-02 19:29:01 +00:00
jules
b0ee49d537 New class FloatVectorOperations, with a bunch of SSE2-accelerated floating point functions. 2013-02-25 14:39:35 +00:00
jules
bfd9350bed Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode. 2013-02-24 15:49:06 +00:00
jules
4e17b8d2a9 Minor tidying-up of docs + warnings. 2013-01-16 15:50:14 +00:00
jules
56b1ddc873 Added a JUCE_VST_RETURN_HEX_VERSION_NUMBER_DIRECTLY flag for VST version number compatibility. 2013-01-05 13:37:52 +00:00
jules
5f8069719e VST sample pos accuracy fix. 2012-12-30 21:54:29 +00:00
jules
39eae806de Changes to make sure the AudioProcessor::wrapperType member is set correctly when its constructor is called. 2012-12-06 15:18:02 +00:00
jules
9cb14fb966 Change to VST wrapper to avoid duplicate setParameter callbacks. 2012-12-05 21:38:13 +00:00
jules
f903695ba3 Audio plugins: better bypass support, with an AudioProcessor::processBlockBypassed() method that can be used for custom behaviour. 2012-11-18 18:03:44 +00:00
jules
07e7188eb1 Tidied up a few compiler warnings. 2012-11-07 20:50:45 +00:00
jules
5a8729c471 VST vendor version fix. 2012-11-03 10:12:39 +00:00
jules
2c72bfac6c Reimplemented the VST hex/decimal version change. 2012-11-02 19:54:48 +00:00
jules
10c0894141 Added AudioProcessor::wrapperType flags 2012-10-10 10:50:34 +01:00
jules
2cf131f0a6 Audio plugin fixes. 2012-10-01 20:21:27 +01:00
jules
d1bdc123a9 VST: better forwarding of plugin channel config changes. 2012-10-01 10:21:40 +01:00
jules
da4d2a46cb Refactored audio plugin DllMain. 2012-09-25 17:20:32 +01:00
jules
e7f77abc68 Audio plugins: new DllMain handling. 2012-09-24 20:03:51 +01:00
jules
0033491cc8 Cleaned up some compiler warnings. 2012-09-24 14:03:54 +01:00
jules
9a24aa8a20 Minor clean-ups. 2012-09-11 09:35:03 +01:00
jules
33dbaa2d30 Added AudioPlayHead::CurrentPositionInfo::timeInSamples member. 2012-08-25 20:53:40 +01:00
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