jules
|
e1205ec36c
|
Re-added a WaveLab workaround in the VST wrapper
|
2016-04-14 11:38:08 +01:00 |
|
Timur Doumler
|
70949aa0c6
|
Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.
|
2016-04-06 18:31:24 +01:00 |
|
jules
|
66a52e505b
|
Removed an old workaround in the VST wrapper that would substitute a sample rate of 44100 if the host failed to provide a rate. Now, in line with other formats, the VST wrapper will pass a rate of 0 through to the plugin.
|
2016-02-29 15:13:14 +00:00 |
|
hogliux
|
be34912b67
|
Remove unnecessary copying of channels in VST2 wrapper
|
2016-02-19 15:18:45 +00:00 |
|
hogliux
|
a53eda27d4
|
Fix various multi-bus issues and add support for consistent surround channel ordering
|
2016-02-09 17:46:28 +00:00 |
|
jules
|
b05ff2ab2a
|
Added Renoise to the PluginHostType list, and fixed a problem it had with window closing
|
2016-02-04 09:19:52 +00:00 |
|
hogliux
|
e29e9ee2e3
|
Fix VST2 channel layout issues in Plogue Bidule, Bitwig and Ableton Live
|
2016-02-03 10:58:20 +00:00 |
|
jules
|
90d8b85327
|
Removed support for VST master idle callbacks from the plugin wrapper. Hopefully it's years since any hosts relied on this ancient hack to work correctly.
|
2016-02-01 15:21:03 +00:00 |
|
Timur Doumler
|
5ada47aa6f
|
Removed the hacky CarbonDummy*Name workaround for Point and Component (name clash with Carbon headers); fixed a few header include issues that prevented RTAS from compiling.
|
2016-01-28 15:34:00 +00:00 |
|
hogliux
|
e5522b78e3
|
Fix various mult-bus bugs in VST 2 plug-in wrapper
|
2016-01-25 15:58:23 +00:00 |
|
Timur Doumler
|
5815416834
|
Avoided some Visual Studio 2010 warnings due to qualified enums (not allowed in pre-C++11).
|
2016-01-08 16:01:12 +00:00 |
|
jules
|
1240d4d6b3
|
Added new method AudioProcessor::supportsMPE(), and implemented this in AU and VST2
|
2016-01-07 11:44:57 +00:00 |
|
jules
|
4b4b8df491
|
Simplified some headers in juce_audio_plugin_client to remove direct inclusion of AppConfig.h
|
2015-12-29 08:42:59 +00:00 |
|
jules
|
4583fa3fbf
|
Used the ignoreUnused() function to tidy up some old code
|
2015-12-23 16:27:50 +00:00 |
|
hogliux
|
4fef661ada
|
Added multi-bus support for audio plug-in clients
|
2015-12-16 17:58:25 +00:00 |
|
jules
|
95d9cba7fc
|
VST plugins: Removed old but flawed workaround for detecting offline mode
|
2015-12-01 14:42:49 +00:00 |
|
jules
|
064e45bc85
|
Projucer: Added a workaround for build errors caused by a Clang bug when building audio plugin projects
|
2015-11-30 11:47:04 +00:00 |
|
hogliux
|
155ab812a4
|
Disable some warnings in the VST and AAX SDK for VS2015
|
2015-11-03 14:53:31 +00:00 |
|
jules
|
c562cfc3cc
|
Converted AudioSampleBuffer into a templated class that can use either float or double types. Used this to implement 64-bit audio plugin support in VST and AU
|
2015-11-02 11:09:41 +00:00 |
|
jules
|
c63bf83bd9
|
Removed some duplicated/broken code from VST3
|
2015-10-09 09:44:22 +01:00 |
|
hogliux
|
98ebfdc1fa
|
Fix some warnings in the VST/VST3 wrappers
|
2015-09-04 13:16:52 +01:00 |
|
hogliux
|
359f6e29aa
|
Fix multiple warnings in VS 2015
|
2015-07-28 18:11:50 +01:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
hogliux
|
a401655297
|
Fix missed linux warning in VST wrapper
|
2015-05-05 18:25:14 +01:00 |
|
jules
|
c0ccc756e4
|
Made it possible to build plugins with JUCE_MODAL_LOOPS_PERMITTED turned off
|
2015-03-30 14:13:57 +01:00 |
|
jules
|
4eecccfd92
|
Fix for Ableton plugin window resizing issues.
|
2015-03-30 12:46:38 +01:00 |
|
jules
|
95b4198e2c
|
Removed a couple of superfluous methods from AudioProcessor.
|
2015-03-28 09:50:20 +00:00 |
|
jules
|
6225b5de49
|
Added support for parameter value<->text conversion in VST and VST3 plugin formats. Also updated the JUCE demo audio plugin code to use the new AudioProcessorParameter class for its params.
|
2015-03-26 15:40:52 +00:00 |
|
jules
|
3bcc182fe9
|
Fix for blank windows when closing VST windows on Cubase 7 or later.
|
2015-03-24 16:08:46 +00:00 |
|
jules
|
53314f8eda
|
Fix for plugin resize/repaint glitch when running in Ableton.
|
2015-03-23 17:22:56 +00:00 |
|
jules
|
6682e07fe6
|
Linux VST windowing fix.
|
2015-01-14 12:21:44 +00:00 |
|
jules
|
f7ccb5a5c0
|
Removed the noTail call in the VST wrapper, which was getting incorrectly set by plugins which reported an unknown tail size of 0
|
2014-12-23 11:52:33 +00:00 |
|
jules
|
b9d317db98
|
Warning fix.
|
2014-12-11 18:56:14 +00:00 |
|
jules
|
50a55b2e9c
|
Avoided a few compiler warnings.
|
2014-12-03 11:45:15 +00:00 |
|
jules
|
52f4d01831
|
Avoided some compiler warnings
|
2014-12-02 10:17:09 +00:00 |
|
jules
|
3ebbee5859
|
Modified the way VST window hierarchies are navigated, to avoid problems with popout windows.
|
2014-10-06 10:54:05 +01:00 |
|
jules
|
4d30e810e8
|
Avoided a compiler warning
|
2014-09-16 08:43:03 +01:00 |
|
jules
|
d9e31b9070
|
Fix for a ref-count issue in VST2 plugin windows
|
2014-09-15 21:57:52 +01:00 |
|
jules
|
2058ffd551
|
Implemented getParameterLabel in the VST wrapper.
|
2014-08-29 19:26:40 +01:00 |
|
jules
|
54512dcb3f
|
In the VST wrapper, made the ioChanged callback happen asynchronously on the message thread.
|
2014-07-13 19:31:48 +01:00 |
|
jules
|
8977b896ab
|
Workaround for a window ordering problem with VST plugins in some windows hosts.
|
2014-06-22 19:21:25 +01:00 |
|
jules
|
8a2af98497
|
Added an assertion to warn if a plugin reports no programs, because this can cause problems in some Sony hosts.
|
2014-06-17 08:54:41 +01:00 |
|
jules
|
e0f64bb27a
|
Changed the linux VST wrapper to create its window directly inside the host's window.
|
2014-05-30 10:39:55 +01:00 |
|
jules
|
cc3aa5c757
|
Avoiding crashes in plugins if components get deleted during a paint callback
|
2014-05-16 09:09:44 +01:00 |
|
jules
|
f4fa3a420b
|
Fix for VST3 stucture size issue.
|
2014-04-02 19:40:02 +01:00 |
|
jules
|
41cac9e5a1
|
More VST->VST3 auto-replace functionality.
|
2014-04-02 14:17:38 +01:00 |
|
jules
|
eff5503439
|
Fixed a few warnings in some OSX plugin builds.
|
2014-03-31 18:12:50 +01:00 |
|
jules
|
5409951861
|
Refactored some Xcode warning suppression.
|
2014-03-30 14:57:39 +01:00 |
|
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.
|
2014-03-24 14:39:32 +00:00 |
|
jules
|
8d834b29a1
|
Refactored VST plugin win32 hooks, and added mouse-wheel hooking to VST3. Also added a VC2010 project to the audio demo plugin.
|
2014-03-14 18:16:56 +00:00 |
|