1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
JUCE/extras/audio plugins/wrapper/RTAS
2010-01-03 16:17:42 +00:00
..
juce_RTAS_DigiCode1.cpp Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:10:34 +00:00
juce_RTAS_DigiCode2.cpp Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:10:34 +00:00
juce_RTAS_DigiCode3.cpp Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:10:34 +00:00
juce_RTAS_DigiCode_Header.h Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:10:34 +00:00
juce_RTAS_MacResources.r Big rewrite of the audio plugin framework to create "polymorphic" plugins. This means that all the separate projects for each plugin type have now been reduced to a single project that create a multi-purpose binary, which functions as any combination of AU/VST/RTAS. This should make it much easier and quicker to develop multi-platform plugins because you now only need to manage one project. I've also moved all the files around, cleaned up their naming conventions, and done some extensive tidying up. I've rewritten the "How to use this framework.txt" file, so please refer to that for more details! 2008-12-19 17:30:53 +00:00
juce_RTAS_MacUtilities.mm Minor code clean-ups 2010-01-03 16:17:42 +00:00
juce_RTAS_WinExports.def Big rewrite of the audio plugin framework to create "polymorphic" plugins. This means that all the separate projects for each plugin type have now been reduced to a single project that create a multi-purpose binary, which functions as any combination of AU/VST/RTAS. This should make it much easier and quicker to develop multi-platform plugins because you now only need to manage one project. I've also moved all the files around, cleaned up their naming conventions, and done some extensive tidying up. I've rewritten the "How to use this framework.txt" file, so please refer to that for more details! 2008-12-19 17:30:53 +00:00
juce_RTAS_WinResources.rsr Big rewrite of the audio plugin framework to create "polymorphic" plugins. This means that all the separate projects for each plugin type have now been reduced to a single project that create a multi-purpose binary, which functions as any combination of AU/VST/RTAS. This should make it much easier and quicker to develop multi-platform plugins because you now only need to manage one project. I've also moved all the files around, cleaned up their naming conventions, and done some extensive tidying up. I've rewritten the "How to use this framework.txt" file, so please refer to that for more details! 2008-12-19 17:30:53 +00:00
juce_RTAS_WinUtilities.cpp Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:10:34 +00:00
juce_RTAS_Wrapper.cpp New class HeapBlock, which provides a safe and object-oriented way to allocate heap space. I've used HeapBlocks to replace almost all uses of malloc/free throughout the codebase. 2010-01-02 14:55:44 +00:00