jules
|
99024f0405
|
Filled in the descriptiveName field for VST3 hosting.
|
11 years ago |
jules
|
223523f4f5
|
Cleaned up some mistakes in the VST3 COM macros.
|
11 years ago |
jules
|
fc921837af
|
Avoiding a possible crash in AudioUnits.
|
11 years ago |
jules
|
4814696d4d
|
Added some documentation.
|
11 years ago |
jules
|
5409951861
|
Refactored some Xcode warning suppression.
|
11 years ago |
jules
|
a0c18acb1e
|
Relaxed the requirement for AudioSampleBuffer to have more than zero channels, and gave it a default constructor.
|
11 years ago |
jules
|
4251a2437b
|
Version number update
|
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
|
6b35f9e930
|
Avoiding an assertion in VST3 hosting.
|
11 years ago |
jules
|
da43672aa3
|
Workaround for some VST3 plugins crashing.
|
11 years ago |
jules
|
6bd544c273
|
VST3 hosting fix.
|
11 years ago |
jules
|
7f9425058a
|
Version number update
|
11 years ago |
jules
|
28e4473a6b
|
Fixed some typos.
|
11 years ago |
jules
|
423e824d42
|
VST3 hosting fixes.
|
11 years ago |
jules
|
48c2f42802
|
Added a safety check and fixed a couple of warnings.
|
11 years ago |
jules
|
a34496588c
|
Changed an obj-C call to avoid warnings in the old 10.5 SDK.
|
11 years ago |
jules
|
a3ea53c460
|
Version number update
|
11 years ago |
jules
|
2c4bd7ac4d
|
Fixed function prototypes for mingw.
|
11 years ago |
jules
|
139e192871
|
VST3 fixes for multi-channel plugins.
|
11 years ago |
jules
|
f3cca83dc8
|
Refactored some NSView wrapper classes. Should fix some plugin host window resizing issues.
|
11 years ago |
jules
|
2220c194a7
|
Added k222 support for VST3
|
11 years ago |
jules
|
8415e1b190
|
Minor debugging addition to VST3
|
11 years ago |
jules
|
c84f7085ca
|
Fix for VST3 host view ref-counting.
|
11 years ago |
jules
|
5c74ca9896
|
Fixes to VST3 wrapper to handle different numbers of input/output channels.
|
11 years ago |
jules
|
5f4c27d0c2
|
Some additions and fixes to plugin scanning.
|
11 years ago |
jules
|
802197644b
|
New interprocess utility classes: ChildProcessSlave and ChildProcessMaster.
|
11 years ago |
jules
|
4fe7240eb2
|
Initial version of VST3 plugin support.
|
11 years ago |
jules
|
f30df287ff
|
Some VST3 hosting tweaks.
|
11 years ago |
jules
|
0e82af90bc
|
(fixed mistake in last commit)
|
11 years ago |
jules
|
9bcbb01f2d
|
Removed references to a VST3 symbol that seems to be missing from some versions of the SDK.
|
11 years ago |
jules
|
58d097c855
|
Added safety checks to avoid problems when windows VSTs are closed by a hooked keypress.
|
11 years ago |
jules
|
f4af34878b
|
Fixed a leak in AU hosting.
|
11 years ago |
jules
|
6edbf7cd95
|
VST3 host fixes + refactoring.
|
11 years ago |
jules
|
5ab53e15a0
|
Minor AU hosting tweak.
|
11 years ago |
jules
|
bf37e92e30
|
Fix for hosting certain AU plugins that didn't like to have their state restored before they get initialised.
|
11 years ago |
jules
|
7fecba7265
|
Workarounds in AU hosting for plugins that fail to initialise correctly.
|
11 years ago |
jules
|
56b458b0da
|
VST3 hosting assertion fix.
|
11 years ago |
jules
|
eb284c7cd4
|
Fix for shell names in the VST host.
|
11 years ago |
jules
|
5d8edc2b9d
|
Better plugin host window resizing on OSX.
|
11 years ago |
jules
|
4e8df54b4f
|
VST3 hosting fix.
|
11 years ago |
jules
|
0937ee4c37
|
VST hosting: handling resizing of NSView based plugin windows.
|
11 years ago |
jules
|
a76a69be45
|
Support the hasCockosViewAsConfig extension in VST hosting.
|
11 years ago |
jules
|
bbcf446454
|
VST3 hosting fixes.
|
11 years ago |
jules
|
c50cef32a6
|
VST3 hosting fix.
|
11 years ago |
jules
|
41669fd458
|
Removed an assertion from VST3 hosting.
|
11 years ago |
jules
|
d2532f4540
|
Version number update
|
11 years ago |
jules
|
874814eaa0
|
Added multi-select to the PluginListComponent.
|
11 years ago |
jules
|
b932e70aa8
|
Avoided an assertion when testing plugin types.
|
11 years ago |
jules
|
82ca56f0bd
|
Added VST version to logged info.
|
11 years ago |
jules
|
c3d3318586
|
Added a callback method to VSTPluginFormat for getting informed about shell plugin scanning progress.
|
11 years ago |