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

208 commits

Author SHA1 Message Date
jules
e661096762 Enabled JUCE_RTAS_LINK_TO_DEBUG_LIB by default in a debug build. 2013-07-22 10:13:40 +01:00
jules
10a1a54af2 Added JUCE_RTAS_LINK_TO_DEBUG_LIB macro. 2013-07-18 12:22:33 +01:00
jules
4a5380171a Version number update 2013-07-17 16:26:42 +01:00
jules
5a1112ab94 Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
jules
219a2b1991 RTAS build fix. 2013-07-11 22:01:50 +01:00
jules
4fc8fbaef1 Added some more override decorators. 2013-07-10 10:22:33 +01:00
jules
5918d039ce Added some "override" annotations. 2013-07-08 19:05:14 +01:00
jules
516bddabcc Misc minor clean-ups. 2013-07-03 09:51:23 +01:00
jules
2329e63f20 Converted a few Colour references to pass-by-values. 2013-07-01 17:38:47 +01:00
jules
c5b4e48b80 Updated some headers and URLs. 2013-06-24 16:03:33 +01:00
jules
c75a7300f5 Added some 'override' modifiers to overridden methods. 2013-06-23 23:09:52 +01:00
jules
841c40d7ba AAX: registering all parameters, not just automatable ones. 2013-06-14 10:52:00 +01:00
jules
c8bb0ad558 Various AAX fixes. 2013-06-13 20:24:55 +01:00
jules
048e5c679b Version number update 2013-06-13 13:28:35 +01:00
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
20a72142b7 Version number update 2013-06-10 21:07:26 +01:00
jules
9d23f87f7c Added a missing definition to StandaloneFilterWindow 2013-05-29 10:46:48 -07:00
jules
ba2964edaf Added some new plugin host types to PluginHostType 2013-05-15 11:18:55 -06:00
jules
55ccf9e496 Added DP to PluginHostType 2013-04-27 14:30:01 +01:00
jules
34e5591701 v2.0.40 2013-04-27 10:43:47 +01:00
jules
4e457d6117 AAX support for AudioProcessor::isNonRealtime() 2013-04-26 14:57:29 +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
1b1fe9d24e StandaloneFilterWindow fix. 2013-04-22 22:08:16 +01:00
jules
58872b9fe2 StandaloneFilterWindow update. 2013-04-22 20:52:38 +01:00
jules
e6b717e713 Some mingw compile fixes. 2013-04-22 16:37:16 +01:00
jules
039b4aa542 Couple of compile fixes. 2013-04-22 09:35:29 +01:00
jules
e339d39eb4 v2.0.39 2013-04-21 12:23:57 +01:00
jules
f5f123a6b6 Workaround for VST plugins in Adobe Premiere. 2013-04-20 11:05:31 +01:00
jules
b2ce00db31 AAX transport position when stopped. 2013-04-18 21:32:12 +01:00
jules
1dad96def6 Getting frame-rate in AAX. 2013-04-18 09:03:06 +01:00
jules
b4382bad62 Added String methods to create/return a std::string, and also String::toRawUTF8 method. 2013-04-17 15:17:36 +01:00
jules
d096a78d85 RTAS midi channel mask fix. 2013-04-14 09:03:35 +01:00
jules
9e79679920 Added a JUCE_RTAS_PLUGINGESTALT_IS_CACHEABLE flag. 2013-04-09 19:43:21 +01:00
jules
e38039fe9d AAX support for CurrentPositionInfo::isPlaying 2013-04-08 15:42:43 +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
71c8d5cef8 AAX build fix. 2013-03-15 13:29:16 +00:00
jules
54a62c9c1a AAX latency fix. 2013-03-15 12:29:09 +00:00
jules
a72a2f2661 AAX midi fix. 2013-03-14 19:18:31 +00:00
jules
79099619f9 Fix to last AAX check-in. 2013-03-11 16:01:46 +00:00
jules
e9ab96d757 Better failure handling of AAX playback position values. 2013-03-11 15:24:52 +00:00
jules
4d4cc13a46 2.0.38 2013-03-08 20:34:38 +00:00
jules
63411d7a47 2.0.37 2013-03-08 12:02:15 +00:00
jules
27b5dc4a3b AU class bundle fix. 2013-03-06 08:57:57 +00:00
jules
4fe02d2c8d AudioUnits: eliminated the JucePlugin_AUCocoaViewClassName parameter - this is no longer needed. Also rearranged the way AUPlugInDispatch.cpp is included, to improve compatibility. (You may need to re-save your projects in the introjucer to build with these changes) 2013-03-05 21:07:45 +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
f1ef1a7178 MSVC function call convention fixes. AAX compile fix. 2013-02-27 16:29:56 +00:00
jules
9fe39dbcac AAX latency tweak 2013-02-26 15:43:38 +00:00