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

43 commits

Author SHA1 Message Date
jules
74bd1ea8e6 Added some new methods to AudioProcessor, to support truncated parameter names, default parameter values and parameter step sizes. These are needed to support some AAX/RTAS host features. 2013-08-02 17:37:25 +01:00
jules
7c83d51aa6 Changed AAX + RTAS 6.1 channel formats to 7.0, for wider support 2013-07-22 13:41:12 +01:00
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
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
5918d039ce Added some "override" annotations. 2013-07-08 19:05:14 +01:00
jules
c75a7300f5 Added some 'override' modifiers to overridden methods. 2013-06-23 23:09:52 +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
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
7afc21cbab Fixed some JUCE_AUTORELEASEPOOL syntax 2013-03-23 10:20: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
4dcf550cd0 Reverted an RTAS windowing change. 2013-02-15 12:07:38 +00:00
jules
4a4b47979d RTAS: changed OSX Carbon window class. 2013-02-03 13:39:39 +00:00
jules
234525aef9 Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer. 2012-12-27 19:56:18 +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
0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 2012-12-04 21:39:15 +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
10c0894141 Added AudioProcessor::wrapperType flags 2012-10-10 10:50:34 +01:00
jules
6cba4c505e Added a JucePlugin_RTASDisableMultiMono setting. 2012-10-10 10:32:33 +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
5428554cda Added a flag to disable bypass in RTAS. 2012-09-17 13:18:11 +01:00
jules
e49c56109b Introjucer: Updated RTAS include path (on win32) 2012-08-26 09:55:16 +01:00
jules
33dbaa2d30 Added AudioPlayHead::CurrentPositionInfo::timeInSamples member. 2012-08-25 20:53:40 +01:00
jules
c7e3550514 Added an RTAS include. 2012-08-07 09:42:50 +01:00
jules
70024eae19 Fix for RTAS compile error. 2012-07-09 13:46:08 +01:00
jules
8d92a49312 RTAS/OpenGL fix (?) 2012-07-08 17:04:07 +01:00
jules
a82a42b358 Fixed a missing semicolon. 2012-06-17 20:59:30 +01:00
jules
54573ae2e5 Reintroduced some packing settings for RTAS builds. 2012-05-04 11:00:05 +01:00
jules
0826b28983 RTAS compatibility fix. Wav file fix for coping with corrupt files. 2012-04-18 17:05:25 +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
e6f3788bc3 Added an assertion to help catch RTAS misuse. 2012-03-07 12:16:16 +00:00
jules
fb01e6dfc2 RTAS description update to use JucePlugin_Desc macro. FileBasedDocument addition for customising save filename. TableHeaderComponent fix to avoid spurious mouse-overs. 2012-01-10 17:26:45 +00:00
jules
9b38f91226 Fixed a compile problem in VSTs. Minor clean-ups. 2011-09-29 21:25:00 +01:00
Julian Storer
d86d68446c RTAS mac window position fix. Introjucer fixes for Windows. 2011-08-23 15:02:11 +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
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