| .. |
|
formats
|
The Point and Rectangle classes are now templated, so can be used for either float or int co-ordinates. This means that wherever you've used these classes, you'll need to replace them with Rectangle<int> or Point<float> in your code. A couple of methods in Path have changed to take advantage of the new ability.
|
2010-02-07 00:52:30 +00:00 |
|
juce_AudioPluginFormat.cpp
|
(Added missing files from last check-in)
|
2009-08-22 22:30:57 +00:00 |
|
juce_AudioPluginFormat.h
|
(Added missing files from last check-in)
|
2009-08-22 22:30:57 +00:00 |
|
juce_AudioPluginFormatManager.cpp
|
(Added missing files from last check-in)
|
2009-08-22 22:30:57 +00:00 |
|
juce_AudioPluginFormatManager.h
|
(Added missing files from last check-in)
|
2009-08-22 22:30:57 +00:00 |
|
juce_AudioPluginInstance.cpp
|
(Added missing files from last check-in)
|
2009-08-22 22:30:57 +00:00 |
|
juce_AudioPluginInstance.h
|
(Added missing files from last check-in)
|
2009-08-22 22:30:57 +00:00 |
|
juce_KnownPluginList.cpp
|
Changed all uses of OwnedArray<File> to be Array<File> instead, which is a bit more efficient and easier to work with. Optimised the software renderer to improve most drawing operations, particularly simple shapes filling like drawing lines, etc.
|
2010-01-28 16:02:16 +00:00 |
|
juce_KnownPluginList.h
|
(Added missing files from last check-in)
|
2009-08-22 22:30:57 +00:00 |
|
juce_PluginDescription.cpp
|
(Added missing files from last check-in)
|
2009-08-22 22:30:57 +00:00 |
|
juce_PluginDescription.h
|
(Added missing files from last check-in)
|
2009-08-22 22:30:57 +00:00 |
|
juce_PluginDirectoryScanner.cpp
|
(Added missing files from last check-in)
|
2009-08-22 22:30:57 +00:00 |
|
juce_PluginDirectoryScanner.h
|
(Added missing files from last check-in)
|
2009-08-22 22:30:57 +00:00 |
|
juce_PluginListComponent.cpp
|
(Added missing files from last check-in)
|
2009-08-22 22:30:57 +00:00 |
|
juce_PluginListComponent.h
|
(Added missing files from last check-in)
|
2009-08-22 22:30:57 +00:00 |