jules
|
d2532f4540
|
Version number update
|
11 years ago |
jules
|
7dd5c09826
|
Version number update
|
11 years ago |
jules
|
4c392e6f02
|
Added some comments.
|
11 years ago |
jules
|
4d79bed3d1
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 years ago |
jules
|
53cbc74986
|
Passed maximum name length when calling VST getParameterName().
|
11 years ago |
jules
|
fe6ec7acfc
|
Workaround for mingw.
|
11 years ago |
jules
|
7336f7da34
|
Added a couple of mingw tweaks for plugin builds.
|
11 years ago |
jules
|
6dcf82f904
|
Fixed return value of an AudioUnit method to stop auval complaining.
|
11 years ago |
jules
|
cdacae9cbb
|
Version 3.0.0
|
11 years ago |
jules
|
a54e4ac576
|
Update .gitignore and some comments.
|
11 years ago |
jules
|
1113e17186
|
Version number update
|
11 years ago |
jules
|
44ba3f52fe
|
Some additions and updates to PluginHostType, including a method to get a string description.
|
11 years ago |
jules
|
32316cc1aa
|
Avoided allocation in VST process function.
|
11 years ago |
jules
|
fbc30c4a38
|
Workaround for a GCC fail.
|
11 years ago |
jules
|
0de50d99a5
|
Version number update
|
11 years ago |
jules
|
6ff9512059
|
Made sure that the PluginHostType class is included by the audio_plugin_client module
|
11 years ago |
jules
|
a204ea7ae8
|
Version number update
|
11 years ago |
jules
|
48f76460b8
|
Fix for building non-synth AUs.
|
11 years ago |
jules
|
35f2c94339
|
Avoided a pedantic warning in VST code.
|
11 years ago |
jules
|
12bf054456
|
Version number update
|
11 years ago |
jules
|
5818b89b04
|
Altered the method by which plugin UIs re-post carbon keyboard events.
|
11 years ago |
jules
|
bb98c00d0d
|
Avoided some pedantic compiler warnings in the audio plugin code.
|
11 years ago |
jules
|
d43bcc09fe
|
Removed a few pedantic warnings from the audio plugin build.
|
11 years ago |
jules
|
5f9552c4ec
|
Version number update
|
11 years ago |
jules
|
085e453f10
|
Added MIDI output handling to AudioUnit wrapper.
|
11 years ago |
jules
|
00b388fbf3
|
Fixed a typo in the RTAS code.
|
11 years ago |
jules
|
09d20dcae8
|
Added some new methods to SystemTrayIconComponent for highlighting and message bubbles.
|
11 years ago |
jules
|
059737b163
|
Version number update
|
11 years ago |
jules
|
42aa27900b
|
Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present.
|
11 years ago |
jules
|
207557d996
|
Workaround for OSX 32-bit VST window positioning problems in some hosts.
|
11 years ago |
jules
|
b629e4447d
|
Added a couple of new hosts to PluginHostType.
|
11 years ago |
jules
|
641cb754f0
|
Minor clean-ups.
|
11 years ago |
jules
|
7550b36e19
|
Avoided crash in AU hosts that try to create a GUI when the plugin doesn't have one.
|
11 years ago |
jules
|
8f5c194228
|
More work on the AU base classes.
|
11 years ago |
jules
|
f8e71023a4
|
Different approach to AU base class overriding.
|
11 years ago |
jules
|
8d381d0060
|
Reworked base class in AU plugin wrapper.
|
11 years ago |
jules
|
74390295ad
|
Fixed a few MSVC warnings.
|
11 years ago |
jules
|
1986c40187
|
VST: removed problematic Windows keyboard hooks that were used in Live.
|
11 years ago |
jules
|
74bd1ea8e6
|
Added some new methods to AudioProcessor, to support truncated parameter names, default parameter values and parameter step sizes. These are needed to support some AAX/RTAS host features.
|
11 years ago |
jules
|
1b9a60e52c
|
Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before.
|
11 years ago |
jules
|
7fbb6803dc
|
Fix for positioning of some Carbon VST windows.
|
12 years ago |
jules
|
7c83d51aa6
|
Changed AAX + RTAS 6.1 channel formats to 7.0, for wider support
|
12 years ago |
jules
|
e661096762
|
Enabled JUCE_RTAS_LINK_TO_DEBUG_LIB by default in a debug build.
|
12 years ago |
jules
|
10a1a54af2
|
Added JUCE_RTAS_LINK_TO_DEBUG_LIB macro.
|
12 years ago |
jules
|
4a5380171a
|
Version number update
|
12 years ago |
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
12 years ago |
jules
|
219a2b1991
|
RTAS build fix.
|
12 years ago |
jules
|
4fc8fbaef1
|
Added some more override decorators.
|
12 years ago |
jules
|
5918d039ce
|
Added some "override" annotations.
|
12 years ago |
jules
|
516bddabcc
|
Misc minor clean-ups.
|
12 years ago |