57 Commits (4b96ffbf6f49518df1eceeb1d70b26088897380e)

Author SHA1 Message Date
  hogliux 968cee4ad2 Remove unnecessary code after moving to static shared code library 9 years ago
  hogliux dbf915603d Fix RTAS support 9 years ago
  hogliux af6198b74f Add support for plug-ins to report the IDs of their parameters 9 years ago
  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. 9 years ago
  Timur Doumler 94eb1e61f4 Fixed broken RTAS compilation on Visual Studio. 9 years ago
  Timur Doumler 08c5c52061 Reverted a change that broke RTAS compilation on OS X (commit 672b07b9). 9 years ago
  jules 672b07b9ac Added explicit namespaces to some RTAS code 9 years ago
  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. 9 years ago
  jules 82cc6b7183 Fix for an RTAS build error 9 years ago
  jules 4b4b8df491 Simplified some headers in juce_audio_plugin_client to remove direct inclusion of AppConfig.h 9 years ago
  jules baab7546f4 Replaced some uses of the now-deprecated AudioProcessor::getTotalNumInputChannels() 9 years ago
  jules 02492b36b9 Lots of small whitespace tweaks. 9 years ago
  hogliux c7b8e77031 Update copyright notice 9 years ago
  jules dffe781318 Fix for RTAS parameter default values. 10 years ago
  jules 8cd6c4d2da Added some win32 RTAS code to help handle esc and return keys. 10 years ago
  jules 6d2df85ff7 Changed the RTAS wrapper to avoid needing to use an asyncupdater when first called. 10 years ago
  jules d01a508217 Added a method AudioProcessor::isParameterInverted(), and support for this in AAX/RTAS 11 years ago
  jules 5ede2da44b Improved some MemoryBlock comments and gave the class a reset() method. 11 years ago
  jules 3617bca65f Added multi-mono control for AAX. Fixed a problem with RTAS automation when opening plugin UIs. 11 years ago
  jules 53cbc74986 Passed maximum name length when calling VST getParameterName(). 11 years ago
  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. 11 years ago
  jules 7c83d51aa6 Changed AAX + RTAS 6.1 channel formats to 7.0, for wider support 11 years ago
  jules e661096762 Enabled JUCE_RTAS_LINK_TO_DEBUG_LIB by default in a debug build. 11 years ago
  jules 10a1a54af2 Added JUCE_RTAS_LINK_TO_DEBUG_LIB macro. 12 years ago
  jules 219a2b1991 RTAS build fix. 12 years ago
  jules 5918d039ce Added some "override" annotations. 12 years ago
  jules c75a7300f5 Added some 'override' modifiers to overridden methods. 12 years ago
  jules 03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
  jules b4382bad62 Added String methods to create/return a std::string, and also String::toRawUTF8 method. 12 years ago
  jules d096a78d85 RTAS midi channel mask fix. 12 years ago
  jules 9e79679920 Added a JUCE_RTAS_PLUGINGESTALT_IS_CACHEABLE flag. 12 years ago
  jules 7afc21cbab Fixed some JUCE_AUTORELEASEPOOL syntax 12 years ago
  jules b0ee49d537 New class FloatVectorOperations, with a bunch of SSE2-accelerated floating point functions. 12 years ago
  jules bfd9350bed Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode. 12 years ago
  jules 234525aef9 Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer. 12 years ago
  jules 39eae806de Changes to make sure the AudioProcessor::wrapperType member is set correctly when its constructor is called. 12 years ago
  jules 0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 12 years ago
  jules f903695ba3 Audio plugins: better bypass support, with an AudioProcessor::processBlockBypassed() method that can be used for custom behaviour. 12 years ago
  jules 10c0894141 Added AudioProcessor::wrapperType flags 12 years ago
  jules 6cba4c505e Added a JucePlugin_RTASDisableMultiMono setting. 12 years ago
  jules 5428554cda Added a flag to disable bypass in RTAS. 12 years ago
  jules e49c56109b Introjucer: Updated RTAS include path (on win32) 12 years ago
  jules 33dbaa2d30 Added AudioPlayHead::CurrentPositionInfo::timeInSamples member. 12 years ago
  jules c7e3550514 Added an RTAS include. 12 years ago
  jules 70024eae19 Fix for RTAS compile error. 13 years ago
  jules 8d92a49312 RTAS/OpenGL fix (?) 13 years ago
  jules a82a42b358 Fixed a missing semicolon. 13 years ago
  jules 54573ae2e5 Reintroduced some packing settings for RTAS builds. 13 years ago
  jules 0826b28983 RTAS compatibility fix. Wav file fix for coping with corrupt files. 13 years ago
  jules 46ae142d8a Added loop position indicators to CurrentPositionInfo (only enabled in VSTs) 13 years ago