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

64 commits

Author SHA1 Message Date
Timur Doumler
70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00
Timur Doumler
94eb1e61f4 Fixed broken RTAS compilation on Visual Studio. 2016-02-25 23:32:35 +00:00
Timur Doumler
08c5c52061 Reverted a change that broke RTAS compilation on OS X (commit 672b07b9). 2016-02-23 17:33:25 +00:00
jules
672b07b9ac Added explicit namespaces to some RTAS code 2016-02-23 10:08:46 +00:00
Timur Doumler
5ada47aa6f Removed the hacky CarbonDummy*Name workaround for Point and Component (name clash with Carbon headers); fixed a few header include issues that prevented RTAS from compiling. 2016-01-28 15:34:00 +00:00
jules
82cc6b7183 Fix for an RTAS build error 2016-01-06 11:18:49 +00:00
jules
4b4b8df491 Simplified some headers in juce_audio_plugin_client to remove direct inclusion of AppConfig.h 2015-12-29 08:42:59 +00:00
jules
baab7546f4 Replaced some uses of the now-deprecated AudioProcessor::getTotalNumInputChannels() 2015-12-23 09:43:10 +00:00
jules
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
jules
dffe781318 Fix for RTAS parameter default values. 2015-05-20 16:55:55 +01:00
jules
8cd6c4d2da Added some win32 RTAS code to help handle esc and return keys. 2014-12-01 09:28:59 +00:00
jules
6d2df85ff7 Changed the RTAS wrapper to avoid needing to use an asyncupdater when first called. 2014-08-31 16:29:30 +01:00
jules
d01a508217 Added a method AudioProcessor::isParameterInverted(), and support for this in AAX/RTAS 2014-05-28 16:44:02 +01:00
jules
5ede2da44b Improved some MemoryBlock comments and gave the class a reset() method. 2014-03-14 10:15:35 +00:00
jules
3617bca65f Added multi-mono control for AAX. Fixed a problem with RTAS automation when opening plugin UIs. 2014-02-27 10:15:52 +00:00
jules
53cbc74986 Passed maximum name length when calling VST getParameterName(). 2013-12-02 11:17:43 +00:00
jules
5818b89b04 Altered the method by which plugin UIs re-post carbon keyboard events. 2013-10-01 19:54:35 +01:00
jules
bb98c00d0d Avoided some pedantic compiler warnings in the audio plugin code. 2013-10-01 11:53:17 +01:00
jules
00b388fbf3 Fixed a typo in the RTAS code. 2013-09-17 10:52:49 +01:00
jules
09d20dcae8 Added some new methods to SystemTrayIconComponent for highlighting and message bubbles. 2013-09-16 11:21:49 +01:00
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