1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-23 01:44:22 +00:00
Commit graph

146 commits

Author SHA1 Message Date
tpoole
f2b2fb2819 Fixed JUCE_VST3_CAN_REPLACE_VST2 behaviour 2017-01-12 11:24:42 +00:00
hogliux
7897331403 Added support for level meter parameter categories 2017-01-11 18:02:40 +00:00
hogliux
f85bbb2a61 Fixed an issue where resizing a VST2 plug-in on a HiDPI monitor on linux would recursively decrease the editor size 2016-12-19 10:11:19 +00:00
tpoole
9f1254a015 Removed JucePlugin_{Max,Min}NumInputChannels from the VST wrapper 2016-12-08 10:37:43 +00:00
hogliux
a816a44686 Disabled Ableton Live's plug-in auto-suspend if the plug-in reports an infinite tail-time 2016-12-04 12:31:23 +00:00
hogliux
436f047821 Fixed a bug where the maximum number of channels in VST2 was limited to 8 channels 2016-11-22 17:47:07 +00:00
jules
c587d4b495 Minor code style tidy-ups 2016-10-20 10:55:27 +01:00
hogliux
80ff164ff1 Added preprocessor macro JucePlugin_VSTChunkStructureVersion to support custom chunk VST versions 2016-09-28 12:31:55 +01:00
hogliux
42b8156cf6 Fixed crashes in old 32-bit Carbon plugin editor windows when running in macOS Sierra 2016-09-22 10:58:16 +01:00
hogliux
6f4571b2e5 Tweaked VST wrapper so that MIDI effect plug-ins work even if the user forgets to define JucePlugin_WantsMidiInput/Output 2016-09-21 08:16:51 +01:00
hogliux
b0457a9ec5 Fixed a typo in the VST wrapper 2016-09-19 19:08:29 +01:00
hogliux
4fa0516f40 Revised multibus API and added support for multibus hosting 2016-09-16 17:06:19 +01:00
tpoole
132c1d6ae8 Removed "C" after all mono channel names 2016-09-01 10:26:08 +01:00
tpoole
1a28e7acb2 Fixed modulo zero bug in VST bus arrangement 2016-09-01 09:18:06 +01:00
tpoole
f0555e6a59 Fixed JucePlugin_IsSynth compiler warning. 2016-08-30 09:02:43 +01:00
tpoole
ddb879663b Fixed VSTs erroneously wanting midi input 2016-08-23 23:24:41 +01:00
tpoole
d873d2426a Fix some Xcode warnings in the VST and VST3 wrappers. 2016-08-23 22:32:10 +01:00
tpoole
cb6b4b7170 Remove VST editor idle 2016-08-23 22:23:44 +01:00
luigisambuy
ea7677970c modified sliderValueChanged() to notify host only on mouse clicks 2016-08-22 11:51:32 +01:00
tpoole
9f31d6498a Use a bespoke VST2 interface 2016-08-22 09:57:16 +01:00
tpoole
08b2116c2b Make the mousemove behaviour of OS X plug-ins the same as their Windows counterparts 2016-08-19 09:53:13 +01:00
hogliux
1053dc5755 Allow having zero programs in VST 2016-08-01 10:04:58 +01:00
hogliux
ca62e560f3 Revert support for hosting your own VST bundles on iOS 2016-07-16 16:13:54 +02:00
hogliux
3ff5ed0f44 Reject any inconsistent VST-2 channel layout requests 2016-07-07 17:41:23 +01:00
hogliux
968cee4ad2 Remove unnecessary code after moving to static shared code library 2016-05-24 18:59:35 +01:00
hogliux
fe1421064b Fix incorrect order of includes in VST_wrapper.mm 2016-05-24 12:52:53 +01:00
hogliux
54243ef0c0 Support hosting your own VST bundles on iOS 2016-05-23 15:41:45 +01:00
hogliux
4e91fd7cb8 Add an extra byte when copying VST2 strings 2016-05-21 08:07:53 +01:00
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