jules
|
352e603d43
|
A couple of compiler warning fixes
|
11 years ago |
jules
|
c478ff0116
|
Documentation fix.
|
11 years ago |
jules
|
5409951861
|
Refactored some Xcode warning suppression.
|
11 years ago |
jules
|
4251a2437b
|
Version number update
|
11 years ago |
jules
|
d102b61703
|
Another attempt at fixing win32 plugin key hook loops.
|
11 years ago |
jules
|
93bf34ad0a
|
Avoiding loops in win32 plugin key handling
|
11 years ago |
jules
|
fa21d2ac02
|
Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty.
|
11 years ago |
jules
|
e91a69080e
|
Warning fixes
|
11 years ago |
jules
|
5feabe9687
|
Another attempt to fix the infamous VST cubase key focus problem.
|
11 years ago |
jules
|
b026fccb92
|
VST3 stream loading fix.
|
11 years ago |
jules
|
8d834b29a1
|
Refactored VST plugin win32 hooks, and added mouse-wheel hooking to VST3. Also added a VC2010 project to the audio demo plugin.
|
11 years ago |
jules
|
5ede2da44b
|
Improved some MemoryBlock comments and gave the class a reset() method.
|
11 years ago |
jules
|
bf72ff0851
|
Added VST3->VST2 backwards compatibility, with a flag JUCE_VST3_CAN_REPLACE_VST2 to disable this if you want your VST2 + 3 versions to use different IDs and not be interchangable.
|
11 years ago |
jules
|
d633ee5d31
|
Stopped VST3 plugins sending parameter updates on the message thread, as these could interfere with updates being processed on the audio thread.
|
11 years ago |
jules
|
d5cd1663db
|
Fixed a VS compile problem.
|
11 years ago |
jules
|
12d31f5203
|
VST3 fix for reading state from streams of unknown size.
|
11 years ago |
jules
|
902a47d1ad
|
Refactored a VST3 state method.
|
11 years ago |
jules
|
a2b67cbfae
|
Incrementing AAX change counter when audioProcessorChanged is called.
|
11 years ago |
jules
|
7f9425058a
|
Version number update
|
11 years ago |
jules
|
3617bca65f
|
Added multi-mono control for AAX. Fixed a problem with RTAS automation when opening plugin UIs.
|
11 years ago |
jules
|
dd366bbcaa
|
Fix for step count in VST3 parameters
|
11 years ago |
jules
|
9cb86df630
|
Setting speaker arrangement strings for AAX.
|
11 years ago |
jules
|
a3ea53c460
|
Version number update
|
11 years ago |
jules
|
ce1a06c036
|
Removed sample-rate check from VST3 to keep Wavelab happy.
|
11 years ago |
jules
|
d2a52948fc
|
AAX fix.
|
11 years ago |
jules
|
5c74ca9896
|
Fixes to VST3 wrapper to handle different numbers of input/output channels.
|
11 years ago |
jules
|
7e15ead238
|
Fix when building VST3 without VST2.
|
11 years ago |
jules
|
802197644b
|
New interprocess utility classes: ChildProcessSlave and ChildProcessMaster.
|
11 years ago |
jules
|
9820f04f85
|
Visual studio compiler fix.
|
11 years ago |
jules
|
dc6dd6544c
|
VST3 client fixes.
|
11 years ago |
jules
|
e22e536626
|
Couple of tweaks to VST3 generation.
|
11 years ago |
jules
|
04650ce6ea
|
Some VST3 build fixes.
|
11 years ago |
jules
|
4fe7240eb2
|
Initial version of VST3 plugin support.
|
11 years ago |
jules
|
2c56bb7818
|
Additions to PluginHostType class.
|
11 years ago |
jules
|
7dcac1a0b3
|
Avoided a few compiler warnings in the plugin build.
|
11 years ago |
jules
|
68fad9f35a
|
Tweak to improve VST cocoa plugin view resizing.
|
11 years ago |
jules
|
388065788b
|
VST plugins: added plugin-side support for the hasCockosViewAsConfig extension.
|
11 years ago |
jules
|
4d2297b25c
|
Fix for VST plugin shutdown in Reaper.
|
11 years ago |
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 |