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
|
679f29f923
|
Made PluginListComponent::scanFor public.
|
12 years ago |
jules
|
5358b4c7b5
|
New method AudioPluginFormat::pluginNeedsRescanning to do more format-specific checking of plugin file changes.
|
12 years ago |
jules
|
fb57b879aa
|
Exposing some plugin scan path property values.
|
12 years ago |
jules
|
c7506df13f
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
12 years ago |
jules
|
4d61bfd8a3
|
Refactored some TRANS strings to make them more amenable to translation. Added the NEEDS_TRANS macro.
|
12 years ago |
jules
|
6810038dea
|
Plugin scanning: ability to use multiple threads
|
12 years ago |
jules
|
e95d3a30c8
|
Minor clean-ups.
|
12 years ago |
jules
|
2f3dd2261a
|
Clean-ups to the plugin scanning code.
|
12 years ago |
jules
|
af559c47ee
|
Compile fix for PluginListComponent. Hack to allow some internal customisation of VST entry points.
|
12 years ago |
jules
|
6ce0c2e433
|
Plugin scanning: added a custom scanner callback, and added an option to run the scan on a background thread.
|
12 years ago |
jules
|
3e95b94a6a
|
Tweaked algorithm for creating the folder-based plugin tree in KnownPluginList
|
12 years ago |
jules
|
a213803ae3
|
More constistent spelling in plugin list comp.
|
12 years ago |
jules
|
66769a191b
|
AU latency change notification. Minor tweaks to plugin hosting.
|
12 years ago |
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
jules
|
04fbf0a8ae
|
Plugin hosting fixes.
|
12 years ago |
jules
|
ac5030b909
|
Plugin scanning improvements: Crashed plugins are blacklisted and shown in the plugin list component.
|
12 years ago |
jules
|
70257e902f
|
Changed the result of MidiMessage::getMidiNoteInHertz to correctly map midi 69 to 440Hz
|
12 years ago |
jules
|
53edf99901
|
Added a class KnownPluginList::PluginTree for accessing a sorted tree of plugins. Misc other improvements to plugin hosting. Also added methods for getting a plugin's VSTXML data.
|
12 years ago |
jules
|
9a24aa8a20
|
Minor clean-ups.
|
12 years ago |
jules
|
8576a65c8b
|
Stopped plugin scan from blocking timers.
|
12 years ago |
jules
|
55dc84bc69
|
Minor fixes for AudioPluginFormatManager, PluginListComponent.
|
13 years ago |
jules
|
246cb94bb0
|
AudioPluginFormatManager is no longer a singleton. Singletons are bad: don't do it, kids.
|
13 years ago |
jules
|
3ba41c7d51
|
Fix for KnownPluginList::scanAndAddFile.
|
13 years ago |
jules
|
56bbab1537
|
(automated whitespace clean-up)
|
13 years ago |
jules
|
295d125142
|
Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code.
|
13 years ago |
jules
|
65562fdbdb
|
Fixed a couple of minor plugin host problems.
|
13 years ago |
jules
|
164cd8909b
|
Fixes for TextEditor, ASIO, Windows touch, AU.
|
13 years ago |
Julian Storer
|
b70e0a28d2
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
13 years ago |