hogliux
|
155ab812a4
|
Disable some warnings in the VST and AAX SDK for VS2015
|
2015-11-03 14:53:31 +00:00 |
|
jules
|
02041328dc
|
Misc minor fix-ups
|
2015-11-02 18:07:36 +00:00 |
|
jules
|
a3426aae10
|
Added support for iOS force-touch
|
2015-11-02 11:51:16 +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
|
12447ba38f
|
Version 4.0.1
|
2015-11-02 11:02:55 +00:00 |
|
jules
|
e0567f298f
|
Removed a defunct VST3 file from the audio_plugin_client module definition
|
2015-10-28 09:48:19 +00:00 |
|
jules
|
8edac3f281
|
Fixed a VC compiler warning
|
2015-10-28 09:45:04 +00:00 |
|
jules
|
c63bf83bd9
|
Removed some duplicated/broken code from VST3
|
2015-10-09 09:44:22 +01:00 |
|
hogliux
|
9fc02ac7b1
|
Fix incorrect step count for bypass parameter
|
2015-10-06 08:25:02 +01:00 |
|
jules
|
7f0e28c983
|
Avoided a warning in VST3 on the latest Clang.
|
2015-09-30 13:39:40 +01:00 |
|
jules
|
cd7efdf8b4
|
Fixed a warning in AU code.
|
2015-09-22 08:56:22 -07:00 |
|
hogliux
|
081f838675
|
Fix warnings in recent AU multi channel commit
|
2015-09-17 14:23:43 +01:00 |
|
hogliux
|
3af553e34f
|
Do not report AU layout if the AudioUnit is only mono or stereo
|
2015-09-14 13:00:53 +01:00 |
|
hogliux
|
7e268231ab
|
Fix last AU multi-out commit
|
2015-09-14 12:37:49 +01:00 |
|
hogliux
|
28c2bd9d74
|
Improve Multi channel AudioUnit code
|
2015-09-14 11:25:57 +01:00 |
|
hogliux
|
a760a1feb2
|
Add AudioUnit Multi-Output support
|
2015-09-04 17:14:57 +01:00 |
|
hogliux
|
98ebfdc1fa
|
Fix some warnings in the VST/VST3 wrappers
|
2015-09-04 13:16:52 +01:00 |
|
hogliux
|
b7bca8ce5a
|
Add VST3 bypass support
|
2015-09-04 13:13:31 +01:00 |
|
Timur Doumler
|
16cfead473
|
Fixed an issue in the AAX wrapper where scrubbing in ProTools caused spurious calls to prepareToPlay() from JuceAAX_Processor::process().
|
2015-09-02 11:45:12 +01:00 |
|
jules
|
e469806f66
|
Workaround for an obscure compiler error
|
2015-08-24 13:13:16 +01:00 |
|
jules
|
5ee02150e1
|
Added some MIDI controller mapping functionality to VST3, and fixed a couple of VST3 bugs.
|
2015-08-24 10:14:17 +01:00 |
|
jules
|
2535fc8fcc
|
Added a workaround for a compatibility problem involving old 10.6 AudioUnit hosts.
|
2015-08-23 19:06:49 +01:00 |
|
jules
|
2194bc9c97
|
Avoided Clang warning in VST3 code
|
2015-08-20 12:38:45 +01:00 |
|
jules
|
245e4011e2
|
Added a workaround to our embedded CoreAudio files, to avoid problems for people using very old SDK versions.
|
2015-08-20 10:51:35 +01:00 |
|
jules
|
a001a8e26c
|
Fixed a few warnings in the AU code
|
2015-08-19 17:15:12 +01:00 |
|
jules
|
2cecf92a0e
|
Embedded the Apple CoreAudio support files inside the juce_audio_plugin module, so that users no longer need to install or patch these files themselves!
|
2015-08-18 10:16:25 +01:00 |
|
jules
|
f4ec37c704
|
Fixed a typo in the VST3 code that affected latency change reporting.
|
2015-08-16 09:46:32 +01:00 |
|
jules
|
6c662a70f0
|
Added a macro JucePlugin_AUHighResolutionParameters, which can be used if you're building an AU and want to enable the kAudioUnitParameterFlag_IsHighResolution flag.
|
2015-08-03 14:58:15 +01:00 |
|
hogliux
|
359f6e29aa
|
Fix multiple warnings in VS 2015
|
2015-07-28 18:11:50 +01:00 |
|
jules
|
861d3d9710
|
Version 3.2.0
|
2015-07-22 19:48:35 +01:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
hogliux
|
52825b180b
|
Fix build error with newest AAX SDK
|
2015-07-17 18:13:17 +01:00 |
|
jules
|
6ea3b5ba49
|
Added Final Cut to the PluginHostType list of recognised hosts.
|
2015-07-17 12:34:14 +01:00 |
|
jules
|
f92828f1f0
|
Added an ignoreUnused in the AU code.
|
2015-06-09 11:02:37 -07:00 |
|
jules
|
d1348f7f5a
|
Added a header guard to juce_IncludeModuleHeaders.h
|
2015-06-05 12:12:58 +01:00 |
|
jules
|
dffe781318
|
Fix for RTAS parameter default values.
|
2015-05-20 16:55:55 +01:00 |
|
hogliux
|
04df084d73
|
Change behaviour of VST3EditController::setComponentState to fall through to base class instead of returning false
|
2015-05-14 09:30:23 +01:00 |
|
hogliux
|
2b27f5b36e
|
Fix automation issue when automation points are edited before opening editor. See: http://www.juce.com/forum/topic/automation-issue-cubase/nuendo#new
|
2015-05-13 10:38:02 +01:00 |
|
Timur Doumler
|
a0c30467da
|
Fixed an issue where an AU host would not update the current preset name in case it was changed inside the plugin.
|
2015-05-12 14:36:02 +01:00 |
|
jules
|
e056223b52
|
Removed a Logic workaround that's no longer needed.
|
2015-05-07 12:16:23 +01:00 |
|
hogliux
|
a401655297
|
Fix missed linux warning in VST wrapper
|
2015-05-05 18:25:14 +01:00 |
|
hogliux
|
e732c6e6d8
|
Fix VisualStudio warning
|
2015-04-29 16:35:04 +01:00 |
|
jules
|
e0556acccc
|
Added a JucePlugin_PreferredChannelConfigurations_AAX flag which can be used as an AAX-specific alternative to JucePlugin_PreferredChannelConfigurations in edge-case situations where you need it to be different.
|
2015-04-13 17:06:20 +01:00 |
|
jules
|
1ee737c7cd
|
Removed no-longer-necessary check in the AU code which was producing a warning.
|
2015-04-13 12:38:57 +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 |
|