1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00
JUCE/src/audio/plugins
2010-03-23 17:36:12 +00:00
..
formats Minor string literal tidy-ups. 2010-03-23 17:36:12 +00:00
juce_AudioPluginFormat.cpp (Added missing files from last check-in) 2009-08-22 22:30:57 +00:00
juce_AudioPluginFormat.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_AudioPluginFormatManager.cpp Converted the BitArray class into "BigInteger", replacing its clunky old arithmetic methods with a proper set of arithmetic operators so it can be used like an int. All the bit-access methods are still there, and there's a typedef of BitArray -> BigInteger to allow most old code to still work. (You might need to change calls to isEmpty() to isZero() though). Also fixed a bug in MidiBuffer. 2010-03-18 09:49:49 +00:00
juce_AudioPluginFormatManager.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_AudioPluginInstance.cpp (Added missing files from last check-in) 2009-08-22 22:30:57 +00:00
juce_AudioPluginInstance.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_KnownPluginList.cpp Minor string literal tidy-ups. 2010-03-23 17:36:12 +00:00
juce_KnownPluginList.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_PluginDescription.cpp Minor string literal tidy-ups. 2010-03-23 17:36:12 +00:00
juce_PluginDescription.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_PluginDirectoryScanner.cpp (Added missing files from last check-in) 2009-08-22 22:30:57 +00:00
juce_PluginDirectoryScanner.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_PluginListComponent.cpp (Added missing files from last check-in) 2009-08-22 22:30:57 +00:00
juce_PluginListComponent.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00