1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00
JUCE/src/audio/plugins
2010-04-06 10:33:53 +02:00
..
formats win32 constant update 2010-04-06 10:33:53 +02:00
juce_AudioPluginFormat.cpp (Added missing files from last check-in) 2009-08-22 22:30:57 +00:00
juce_AudioPluginFormat.h Small fix for demo plugin code. Minor code clean-ups. 2010-03-25 14:21:34 +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 changes. 2010-03-26 18:23:54 +00:00
juce_KnownPluginList.h Small fix for demo plugin code. Minor code clean-ups. 2010-03-25 14:21:34 +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 Small fix for demo plugin code. Minor code clean-ups. 2010-03-25 14:21:34 +00:00
juce_PluginListComponent.cpp Compiler compatibility changes. Minor clean-ups. Linux windowing tweaks. 2010-03-29 14:22:11 +01:00
juce_PluginListComponent.h Small fix for demo plugin code. Minor code clean-ups. 2010-03-25 14:21:34 +00:00