jules
|
dcf949ba66
|
Additions to StandaloneFilterWindow
|
2016-01-13 13:00:14 +00:00 |
|
jules
|
a48465327b
|
Added a macro JucePlugin_AAXDisableDynamicProcessing, which can be used to disable dynamics processing in an AAX plugin
|
2016-01-11 10:18:49 +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
|
82cc6b7183
|
Fix for an RTAS build error
|
2016-01-06 11:18:49 +00:00 |
|
hogliux
|
69d371d195
|
Make bus count non-writable or simple effect plug-ins: this seems to upset Logic
|
2016-01-04 11:49:37 +00:00 |
|
jules
|
63df487c86
|
Fixed an include problem with the AAX build
|
2015-12-30 10:41:36 +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
|
e4e78c8591
|
Made the AAX wrapper support the isSuspended() flag
|
2015-12-24 12:06:07 +00:00 |
|
jules
|
4583fa3fbf
|
Used the ignoreUnused() function to tidy up some old code
|
2015-12-23 16:27:50 +00:00 |
|
jules
|
baab7546f4
|
Replaced some uses of the now-deprecated AudioProcessor::getTotalNumInputChannels()
|
2015-12-23 09:43:10 +00:00 |
|
jules
|
6cceb10417
|
Fixed an AAX compile error
|
2015-12-21 16:38:13 +00:00 |
|
jules
|
d0c4a8a4cb
|
Fixed a Visual Studio warning
|
2015-12-21 14:53:01 +00:00 |
|
jules
|
66a4f56cd7
|
Added a projucer workaround to the AAX wrapper
|
2015-12-21 14:20:29 +00:00 |
|
hogliux
|
c9f4949f47
|
Fix warnings in StandaloneFilterWindow
|
2015-12-16 18:33:08 +00:00 |
|
jules
|
19d0c71050
|
Version number update
|
2015-12-16 18:14:23 +00:00 |
|
hogliux
|
4fef661ada
|
Added multi-bus support for audio plug-in clients
|
2015-12-16 17:58:25 +00:00 |
|
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
2015-12-13 19:32:05 +00:00 |
|
jules
|
0d3afee459
|
AudioUnits: In host + plugin sides, passed the loop start/end ppq positions via the playhead position info.
|
2015-12-13 11:23:37 +00:00 |
|
jules
|
428c8a79a5
|
Version number update
|
2015-12-10 11:02:38 +00:00 |
|
jules
|
99ebba4e4c
|
Workarounds to avoid clashes with stupid 3rd-party headers that rely on defining a macro called "check"
|
2015-12-07 19:31:05 +00:00 |
|
jules
|
34ce7f7019
|
Added a projucer workaround to VST3 code.
|
2015-12-07 12:52:41 +00:00 |
|
jules
|
95d9cba7fc
|
VST plugins: Removed old but flawed workaround for detecting offline mode
|
2015-12-01 14:42:49 +00:00 |
|
jules
|
31381c6864
|
Stripped out some defunct OSX 10.4 fallback code
|
2015-12-01 12:48:01 +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 |
|
jules
|
6fcde1eccc
|
VST3: some tweaks to fix window resizing in Reaper on OSX
|
2015-11-24 15:25:18 +00:00 |
|
jules
|
c35ed85677
|
Version number update
|
2015-11-17 16:37:03 +00:00 |
|
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 |
|